aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 8.88-1initscripts-8.88-1Bill Nottingham2009-01-201-1/+5
|
* Return success/failure correctly from start/stop. (#480677)Bill Nottingham2009-01-201-1/+7
|
* Fix typo. (#480799)Bill Nottingham2009-01-201-1/+1
|
* fix git commandsinitscripts-8.87-1Bill Nottingham2009-01-191-2/+2
|
* 8.87-1Bill Nottingham2009-01-191-1/+16
|
* Make rename_device much faster in the presence of many devices (#480687, ↵Bill Nottingham2009-01-191-73/+19
| | | | <danms@us.ibm.com>)
* Fix switching from targeted to MLS policy (#479054, <dwalsh@redhat.com>)Bill Nottingham2009-01-061-1/+1
|
* Nothing uses $(uname -r) or $(uname -m) any more in rc.sysinit - don't set them.Bill Nottingham2009-01-051-2/+0
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2009-01-052-144/+148
|\
| * Updated German translationDominik Sandjaja2008-12-281-141/+145
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Oprava diakritiky a ciarky.Ján ONDREJ2008-12-201-3/+3
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | Set MTU correctly for 6to4. (#477976, <ackistler@yahoo.com>)Bill Nottingham2009-01-051-7/+1
|/
* Add some more entries to rwtab. (#476799)Bill Nottingham2008-12-181-0/+2
| | | | | | | /var/lib/gdm is the gdm user's homedir; it's required to be writable for the gdm session. /var/lib/xkb is needed for switching keyboard layouts.
* Remove /.suspended as well on boot (#270861)Bill Nottingham2008-12-161-2/+3
|
* Bail out sooner if the network service isn't running.Bill Nottingham2008-12-111-7/+8
|
* Clarify docs.Bill Nottingham2008-12-091-2/+2
|
* Document how this is supposed to work.Bill Nottingham2008-12-091-0/+13
|
* Determine reboot/halt via existing INIT_HALT environment variable. (#475227)Bill Nottingham2008-12-091-1/+1
| | | | No more magic files needed. In fact, I'm not sure they ever were. Whoops.
* __pids_var_run: Handle multi-line pid files correctly (#473287)Bill Nottingham2008-12-011-4/+9
| | | | | | | We were only reading the first line of pid files. Given that even those first lines could have multiple pids, this *shouldn't* break anything, but there may be some scripts with multi-line pid files that aren't expecting this.
* Remove support for no longer existing 'brctl setgcint' command. (#360471)Bill Nottingham2008-11-262-2/+0
|
* Tweak return codes (#242912)Bill Nottingham2008-11-261-2/+2
| | | | We'll see what breaks.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2008-11-251-1/+1
|\
| * fixed typo in get_config_by_subchannel()Harald Hoyer2008-11-251-1/+1
| |
* | Add %config back for ifcfg-lo (#472761)Bill Nottingham2008-11-251-1/+1
|/
* When looking for the default runlevel, don't match commented lines. (#472717)Bill Nottingham2008-11-242-2/+2
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2008-11-211-1/+3
|\
| * fixed SUBCHANNEL grep for s390Harald Hoyer2008-11-121-1/+3
| |
* | Add some docs on BONDING_OPTS.Bill Nottingham2008-11-211-0/+5
|/
* Ignore return code from consoletype (#471123)Bill Nottingham2008-11-111-1/+1
|
* Don't expose the error from plymouth-not-running to the user.Bill Nottingham2008-11-111-1/+3
|
* 8.86-1initscripts-8.86-1Bill Nottingham2008-11-111-1/+7
|
* Stop plymouth before stopping the runlevel (#467207)Bill Nottingham2008-11-111-4/+6
| | | | This ensures plymouth stops before the getty starts.
* fixed bug #459044Harald Hoyer2008-11-111-1/+1
| | | | refined the grep statement
* blkid has a -l option to pick a single device. Use it. (#470027)Bill Nottingham2008-11-051-4/+4
| | | | | | Notably, it prioritizes RAID/DM/LVM, etc. over the underlying block devices. Given that initial RAID0 members share a UUID with the RAID device itself, we need that.
* Don't mkswap on halt (#469823)Bill Nottingham2008-11-041-2/+0
| | | | | Doing so blows away any label or UUID on the partition, which makes specifying encrypted swap by label or UUID fail miserably.
* 8.85-1initscripts-8.85-1Bill Nottingham2008-10-311-1/+12
|
* Add some error handling/hiding to NM dispatcher script (#469197)Bill Nottingham2008-10-311-4/+4
| | | | This avoids suprious return codes, which NM logs.
* Properly handle multiple DM devices when checking for slaves. (#462371, ↵Bill Nottingham2008-10-311-3/+7
| | | | | | | <wwoods@redhat.com>) Also, do some manipulation of the device name to (hopefully) handle things like /dev/cciss/c0d0p1, and other devices with nested /dev hierarchies.
* Since we put udev rules in /lib/udev/rules.d, require a udev version that ↵Bill Nottingham2008-10-311-1/+1
| | | | looks there.
* Fix code that causes a syntax error on multiple cards. (#469156)Bill Nottingham2008-10-302-3/+1
| | | | | Just remove the compatibility case, and conflict with older alsa-utils that would require it.
* Exit 0 in /etc/rc.d/rc (#469050)Bill Nottingham2008-10-291-0/+1
| | | | Avoids spurious 'rcX main process terminated with status 1' messages from upstart.
* Accept either the '+<addr>', or comma-separated addresses for arp_ip_target. ↵Bill Nottingham2008-10-281-1/+1
| | | | | | | (#467954, <darcy.sherwood@gmail.com>) This allows configurations created before we added support for comma-separated addresses to still work.
* Transmitted-via: Transifex (translate.fedoraproject.org)Kovács Tamás2008-10-211-947/+336
|
* Updated few changes to Kannada translationsShankar Prasad2008-10-211-42/+70
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Updated Serbian Latin translationMilos Komarcevic2008-10-201-300/+144
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Updated Serbian translationMilos Komarcevic2008-10-201-301/+144
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Updated Korean translation.Eun-Ju KIm2008-10-201-274/+95
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Updated Malayalam TranslationAni Peter2008-10-201-308/+110
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Don't check that the device exists.Bill Nottingham2008-10-171-2/+0
| | | | Checking whether or not it's a block device already covers that.
* Don't set up a device that's already a device-mapper slave.Bill Nottingham2008-10-171-0/+4
| | | | It's possible the initrd set the device up under a different LUKS name.