aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Quit plymouth at end of boot cycle.Ray Strode2008-09-232-5/+17
|
* Don't unconditionally quit plymouth from rc script.Ray Strode2008-09-232-4/+0
| | | | We need to pass different options depending on whether gdm will run or not.
* Check that we're on a tty before trying to start a repair shell. (#463161)Bill Nottingham2008-09-231-2/+2
| | | | | | If netfs isn't running from a tty (say, from NetworkManager), the attempt to start a shell will fail, and we'll immediately fall through to rebooting. That isn't good.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2008-09-237-3571/+2579
|\
| * updated spanish translationDomingo Becker2008-09-231-1259/+1025
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Updated Bengali India TranslatonRuna Bhattacharjee2008-09-231-292/+97
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Japanese updated for F10kiyoto hashida2008-09-231-280/+98
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * French translation updatedCorina Roe2008-09-231-394/+116
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Updated Oriya Translation.Manoj Kumar Giri2008-09-221-281/+94
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * updated Latvian translationJanis Ozolins2008-09-211-730/+976
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Updated catalan poXavier Conde2008-09-191-335/+173
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | Remove hardcoded device-mapper goo.Bill Nottingham2008-09-181-12/+0
|/ | | | | 1) Loading dm-mirror, or dm-crypt, or whatever, will load it anyway. 2) We have udev. It creates device nodes. Why are we doing it by hand?
* Move udev rules to /lib.Bill Nottingham2008-09-171-1/+3
|
* Remove dead code.Bill Nottingham2008-09-171-18/+0
|
* https://bugzilla.redhat.com/show_bug.cgi?id=433702Harald Hoyer2008-09-164-16/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to init scripts to better support stateless: --rc.sysinit-- - don't update mtab in a r/o root - mount on sys and /dev/pts returns EBUSY on a readonly root - [ -n $CLIENTSTATE ] is always returning true, causing an unnecessary timeout --network-- - /etc/mtab may not have any mount information in the readonly-root cause, but the root mount is likely to be a network mount. Without this, nfs hangs the reboot process. --halt-- - don't try and update a read-only mtab --rwtab-- - /var/empty/sshd/etc/localtime needs to be overwritten by sshd at startup - /var/lib/random-seed is written to at shutdown; this fixes the error but doesn't return the functionality lost in a r/o /var/lib.
* https://bugzilla.redhat.com/show_bug.cgi?id=447928Harald Hoyer2008-09-168-24/+24
| | | | | | | | All networking scripts from /etc/sysconfig/network-scripts call logger without full path. This can prevent system from booting if let's say dcc is installed when compiled with wrong parameters and installs /usr/sbin/logger (see bellow) It's not really a bug but this can be easily prevented. All /etc/init.d scripts use full path for logger network-scripts should use it also
* Drop unneeded executable bits on /etc/sysconfig/*.Ville Skyttä2008-09-151-1/+1
|
* Punjabi translation is completed.Jaswinder Singh2008-09-151-252/+82
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Updated Dutch translation.Peter van Egdom2008-09-131-98/+58
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Updated Brazilian Portuguese translationIgor Pires Soares2008-09-131-954/+1020
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Updated Polish translationPiotr Drąg2008-09-121-222/+66
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Updated Finnish translationVille-Pekka Vainio2008-09-121-86/+51
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Transmitted-via: Transifex (translate.fedoraproject.org)Terry Chuang2008-09-121-2137/+1304
|
* updated zh_CN translationWei Liu2008-09-121-251/+81
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Updated German translationFabian Affolter2008-09-111-1090/+1030
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* 8.82-1Bill Nottingham2008-09-101-2/+10
|
* Plymouth updates. (#460702, <rstrode@redhat.com>)Bill Nottingham2008-09-101-9/+21
|
* Refresh translation source.Bill Nottingham2008-09-1068-50450/+69808
| | | | | On a raw msgid level: 56 insertions(+), 40 deletions(-)
* Track upstart jobs as well.Bill Nottingham2008-09-101-1/+1
|
* Updated Norwegian bokmål translation.Kjartan Maraas2008-09-101-422/+123
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2008-09-091-9/+17
|\
| * Updated Finnish translationVille-Pekka Vainio2008-09-081-9/+17
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | Remove duplicate dependency. (#465182)Bill Nottingham2008-09-091-1/+1
|/ | | | Leave /bin/find, as we do require that it actually be in that location.
* Hide plymouth splash.Bill Nottingham2008-09-081-0/+1
|
* same more translatingJanis Ozolins2008-09-041-543/+567
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Fix typo.Bill Nottingham2008-09-041-1/+1
|
* Change how we set the zeroconf route. (#239609)Bill Nottingham2008-09-041-1/+1
|
* Use 0.0.0.0/0, not 0/0. (#460580)Bill Nottingham2008-09-033-3/+3
| | | | Updated iproute doesn't like the old syntax.
* Use the full path for arping.Bill Nottingham2008-09-022-4/+4
|
* Don't say that we're shutting off crypto if we aren't actually doing it.Bill Nottingham2008-08-291-3/+2
|
* 8.81-1Bill Nottingham2008-08-291-1/+5
|
* Don't use -L. (#458652, #458504)Bill Nottingham2008-08-221-1/+1
|
* Kill more stuff from the loopback path.Bill Nottingham2008-07-291-1/+1
|
* 8.80-1Bill Nottingham2008-07-291-1/+7
|
* Move debug stuff to its own package.Bill Nottingham2008-07-291-1/+16
|
* Rename the mcheck stuff to a more generic 'debug' framework.Bill Nottingham2008-07-297-16/+16
|
* Properly hide the plymouth splash if needed.Bill Nottingham2008-07-282-20/+10
| | | | Also, remove some old rhgb code.
* DaveM hates syncookies.Bill Nottingham2008-07-243-9/+0
| | | | TCP snickerdoodles are next on the hit list.
* Don't force tag.Bill Nottingham2008-07-231-1/+1
|
* Fix typo. (#455804, <ruslanpisarev@gmail.com>)Bill Nottingham2008-07-181-1/+1
|