Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle dmraid sets with spaces (#728795, <lnykryn@redhat.com>) | Bill Nottingham | 2012-03-09 | 1 | -0/+3 |
| | |||||
* | Eviscerate ifconfig uses from ip-aliases, because it's deprecated, slow ↵ | Bill Nottingham | 2012-03-09 | 1 | -77/+51 |
| | | | | | | (#721010), and doesn't work on infiniband (#588993) Based on a patch from Travis Gummels (<tgummels@redhat.com>). | ||||
* | Typo in crypttab.5 | Lukas Nykryn | 2012-03-09 | 1 | -2/+2 |
| | |||||
* | Document the additional ETHTOOL_OPTS enhancements | Raghu Udiyar | 2012-03-09 | 1 | -0/+3 |
| | |||||
* | Allow for ifup-$TYPE/ifdown-$TYPE as well. | Bill Nottingham | 2012-03-09 | 2 | -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 Nottingham | 2012-03-09 | 1 | -6/+3 |
| | |||||
* | Do not check mounted filesystems (#745224) | Lukas Nykryn | 2012-03-09 | 1 | -1/+1 |
| | |||||
* | Use /run/initramfs instead of /dev/.initramfs | Will Woods | 2012-03-09 | 3 | -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 Nottingham | 2012-01-30 | 1 | -1/+0 |
| | |||||
* | Don't exit with an error if SEinux isn't active. (#768628) | Bill Nottingham | 2011-12-19 | 1 | -3/+9 |
| | |||||
* | Fix typo in translation. (#757637) | Bill Nottingham | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | Don't bother with stdin/stdout/stderr for rmmod/modprobe of scsi_wait_scan. ↵ | Bill Nottingham | 2011-11-11 | 1 | -0/+3 |
| | | | | (#735867) | ||||
* | Move securetty and its man page to legacy subpackage. | Bill Nottingham | 2011-10-25 | 1 | -1/+3 |
| | |||||
* | Don't write to stderr that's not there (or a socket, or whatever, #746263) | Bill Nottingham | 2011-10-25 | 1 | -1/+1 |
| | |||||
* | 9.34-1initscripts-9.34-1 | Bill Nottingham | 2011-10-25 | 1 | -1/+5 |
| | |||||
* | If locale.conf exists, use it. (#706756, in part) | Bill Nottingham | 2011-10-25 | 6 | -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 Nottingham | 2011-10-13 | 1 | -1/+1 |
| | |||||
* | Drop 88-clock.rules exclude | Bill Nottingham | 2011-10-12 | 1 | -1/+0 |
| | |||||
* | Bump releaseinitscripts-9.33-1 | Bill Nottingham | 2011-10-12 | 1 | -1/+8 |
| | |||||
* | Only use the first ARP response in netconsole (#744309) | Doug Knight | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | Drop this entirely, as it causes issues in conjunction with systemd. | Bill Nottingham | 2011-10-06 | 1 | -3/+0 |
| | | | | Non-systemd init daemons will need to recreate this functionality. | ||||
* | Be less picky about ifcfg file names. (#742276) | Bill Nottingham | 2011-09-30 | 1 | -2/+2 |
| | |||||
* | do not check for the existence of a systemd unit before redirecting | Michal Schmidt | 2011-09-26 | 1 | -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 Nottingham | 2011-09-19 | 1 | -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-1 | Bill Nottingham | 2011-09-02 | 1 | -1/+19 |
| | |||||
* | Updates from TX. | Bill Nottingham | 2011-09-01 | 6 | -6/+18 |
| | |||||
* | If exec() of all DMs fails, call 'plymouth quit'. (#735215) | Bill Nottingham | 2011-09-01 | 1 | -0/+1 |
| | |||||
* | Clean up the old sysv excludes, including for killall script. | Bill Nottingham | 2011-08-31 | 1 | -4/+2 |
| | |||||
* | %ghost rc.local (but leave it around on upgrade) (#734268) | Bill Nottingham | 2011-08-31 | 1 | -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 Nottingham | 2011-08-31 | 2 | -0/+20 |
| | | | | #665378) | ||||
* | Add a conflict for libselinux that uses the old mount point. | Bill Nottingham | 2011-08-30 | 1 | -0/+1 |
| | |||||
* | Be more verbose on make clean. | Bill Nottingham | 2011-08-30 | 1 | -1/+1 |
| | |||||
* | selinuxfs moved, adjust code. (#733759) | Bill Nottingham | 2011-08-30 | 4 | -11/+12 |
| | |||||
* | Call multipath and kpartx with -u. (#733437) | Bill Nottingham | 2011-08-25 | 2 | -5/+5 |
| | |||||
* | plymouth lives in /bin. (#702814) | Bill Nottingham | 2011-08-15 | 6 | -16/+16 |
| | |||||
* | Drop fedora-autoswap; it's somewhat dangerous, and better done via a ↵ | Bill Nottingham | 2011-08-09 | 3 | -31/+0 |
| | | | | udev/systemd combination anyway. | ||||
* | Fix pid file usage for IPv6. (#729292, <daveg@dgit.ndo.co.uk>) | Bill Nottingham | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | Move console_init, console_check to legacy | Bill Nottingham | 2011-08-08 | 1 | -2/+2 |
| | |||||
* | Add freescale ttymx ports (#728730, <ndevos@redhat.com>) | Bill Nottingham | 2011-08-08 | 1 | -0/+2 |
| | |||||
* | Don't mount gfs2 in netfs (#689593) | Bill Nottingham | 2011-08-01 | 1 | -1/+1 |
| | |||||
* | Add an empty CLIENTSTATE variable, to help with those that need to set it. ↵ | Bill Nottingham | 2011-07-25 | 1 | -0/+2 |
| | | | | (#725476) | ||||
* | Remove fedora-sysinit-hack/fedora-sysinit-unhack; they're not needed with ↵ | Bill Nottingham | 2011-07-25 | 3 | -23/+0 |
| | | | | /var/lock on tmpfs. | ||||
* | Allow non-'-s' options in ETHTOOL_OPTS, and allow multiple option types. ↵ | Bill Nottingham | 2011-06-28 | 2 | -16/+20 |
| | | | | (#692410, #693583) | ||||
* | Fix some errors with TEMPORARY_STATE & systemd. (#704783) | Bill Nottingham | 2011-06-24 | 1 | -3/+0 |
| | |||||
* | Fix character cases for latest tcsh. | Bill Nottingham | 2011-06-24 | 1 | -1/+1 |
| | |||||
* | 9.31-1initscripts-9.31-1 | Bill Nottingham | 2011-06-21 | 1 | -1/+13 |
| | |||||
* | Add back a message for udev start. (#714531, continued) | Bill Nottingham | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | Remove ipsec-tools scripts (they're now in ipsec-tools itself.) | Bill Nottingham | 2011-06-20 | 3 | -367/+1 |
| | |||||
* | Start udev by hand. (#714531) | Bill Nottingham | 2011-06-20 | 1 | -1/+4 |
| | |||||
* | If IPv6 is configured on the alias, configure it. (#583409) | Bill Nottingham | 2011-06-06 | 1 | -0/+2 |
| |