aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Reorganize the systemd bits as we'll have scripts to put in /lib/systemd.Bill Nottingham2010-10-141-2/+2
|
* Revert "add systemd services"Bill Nottingham2010-10-141-4/+1
| | | | | | This reverts commit f280984f691e0c3cbca2b31dad7a32a5c66ab51b. This will be reworked a bit and re-added.
* add systemd servicesHarald Hoyer2010-10-051-1/+4
|
* Ship a default.target symlink in /lib, so we start with a valid fallback config.Bill Nottingham2010-09-141-0/+1
|
* prefdm, rc-local, ctrl-alt-del are system defaults. Don't package them ↵Bill Nottingham2010-09-071-3/+6
| | | | | | otherwise. (#630952) Notably, they cannot be enabled/disabled. They can be overriden via /etc/systemd/system.
* Add in basic systemd units.Bill Nottingham2010-09-031-4/+13
| | | | Factor out upstart/systemd/etc. support in the spec properly.
* Upload tarballs.Bill Nottingham2010-07-271-1/+5
|
* Don't use %dist for tagging.initscripts-9.04-1Bill Nottingham2010-01-151-1/+1
|
* Move to new upstart job location and file extension.Bill Nottingham2009-12-031-2/+2
|
* Fix typo.initscripts-8.98-1Bill Nottingham2009-09-021-1/+1
|
* Fix things so we don't build binaries on 'make archive'.Bill Nottingham2009-08-101-2/+5
|
* Add some simple regression tests for ipcalcBill Nottingham2009-07-291-0/+1
| | | | Adapted from tests from Matej Susta <msusta@redhat.com>.
* fix git commandsinitscripts-8.87-1Bill Nottingham2009-01-191-2/+2
|