Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2008-03-19 Pavol Šimo <palo.simo@gmail.com> (via palos@fedoraproject.org) | Pavol Šimo | 2008-03-19 | 1 | -244/+138 |
| | | | | * po/sk.po: Updated Slovak translation | ||||
* | update-po & refresh-po | Bill Nottingham | 2008-03-18 | 67 | -69434/+98869 |
| | |||||
* | properly handle lines like $"foo is \"wow\", is it not?" | Bill Nottingham | 2008-03-18 | 1 | -1/+13 |
| | |||||
* | Make sure NEWCONFIG exists before grepping for it (#390271, continued) | Bill Nottingham | 2008-03-18 | 1 | -1/+6 |
| | |||||
* | don't leak consoletype into the environment | Bill Nottingham | 2008-03-14 | 2 | -1/+2 |
| | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2008-03-13 | 1 | -7/+10 |
|\ | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Kjartan Maraas | 2008-03-13 | 2 | -2/+8 |
| |\ | |||||
| * | | 2008-03-13 Kjartan Maraas <kmaraas@broadpark.no> (via | Kjartan Maraas | 2008-03-13 | 1 | -7/+10 |
| | | | | | | | | | | | | | | | | | | kmaraas@fedoraproject.org) * po/nb.po: Updated translation. | ||||
* | | | Improve performance of s390 ccw rules (#437110, <mernst@de.ibm.com>) | Bill Nottingham | 2008-03-13 | 2 | -7/+16 |
| |/ |/| | |||||
* | | Umount 'ncp' filesystems as well (#437117) | Bill Nottingham | 2008-03-12 | 1 | -1/+1 |
| | | |||||
* | | bump to 8.67-1initscripts-8.67-1 | Bill Nottingham | 2008-03-11 | 1 | -1/+4 |
| | | |||||
* | | Revert "Use upstart to start rhgb. Add conflict for older versions." | Bill Nottingham | 2008-03-11 | 2 | -5/+4 |
| | | | | | | | | This reverts commit 696d91f8bacf11b543119069b46b7fbefa495e39. | ||||
* | | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsinitscripts-8.66-1 | Bill Nottingham | 2008-03-11 | 1 | -575/+492 |
|\ \ | |/ | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Paľo Šimo | 2008-03-11 | 8 | -5/+195 |
| |\ | |||||
| * | | 2008-03-11 Paľo Šimo <palo.simo@gmail.com> (via palos@fedoraproject.org) | Paľo Šimo | 2008-03-11 | 1 | -575/+492 |
| | | | | | | | | | | | | * po/sk.po: Updated Slovak translation | ||||
* | | | 8.66-1 | Bill Nottingham | 2008-03-11 | 1 | -1/+4 |
| | | | |||||
* | | | Use upstart to start rhgb. Add conflict for older versions. | Bill Nottingham | 2008-03-11 | 2 | -4/+5 |
| |/ |/| | |||||
* | | Update to 8.65-1.initscripts-8.65-1 | Bill Nottingham | 2008-03-10 | 1 | -1/+11 |
| | | |||||
* | | Disable by default in favor of NetworkManager. | Bill Nottingham | 2008-03-10 | 1 | -1/+1 |
| | | |||||
* | | Add the serial upstart event handler. | Bill Nottingham | 2008-03-10 | 1 | -0/+11 |
| | | |||||
* | | Add some minor upstart event notification for sysv scripts. (#431231) | Bill Nottingham | 2008-03-10 | 1 | -1/+6 |
| | | |||||
* | | Add a helper that checks for serial and serial-like consoles | Bill Nottingham | 2008-03-10 | 4 | -2/+166 |
|/ | | | | | This works by doing checks from udev that emit upstart events. upstart listens to these events and starts a getty if needed. | ||||
* | 2008-03-10 Dimitris Glezos <dimitris@glezos.com> (via glezos@fedoraproject.org) | Dimitris Glezos | 2008-03-10 | 1 | -27/+19 |
| | | | | * po/el.po: Updated some strings | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Thomas Canniot | 2008-03-06 | 1 | -1/+1 |
|\ | |||||
| * | Skip network shutdown if there is a '_rnetdev' root device (part of #435358, ↵ | Bill Nottingham | 2008-03-03 | 1 | -1/+1 |
| | | | | | | | | <pjones@redhat.com>) | ||||
* | | 2008-03-06 Thomas Canniot <thomas.canniot@mrtomlinux.org> (via | Thomas Canniot | 2008-03-06 | 1 | -31/+53 |
|/ | | | | | | mrtom@fedoraproject.org) * po/fr.po: Udpated French Translation | ||||
* | Various minor optimizations to speed up boot. (<arjan@infradead.org>) | Bill Nottingham | 2008-02-26 | 3 | -26/+42 |
| | | | | | | | | Notable: - separate [ "$variable" ] tests from [ -f ... ] - don't grep init scripts - cache the information from /sbin/consoletype - simplify 'confirm' handling | ||||
* | Modify some of the build-fu for git.initscripts-8.64-1 | Bill Nottingham | 2008-02-26 | 1 | -23/+18 |
| | |||||
* | Add a .gitignore file | Bill Nottingham | 2008-02-26 | 1 | -0/+3 |
| | |||||
* | Bump to 8.64 | Bill Nottingham | 2008-02-26 | 1 | -1/+5 |
| | |||||
* | Remove changelog; will generate from git. | Bill Nottingham | 2008-02-26 | 1 | -14559/+0 |
| | |||||
* | Remove bits that are now extraneous with console_init. | Bill Nottingham | 2008-02-26 | 3 | -111/+0 |
| | |||||
* | Add rules file to run console_init on boot. | Bill Nottingham | 2008-02-26 | 1 | -0/+1 |
| | |||||
* | Add console_init udev helper. | Bill Nottingham | 2008-02-26 | 3 | -1/+170 |
| | | | | | | | | | | | | This helper: - sets the keyboard mode - sets the console mode - sets the console font - sets the keyboard map based on configuration in /etc/sysconfig/keyboard and /etc/sysconfig/i18n. This allows us to remove various cruft from rc.sysinit and /etc/profile.d/lang.sh. | ||||
* | - add /sbin/pidof requirement (#434863) | Bill Nottingham | 2008-02-26 | 1 | -0/+1 |
| | | | | | | - add /sbin/pidof requirement (#434863) This allows sysvinit-tools to be cleanly pulled in on upstart upgrades. | ||||
* | typor8-63 | Bill Nottingham | 2008-02-01 | 1 | -1/+1 |
| | |||||
* | 8.63-1 | Bill Nottingham | 2008-02-01 | 2 | -0/+21 |
| | |||||
* | use udev rules to set the clock, avoiding issues with modular rtcs (#290731) | Bill Nottingham | 2008-02-01 | 3 | -41/+7 |
| | |||||
* | Use udev to intialize configured RAID arrays; conflict with prior mdadm | Bill Nottingham | 2008-02-01 | 2 | -7/+1 |
| | | | | versions to ensure the correct version with the rules gets pulled in | ||||
* | keep one old copy of dmesg around (#426538) | Bill Nottingham | 2008-02-01 | 1 | -0/+1 |
| | |||||
* | add NetworkManager-dispatcher script to notify netreport apps ↵ | Bill Nottingham | 2008-02-01 | 3 | -1/+16 |
| | | | | (<linville@redhat.com>) | ||||
* | *** empty log message *** | Magnus | 2008-01-27 | 1 | -212/+155 |
| | |||||
* | 8.62-1r8-62 | Bill Nottingham | 2008-01-21 | 2 | -1/+17 |
| | |||||
* | fix syntax error. correctly. | Bill Nottingham | 2008-01-21 | 1 | -1/+1 |
| | |||||
* | fix syntax error (#429556) | Bill Nottingham | 2008-01-21 | 1 | -1/+1 |
| | |||||
* | Removing obsolete sr@Latn | Miloš Komarčević | 2008-01-20 | 1 | -3839/+0 |
| | |||||
* | Added sr@latin to replace sr@Latn | Miloš Komarčević | 2008-01-20 | 1 | -0/+3839 |
| | |||||
* | actually bump the revisionr8-61 | Bill Nottingham | 2008-01-19 | 1 | -1/+2 |
| | |||||
* | 8.61-1r8-60 | Bill Nottingham | 2008-01-19 | 2 | -0/+104 |
| | |||||
* | use lvm, not lvm.static (#429222) | Bill Nottingham | 2008-01-19 | 2 | -5/+5 |
| |