aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Properly group tests.initscripts-9.18-1Bill Nottingham2010-09-031-1/+1
|
* Ignore errors from single-user mode.Bill Nottingham2010-09-031-1/+1
|
* Fix typo.Bill Nottingham2010-09-031-1/+1
|
* 9.18-1Bill Nottingham2010-09-031-1/+6
|
* Add in basic systemd units.Bill Nottingham2010-09-0311-11/+231
| | | | Factor out upstart/systemd/etc. support in the spec properly.
* fix detection of systemd with new cgroup locationPetr Lautrbach2010-09-021-1/+2
|
* l10n: Updates to Portuguese (pt) translationruigo2010-08-301-131/+85
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Norwegian Bokmål (nb) translationkmaraas2010-08-301-364/+58
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Swedish (sv) translationgoeran2010-08-271-271/+13
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Swedish (sv) translationgoeran2010-08-261-106/+42
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Fix umount on halt for new cgroup location. (#612789)Bill Nottingham2010-08-261-2/+2
|
* 9.17-1initscripts-9.17-1Bill Nottingham2010-08-251-1/+10
|
* l10n: Updates to French (fr) translationmrtom2010-08-251-173/+103
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* If systemd is running, redirect start/stop/condrestart/etc. to systemctl. ↵Bill Nottingham2010-08-241-2/+50
| | | | (#612728)
* l10n: Updates to Spanish (Castilian) (es) translationelsupergomez2010-08-241-2258/+1460
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Don't frob the console loglevel on boot. (#621257, #626572)Bill Nottingham2010-08-242-7/+0
| | | | | | | | 1) This didn't do anything useful prior to rsyslog, as sysklogd would reset it. 2) This overrides the kernel commandline, for people who want to temporarily reset it there 3) This actually turns messages back on out from underneath plymouth, which isn't nice. To frob the console loglevel, pass it on the kernel command line.
* l10n: Updates to Dutch (Flemish) (nl) translationwarrink2010-08-241-140/+88
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Finnish (fi) translationvpv2010-08-241-130/+85
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Swedish (sv) translationgoeran2010-08-241-56/+57
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Ukrainian (uk) translationyurchor2010-08-241-130/+101
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to German (de) translationttrinks2010-08-241-477/+133
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Be somewhat noisy when we're frobbing a native systemd service.Bill Nottingham2010-08-231-0/+1
|
* l10n: Updates to Polish (pl) translationraven2010-08-231-365/+81
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* If a systemd service exists, use systemctl to frob it.Bill Nottingham2010-08-201-0/+3
|
* udev: make sure to initialize console only onceLennart Poettering2010-08-191-0/+6
| | | | | | Otherwise an "udevadm trigger" which sends out change events for all devices might cause X11 to be confused because the console is reset beneath it.
* functions: check type of stdout/stderr instead of stdinLennart Poettering2010-08-191-1/+3
|
* refresh-poBill Nottingham2010-08-0469-91083/+103323
|
* Update translations.Bill Nottingham2010-08-042-760/+696
|
* Don't look at old upstart jobs.Bill Nottingham2010-08-041-1/+1
|
* More typos!Bill Nottingham2010-08-021-1/+1
|
* Type well I do not.Bill Nottingham2010-08-021-1/+1
|
* Explicitly pass both device and dir when remounting read-only (#620461, ↵Bill Nottingham2010-08-021-2/+2
| | | | <phr@doc.ic.ac.uk>)
* exit with a zero return code. (#605519)Bill Nottingham2010-08-021-0/+1
|
* Upload tarballs.Bill Nottingham2010-07-271-1/+5
|
* 9.16-1initscripts-9.16-1Bill Nottingham2010-07-271-1/+10
|
* Don't umount cgroup stuff on halt (#612789)Bill Nottingham2010-07-271-2/+2
|
* rename_device: dequote DEVICE="eth0"Harald Hoyer2010-07-261-1/+1
|
* Document PREFIX/NETMASK (#617481, <jklimes@redhat.com>)Bill Nottingham2010-07-261-0/+6
|
* rename_device: fix s390 subchannel readingHarald Hoyer2010-07-151-3/+4
|
* Document NETWORKWAIT (#595386)Bill Nottingham2010-07-011-0/+8
|
* Remove support for hotkey interactive startup. (#605016)Bill Nottingham2010-06-302-22/+0
| | | | | | | | It cannot work reliably as done in this way. (It's possible to do surgery to do it in plymouth itself, but not here.) Interactive startup via the 'confirm' commandline option is still available.
* Add sushell, man page to manifests.Bill Nottingham2010-06-292-0/+3
|
* Don't directly execute bash for single-user mode, as that has SELinux ↵Bill Nottingham2010-06-295-1/+30
| | | | | | | | | | | issues. (#540216, #584443, #585053) If upstart directly runs bash for single-user mode, there's no way for SELinux to set the proper context (to distinguish it from other init scripts). Inserting a helper binary in the way allows for this. While we're changing this, we make it configurable so it's easily possible for people to use sulogin if they so desire.
* Tweak wording.Bill Nottingham2010-06-291-1/+1
|
* Mention WDM, though (#609037)Bill Nottingham2010-06-291-1/+1
|
* Document that DISPLAYMANAGER is deprecated.Bill Nottingham2010-06-291-3/+7
|
* 9.15-1initscripts-9.15-1Bill Nottingham2010-06-241-1/+12
|
* Check for dhclient configuration in /etc/dhcp as well (#607764, #607766)Bill Nottingham2010-06-241-1/+3
|
* Remove obsolete documentation (we don't support dhcpcd.)Bill Nottingham2010-06-241-7/+1
|
* Cleanup.Bill Nottingham2010-06-241-2/+2
|