aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: mageiadist target to create tarball without any prefix, handier ↵Olav Vitters2020-08-061-1/+1
| | | | for autosetup -a macro
* Makefile: mageiadist: add explanations, use xz -5 (way quicker than -6)Olav Vitters2020-08-041-3/+5
|
* Makefile: add a mageiadist command to create a tarball and a patch for usage ↵Olav Vitters2020-08-041-1/+12
| | | | in Mageia specfile
* Makefile: ensure install-mageia target runs on make installOlav Vitters2020-07-301-1/+2
|
* Align Makefile and tree structure with upstream tree structureOlav Vitters2020-07-301-6/+26
| | | | | | | | | | Instead of placing the custom files with the upstream files it seems clearer to have them mostly separated. This makes it easier to see which parts are custom and which parts are more or less upstream. As a result the upstream Makefile only needed minor changes to accomodate this. The Makefile is NOT bug free, unfortunately it doesn't always do the right thing, this due to inexperience.
* Merge tag '10.04' into distro/mgaOlav Vitters2020-07-261-104/+112
|\ | | | | | | 10.04 release
| * Initscripts no longer care about rc.localJan Macku2019-10-151-2/+0
| |
| * Fix missing python3 during build phaseJan Macku2019-08-121-1/+1
| |
| * Create symlink (/etc/init.d) to /etc/rc.d/init.dJan Macku2019-06-061-0/+1
| | | | | | | | Resolve problem when wasn't installed chkconfig package. BZ #1716386
| * make tag: updated messageDavid Kaspar [Dee'Kej]2018-08-071-1/+1
| | | | | | | | | | GitHub displays the tag message when we create new release there, so lets have message with more sense...
| * make release-commit: do not create tag automaticallyDavid Kaspar [Dee'Kej]2018-08-071-1/+0
| | | | | | | | | | | | | | | | GitHub will create a new commit with different hash (merge) when applying the pull-request, and so the tag ended up pointing to wrong commit hash... For now we have to tag the release commits manually.
| * Move the /etc/rwtab.d & /etc/statetab.d folders to 'filesystem'David Kaspar [Dee'Kej]2018-06-211-2/+0
| | | | | | | | | | | | This will allow services to install drop-in files into these folders for the 'readonly-root' service, but that service won't have to be installed by default as a result...
| * Makefile: new release-commit rule addedDavid Kaspar [Dee'Kej]2018-06-141-3/+13
| |
| * Makefile: allow sub-makefiles to run in parallelDavid Kaspar [Dee'Kej]2018-06-141-7/+7
| |
| * Makefile: make the creation of symlinks relative to path againDavid Kaspar [Dee'Kej]2018-06-041-5/+3
| | | | | | | | Resolves: RHBZ#1585321
| * netreport functionality droppedDavid Kaspar [Dee'Kej]2018-05-301-1/+0
| | | | | | | | This concept is quite outdated, and not sane to use at all.
| * make archive: ChangeLog generating removedDavid Kaspar [Dee'Kej]2018-05-301-7/+1
| | | | | | | | Use 'git log' instead...
| * network-scripts: ifup & ifdown -- use alternatives systemDavid Kaspar [Dee'Kej]2018-05-301-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This installs the real scripts into /etc/sysconfig/network-scripts while leaving the management of the launchers in /usr/sbin to the alternatives system. This allows coexistence with alternative implementations of ifup and ifdown, notably NetworkManager. A priority of 90 is chosen rather arbitrarily, NetworkManager will use a lower one (50) so that our implementation takes precedence over NetworkManaager in case both are installed. In an unlikely event the user will want to switch to NetworkManager implementations when both are installed they can override the default with: $ update-alternatives --config ifup
| * Makefile simplified & updated to new repository layoutDavid Kaspar [Dee'Kej]2018-05-301-83/+103
| | | | | | | | | | 'check' and 'syntax-check' rules were dropped, as they seem obsolete nowadays (we are not using them at all)...
* | add line to minimize difference with upstreamOlav Vitters2020-07-251-0/+1
| |
* | Kill off prefdm/lookupdmColin Guthrie2017-12-301-5/+0
| | | | | | | | | | | | | | | | These are no longer appropriate and display managers should be started by the appropriate systemd unit. We should have code that enables the appropriate unit automatically on install now that /etc/sysconfig/desktop has been deprecated.
* | Merge tag '9.78' into distro/mgaNeal Gompa2017-12-301-39/+18
|\ \ | |/ | | | | Tag as 9.78
| * systemd/system: symlinks for fedora-* services removedDavid Kaspar [Dee'Kej]2017-10-191-9/+0
| | | | | | | | | | The symlinks are no longer needed. Enablement of default services is now managed by 'fedora-release' package.
| * 'debugmode' subpackage dropped completelyDavid Kaspar [Dee'Kej]2017-10-161-2/+1
| | | | | | | | | | | | | | | | | | | | | | Using this package was very dangerous, and could lead to instability of system, or even being unable to bootup at all, and value of this functionality was at least questionable, and was not documented. We decided to drop functionality completely, to make sure users do not install it accidentally (e.g. by using globbing with 'dnf install'). Resolves: #69
| * sysconfig/init* files droppedDavid Kaspar [Dee'Kej]2017-10-161-4/+1
| | | | | | | | | | Users can still create the /etc/sysconfig/init file manually to override the default values, which are now taken from init.d/functions.
| * sysctl.conf.s390 droppedDavid Kaspar [Dee'Kej]2017-10-121-2/+0
| | | | | | | | This is a follow up to 13d638c0a7df4a998429163b9a0189dcffa2393a.
| * Drop no longer supported SPARC architectureDavid Kaspar [Dee'Kej]2017-08-151-2/+0
| |
| * Makefile: return make archive for testing purposesLukas Nykryn2017-08-071-0/+9
| |
| * Revert "Makefile: replace /var/run with /run"Lukas Nykryn2017-08-071-7/+3
| | | | | | | | | | | | | | | | | | | | | | When we are creating rpm, we install initscripts to chroot, so the ROOT variable is set. And since we need that directory in the package [1], we would have to create it in spec file anyway. [1] https://fedoraproject.org/wiki/Packaging:Tmpfiles.d This reverts commit b119d37d1929a09e25bf288d0273aaaf8c7de86e.
| * Makefile: $ROOT variable is now empty by defaultDavid Kaspar [Dee'Kej]2017-08-071-1/+1
| |
| * Makefile: Fix additional error in commit b119d37d1David Kaspar [Dee'Kej]2017-08-071-4/+4
| |
| * Makefile: fix whitespace error in commit b119d37d1David Kaspar [Dee'Kej]2017-08-041-1/+1
| |
| * Makefile: replace /var/run with /runZbigniew Jędrzejewski-Szmek2017-08-031-3/+7
| | | | | | | | | | | | Do not create anything under /run when $(ROOT) is non-empty: when we're installing into a chroot /run might not be mounted, and creating files there is counterproductive.
| * Drop sysctl.d/00-system.confZbigniew Jędrzejewski-Szmek2017-07-271-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This file now only contains lines to disable netfilter on bridges. In kernel 3.18 this filtering functionality was made non-default by moving it to br_netfilter [https://bugzilla.redhat.com/show_bug.cgi?id=512206]. Aybody who actually wants to use br_netfilter has to load it explicitly anyway, so disabling it through sysctl isn't necessary anymore. The reason for removal is that by default (i.e. when br_netfilter is not loaded), we get a warning on every boot: systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-ip6tables', ignoring: No such file or directory systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-iptables', ignoring: No such file or directory systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-arptables', ignoring: No such file or directory This is confusing for users and inelegant. The downside of removing this file is for people who load br_netfilter for some reason *and* do no want to use it, will have to take an additional step now (either restore the sysctl settings or remove br_netfilter from /etc/modules-load.d or wherever). I expect the number of people affected to be very small. (Note that the file was overwritten on sparc and s390, so those architectures see no change.)
| * Drop 256term.{sh,csh}Zbigniew Jędrzejewski-Szmek2017-07-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | From https://fedoraproject.org/wiki/Changes/Drop_256term.sh: This is a work-around and it's better to for the terminal emulator to set $TERM properly on its own. Various terminal emulators have been updated to do that. When those scripts are removed, whatever the virtual terminal or terminal emulator sets as $TERM will be used. Fixes #107. C.f. https://bugzilla.redhat.com/show_bug.cgi?id=1165439.
| * 9.70-19.70Lukas Nykryn2017-02-271-14/+1
| | | | | | | | Move everything to github
| * Makefile: remove autorelabel stuffLukas Nykryn2017-02-271-2/+0
| | | | | | | | autorelabel was moved to selinux package
* | Merge tag 'initscripts-9.58-1' into distro/mgaNicolas Lécureuil2016-02-121-6/+0
|\ \ | |/ | | | | Tag as initscripts-9.58-1
| * remove /etc/inittab, /etc/crypttab, utmp, wtmp, btmpLukas Nykryn2014-10-081-6/+0
| |
* | Don't frob the console loglevel on bootColin Guthrie2014-08-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was disabled upstream, but we inherited a Mandriva systemd-ified version of this. Let's kill it off. Originally fixed upstream in ba3f278b5d916b646e8cfca25cd32e3b8acf523e: Don't frob the console loglevel on boot. (#621257, #626572) 1) This didn't do anything useful prior to rsyslog, as sysklogd would reset it. 2) This overrides the kernel commandline, for people who want to temporarily reset it there 3) This actually turns messages back on out from underneath plymouth, which isn't nice. To frob the console loglevel, pass it on the kernel command line.
* | Merge tag 'initscripts-9.55-1' into distro/mgaColin Guthrie2014-08-301-39/+35
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tag as initscripts-9.55-1 Conflicts: Makefile lang.csh lang.sh po/Makefile ppp/ip-down ppp/ip-up rc.d/init.d/network service sysconfig.txt sysconfig/init sysconfig/network-scripts/ifdown-ppp sysconfig/network-scripts/ifup sysconfig/network-scripts/ifup-eth sysconfig/network-scripts/ifup-ippp sysconfig/network-scripts/ifup-ppp sysconfig/network-scripts/ifup-wireless sysconfig/network-scripts/network-functions sysctl.conf systemd/fedora-storage-init Notes: ppp support was dropped upstream so we will need to merge it into the ppp package as Fedora has done. The fedora-storage-init stuff has been dropped. LVM+Raid is typically initialised automatically now via udev rules etc. We should try and follow suit, but may need to add the legacy script back in for now.
| * move ppp support to ppp packageLukas Nykryn2014-04-241-4/+1
| |
| * remove fedora-configureLukas Nykryn2014-04-071-1/+0
| |
| * symlink /etc/sysctl.conf -> /etc/sysctl.d/Lukas Nykryn2013-08-161-0/+2
| |
| * ctrl-alt-delete.target is provided by systemd packageLukas Nykryn2013-05-281-1/+0
| |
| * move stuff directly to /usr (#905492)Lukas Nykryn2013-03-071-26/+26
| |
| * Rename term256 to 256term (glob sort) (#849429)Bill Nottingham2013-01-031-1/+1
| |
| * Fix build.initscripts-9.43-1Bill Nottingham2012-12-071-0/+1
| |
| * Complete setsysfont removal.Bill Nottingham2012-12-071-1/+0
| |
| * Drop fedora-storage-init; conflict with older lvm & dmraid so we get the ↵Bill Nottingham2012-10-311-2/+0
| | | | | | | | required versions that allow us to do so. (<prajnoha@redhat.com>)