aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* remove /etc/inittab, /etc/crypttab, utmp, wtmp, btmpLukas Nykryn2014-10-081-6/+0
|
* 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>)
* Add a default /etc/sysctl.conf that describes how to change values, and ↵Bill Nottingham2012-10-181-0/+1
| | | | where the defaults now live. (#760254)
* Enable 256 color terminals by defaultPádraig Brady2012-09-141-0/+1
|
* Drop prefdm.Bill Nottingham2012-08-081-3/+0
|
* Drop more unused functions, and drop old s-c-n profile support directories.Bill Nottingham2012-08-061-8/+0
| | | | The profile support itself was removed a while ago.
* Drop net.hotplugBill Nottingham2012-08-061-1/+0
|
* Initial removal of support for non-systemd systems.Bill Nottingham2012-08-061-27/+2
|
* Use /lib/tmpfiles.d, not /etc/tmpfiles.d (#840182)Bill Nottingham2012-07-161-2/+2
|
* 9.39-1initscripts-9.39-1Bill Nottingham2012-06-291-1/+0
|
* service: add support for legacy custom actionsMichal Schmidt2012-06-261-0/+1
| | | | | | | | | | | | | | | | | | This adds support for legacy initscript actions such as service iptables save Packages wishing to provide legacy actions should install programs (probably scripts, but could be binaries) named /usr/libexec/initscripts/legacy-actions/<service>/<action> It should be emphasized that this feature is meant to be used only in packages where compatibility of custom actions with previous releases is desired. Adding of entirely new actions is discouraged. Useful tools should be shipped by upstreams as programs in /usr/bin, not in distro-specific hacks. [ Modifications from original : change from /usr/lib to /usr/libexec - notting ] https://bugzilla.redhat.com/show_bug.cgi?id=796663
* Move default sysctl.conf to /usr/lib/sysctl.d, adjust things accordingly. ↵Bill Nottingham2012-04-201-3/+4
| | | | | | (#760254) Also, update apply_sysctl to 1) use systemd-sysctl if it's there 2) imitate it if it's not.
* add fedora-import-state.serviceWill Woods2012-03-081-0/+1
| | | | | | | | This service imports the contents of /run/initramfs/state into the root filesystem, where the root filesystem is writeable. This allows dracut to hand the ifcfg file and dhclient lease over to NetworkManager on network-booted Live images.
* Be more verbose on make clean.Bill Nottingham2011-08-301-1/+1
|
* selinuxfs moved, adjust code. (#733759)Bill Nottingham2011-08-301-0/+1
|
* Drop fedora-autoswap; it's somewhat dangerous, and better done via a ↵Bill Nottingham2011-08-091-1/+0
| | | | udev/systemd combination anyway.
* Remove fedora-sysinit-hack/fedora-sysinit-unhack; they're not needed with ↵Bill Nottingham2011-07-251-2/+0
| | | | /var/lock on tmpfs.
* Make sure to enable fedora-storage-init-late.service, and have it after the ↵Bill Nottingham2011-04-271-0/+1
| | | | non-late version. (#699918)
* separate "touch /.autorelabel" to a new unitMichal Schmidt2011-04-041-0/+1
| | | | | | | | | | | | | | | | | | | Writing /.autorelabel from fedora-autorelabel does not work because the script is executed only if relabel was already requested. Create a new unit fedora-autorelabel-mark.service which will be responsible for creating /.autorelabel if SELinux is disabled. The unit takes advantage of the new "ConditionSecurity=" support in systemd. The old script checked for a read-only filesystem first. The new unit does not do that. If / is read-only, touch will simply fail. This should not be considered as a failure of the unit, so "-" is used in ExecStart. There have been arguments on systemd-devel that the root directory should not be abused for flag files like /.autorelabel. It has a long tradition in Fedora though (since 2005). Maybe we can change it eventually, but let's keep it where it is for now.
* Add tmpfiles.d support (#656602, <plautrba@redhat.com>)Bill Nottingham2010-11-301-0/+3
|
* Use systemd versions of these services.Bill Nottingham2010-10-281-3/+0
|
* Only pull in wait-storage by reference.Bill Nottingham2010-10-281-1/+0
|
* Add autorelabel service.Bill Nottingham2010-10-261-0/+1
|
* Drop fedora-mountall, fedora-cleanup. Adjust other services accordingly.Bill Nottingham2010-10-261-2/+0
| | | | systemd can do mount & fsck & quota, etc. now.
* Use systemd's support for normal swapon; only handle autoswap here.initscripts-9.21.systemd-1Bill Nottingham2010-10-151-1/+1
|
* Drop default.target here.Bill Nottingham2010-10-151-1/+0
|
* Set up the split-up boot services correctly.Bill Nottingham2010-10-151-1/+13
|