aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Don't use force-tag (accidental commit).Bill Nottingham2008-10-061-1/+1
|
* Fix one more % usage in the changelogBill Nottingham2008-09-301-1/+1
|
* Fix typo.initscripts-8.83-1Bill Nottingham2008-09-301-2/+2
|
* Fix permissions on /etc/init.d/functions.Bill Nottingham2008-09-301-0/+1
|
* Fix udev rule location in some more places.Bill Nottingham2008-09-301-1/+1
|
* Fix udev rule installation.Bill Nottingham2008-09-301-1/+1
|
* Ignore stuff in .git for 'make check'Bill Nottingham2008-09-301-1/+1
| | | | Not just because it's not what we're checking, but also because it fails the check.
* Move udev rules to /lib.Bill Nottingham2008-09-171-1/+3
|
* Drop unneeded executable bits on /etc/sysconfig/*.Ville Skyttä2008-09-151-1/+1
|
* Rename the mcheck stuff to a more generic 'debug' framework.Bill Nottingham2008-07-291-2/+2
|
* Don't force tag.Bill Nottingham2008-07-231-1/+1
|
* Fix mcheck stuff to be installed correctly.Bill Nottingham2008-07-141-1/+2
|
* Add a upstart-specific inittab.Bill Nottingham2008-04-041-2/+4
| | | | These are not the droids you are looking for.
* Add a helper that checks for serial and serial-like consolesBill Nottingham2008-03-101-1/+2
| | | | | This works by doing checks from udev that emit upstart events. upstart listens to these events and starts a getty if needed.
* Modify some of the build-fu for git.initscripts-8.64-1Bill Nottingham2008-02-261-23/+18
|
* typor8-63Bill Nottingham2008-02-011-1/+1
|
* add NetworkManager-dispatcher script to notify netreport apps ↵Bill Nottingham2008-02-011-1/+2
| | | | (<linville@redhat.com>)
* fix perms on /etc/profile.d (#407531, <ville.skytta@iki.fi>)Bill Nottingham2007-12-031-1/+1
|
* Improve Makefile so that we don't install the original versions ofBill Nottingham2007-11-141-3/+6
| | | | patched files in /etc/rc.d and /etc/sysconfig. <cscott@cscott.net>
* add /etc/networks (#239602)Bill Nottingham2007-07-271-1/+1
|