aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump release, add changeloginitscripts-9.34.4-1F16-branchBill Nottingham2012-11-151-1/+5
|
* Revert "Use sysfs rather than iwconfig for wireless check"Bill Nottingham2012-11-151-1/+3
| | | | | This reverts commit af401fb40f6dd5139e8468dfe1bd3dafe40e8e93. upstream removed sysfs wireless. How nice.
* MALLOC_CHECK_ is not thread safe. Don't enable it by default even in debug ↵Bill Nottingham2012-11-151-1/+2
| | | | mode. (#853175)
* 9.34.3-1initscripts-9.34.3-1Bill Nottingham2012-07-061-1/+6
|
* Clean up BOOTPROTO docs.Bill Nottingham2012-07-061-5/+6
|
* check_device_down: Don't bother calling ip to check link state if the device ↵Bill Nottingham2012-07-061-0/+1
| | | | doesn't exist.
* Bump /sbin/service version.Bill Nottingham2012-07-061-1/+1
|
* service: add support for legacy custom actionsMichal Schmidt2012-07-063-4/+12
| | | | | | | | | | | | | | | | | | 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
* Echo to stderr in a bit more standard fashion. (#832220)Bill Nottingham2012-07-061-1/+1
|
* Don't accidentally match other bonding devices. (#824175)Bill Nottingham2012-05-232-2/+2
|
* 9.34.2-1initscripts-9.34.2-1Bill Nottingham2012-03-121-1/+5
|
* Fix IFS usage mangling device names (#802119)Bill Nottingham2012-03-121-9/+1
|
* Fix typo. (#802055, <lubek@users.sourceforge.net>)Bill Nottingham2012-03-122-2/+2
|
* Spin a release with assorted backported fixes.initscripts-9.34.1-1Bill Nottingham2012-03-091-1/+11
|
* Handle dmraid sets with spaces (#728795, <lnykryn@redhat.com>)Bill Nottingham2012-03-091-0/+3
|
* Eviscerate ifconfig uses from ip-aliases, because it's deprecated, slow ↵Bill Nottingham2012-03-091-77/+51
| | | | | | (#721010), and doesn't work on infiniband (#588993) Based on a patch from Travis Gummels (<tgummels@redhat.com>).
* Typo in crypttab.5Lukas Nykryn2012-03-091-2/+2
|
* Document the additional ETHTOOL_OPTS enhancementsRaghu Udiyar2012-03-091-0/+3
|
* Allow for ifup-$TYPE/ifdown-$TYPE as well.Bill Nottingham2012-03-092-0/+8
| | | | This allows extending scripts without having to modifiy the case statement in network-functions each time.
* Clean up IPv6 disable docs some.Bill Nottingham2012-03-091-6/+3
|
* Do not check mounted filesystems (#745224)Lukas Nykryn2012-03-091-1/+1
|
* Use /run/initramfs instead of /dev/.initramfsWill Woods2012-03-093-5/+5
| | | | | | | | | | | Current dracut saves state to /run/initramfs, since /run is standard now. This patch makes rc.sysinit and fedora-readonly check for files in /run/initramfs/rwtab and /run/initramfs/state (which is where dracut writes them). It also makes ifup-eth look for lease files in /run/initramfs.
* Drop StandardInput=tty (#785662)Bill Nottingham2012-01-301-1/+0
|
* Don't exit with an error if SEinux isn't active. (#768628)Bill Nottingham2011-12-191-3/+9
|
* Fix typo in translation. (#757637)Bill Nottingham2011-11-281-1/+1
|
* Don't bother with stdin/stdout/stderr for rmmod/modprobe of scsi_wait_scan. ↵Bill Nottingham2011-11-111-0/+3
| | | | (#735867)
* Move securetty and its man page to legacy subpackage.Bill Nottingham2011-10-251-1/+3
|
* Don't write to stderr that's not there (or a socket, or whatever, #746263)Bill Nottingham2011-10-251-1/+1
|
* 9.34-1initscripts-9.34-1Bill Nottingham2011-10-251-1/+5
|
* If locale.conf exists, use it. (#706756, in part)Bill Nottingham2011-10-256-9/+20
| | | | | | | | | | | | | systemd's algorithm on startup is: - if /etc/locale.conf is parseable, use that - otherwise, use /etc/sysconfig/i18n Given that we have a heirarchy of system -> user settings here, simply go: ~/.i18n > /etc/locale.conf > /etc/sysconfig/i18n Add some documentation as well.
* Fix logic error with removing arp_ip_target (#745681)Bill Nottingham2011-10-131-1/+1
|
* Drop 88-clock.rules excludeBill Nottingham2011-10-121-1/+0
|
* Bump releaseinitscripts-9.33-1Bill Nottingham2011-10-121-1/+8
|
* Only use the first ARP response in netconsole (#744309)Doug Knight2011-10-071-1/+1
|
* Drop this entirely, as it causes issues in conjunction with systemd.Bill Nottingham2011-10-061-3/+0
| | | | Non-systemd init daemons will need to recreate this functionality.
* Be less picky about ifcfg file names. (#742276)Bill Nottingham2011-09-301-2/+2
|
* do not check for the existence of a systemd unit before redirectingMichal Schmidt2011-09-261-5/+1
| | | | | | | It is wrong to look only in /lib/systemd/system. systemd can handle units in several other directories as well. The check is needless. Simply redirect everything that's not a SysV service and let systemctl report an error if it's invalid.
* Only bother with consoletype if we're actually connected to something that's ↵Bill Nottingham2011-09-191-2/+2
| | | | | | console-ish. (#657869) If we're connected to a socket, or a pipe, or a file, or anything else - assume dumb mode.
* 9.32-1initscripts-9.32-1Bill Nottingham2011-09-021-1/+19
|
* Updates from TX.Bill Nottingham2011-09-016-6/+18
|
* If exec() of all DMs fails, call 'plymouth quit'. (#735215)Bill Nottingham2011-09-011-0/+1
|
* Clean up the old sysv excludes, including for killall script.Bill Nottingham2011-08-311-4/+2
|
* %ghost rc.local (but leave it around on upgrade) (#734268)Bill Nottingham2011-08-311-2/+6
| | | | It will still be run if it's created, of course.
* Add support for setting random bridge options via BRIDGING_OPTS. (#734045, ↵Bill Nottingham2011-08-312-0/+20
| | | | #665378)
* Add a conflict for libselinux that uses the old mount point.Bill Nottingham2011-08-301-0/+1
|
* Be more verbose on make clean.Bill Nottingham2011-08-301-1/+1
|
* selinuxfs moved, adjust code. (#733759)Bill Nottingham2011-08-304-11/+12
|
* Call multipath and kpartx with -u. (#733437)Bill Nottingham2011-08-252-5/+5
|
* plymouth lives in /bin. (#702814)Bill Nottingham2011-08-156-16/+16
|
* Drop fedora-autoswap; it's somewhat dangerous, and better done via a ↵Bill Nottingham2011-08-093-31/+0
| | | | udev/systemd combination anyway.