Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated German translation | Dominik Sandjaja | 2008-12-28 | 1 | -141/+145 |
| | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | Oprava diakritiky a ciarky. | Ján ONDREJ | 2008-12-20 | 1 | -3/+3 |
| | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | Add some more entries to rwtab. (#476799) | Bill Nottingham | 2008-12-18 | 1 | -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 Nottingham | 2008-12-16 | 1 | -2/+3 |
| | |||||
* | Bail out sooner if the network service isn't running. | Bill Nottingham | 2008-12-11 | 1 | -7/+8 |
| | |||||
* | Clarify docs. | Bill Nottingham | 2008-12-09 | 1 | -2/+2 |
| | |||||
* | Document how this is supposed to work. | Bill Nottingham | 2008-12-09 | 1 | -0/+13 |
| | |||||
* | Determine reboot/halt via existing INIT_HALT environment variable. (#475227) | Bill Nottingham | 2008-12-09 | 1 | -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 Nottingham | 2008-12-01 | 1 | -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 Nottingham | 2008-11-26 | 2 | -2/+0 |
| | |||||
* | Tweak return codes (#242912) | Bill Nottingham | 2008-11-26 | 1 | -2/+2 |
| | | | | We'll see what breaks. | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2008-11-25 | 1 | -1/+1 |
|\ | |||||
| * | fixed typo in get_config_by_subchannel() | Harald Hoyer | 2008-11-25 | 1 | -1/+1 |
| | | |||||
* | | Add %config back for ifcfg-lo (#472761) | Bill Nottingham | 2008-11-25 | 1 | -1/+1 |
|/ | |||||
* | When looking for the default runlevel, don't match commented lines. (#472717) | Bill Nottingham | 2008-11-24 | 2 | -2/+2 |
| | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2008-11-21 | 1 | -1/+3 |
|\ | |||||
| * | fixed SUBCHANNEL grep for s390 | Harald Hoyer | 2008-11-12 | 1 | -1/+3 |
| | | |||||
* | | Add some docs on BONDING_OPTS. | Bill Nottingham | 2008-11-21 | 1 | -0/+5 |
|/ | |||||
* | Ignore return code from consoletype (#471123) | Bill Nottingham | 2008-11-11 | 1 | -1/+1 |
| | |||||
* | Don't expose the error from plymouth-not-running to the user. | Bill Nottingham | 2008-11-11 | 1 | -1/+3 |
| | |||||
* | 8.86-1initscripts-8.86-1 | Bill Nottingham | 2008-11-11 | 1 | -1/+7 |
| | |||||
* | Stop plymouth before stopping the runlevel (#467207) | Bill Nottingham | 2008-11-11 | 1 | -4/+6 |
| | | | | This ensures plymouth stops before the getty starts. | ||||
* | fixed bug #459044 | Harald Hoyer | 2008-11-11 | 1 | -1/+1 |
| | | | | refined the grep statement | ||||
* | blkid has a -l option to pick a single device. Use it. (#470027) | Bill Nottingham | 2008-11-05 | 1 | -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 Nottingham | 2008-11-04 | 1 | -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-1 | Bill Nottingham | 2008-10-31 | 1 | -1/+12 |
| | |||||
* | Add some error handling/hiding to NM dispatcher script (#469197) | Bill Nottingham | 2008-10-31 | 1 | -4/+4 |
| | | | | This avoids suprious return codes, which NM logs. | ||||
* | Properly handle multiple DM devices when checking for slaves. (#462371, ↵ | Bill Nottingham | 2008-10-31 | 1 | -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 Nottingham | 2008-10-31 | 1 | -1/+1 |
| | | | | looks there. | ||||
* | Fix code that causes a syntax error on multiple cards. (#469156) | Bill Nottingham | 2008-10-30 | 2 | -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 Nottingham | 2008-10-29 | 1 | -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 Nottingham | 2008-10-28 | 1 | -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ás | 2008-10-21 | 1 | -947/+336 |
| | |||||
* | Updated few changes to Kannada translations | Shankar Prasad | 2008-10-21 | 1 | -42/+70 |
| | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | Updated Serbian Latin translation | Milos Komarcevic | 2008-10-20 | 1 | -300/+144 |
| | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | Updated Serbian translation | Milos Komarcevic | 2008-10-20 | 1 | -301/+144 |
| | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | Updated Korean translation. | Eun-Ju KIm | 2008-10-20 | 1 | -274/+95 |
| | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | Updated Malayalam Translation | Ani Peter | 2008-10-20 | 1 | -308/+110 |
| | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | Don't check that the device exists. | Bill Nottingham | 2008-10-17 | 1 | -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 Nottingham | 2008-10-17 | 1 | -0/+4 |
| | | | | It's possible the initrd set the device up under a different LUKS name. | ||||
* | 8.84-1initscripts-8.84-1 | Bill Nottingham | 2008-10-14 | 1 | -1/+7 |
| | |||||
* | Override Arabic, Persian, and Hebrew on the console as well. ↵ | Bill Nottingham | 2008-10-14 | 2 | -0/+12 |
| | | | | | | | (<alsadi@ojuba.org>) Even though we have font coverage, the bidi aspect makes it pretty much illegible. | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2008-10-14 | 4 | -872/+303 |
|\ | |||||
| * | updating for Hindi | Rajesh Ranjan | 2008-10-13 | 1 | -264/+90 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
| * | Tamil Translation updated | I. Felix | 2008-10-13 | 1 | -283/+96 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
| * | Updated Norwegian bokmål translation. | Kjartan Maraas | 2008-10-11 | 1 | -225/+58 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
| * | Updated Slovak translation | Pavol Šimo | 2008-10-09 | 1 | -100/+59 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | | Explicitly run mdadm on boot to catch degraded arrays. (<dledford@redhat.com>) | Bill Nottingham | 2008-10-14 | 1 | -0/+3 |
|/ | |||||
* | Fix setting of console font/map (#458362, <ak@sensi.org>) | Bill Nottingham | 2008-10-06 | 1 | -6/+11 |
| | | | | Don't explicitly pass -u none or -m none; just pass them if one is set. | ||||
* | Don't use force-tag (accidental commit). | Bill Nottingham | 2008-10-06 | 1 | -1/+1 |
| |