Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove init_crypto 0, this is in a separate service. | Bill Nottingham | 2010-10-28 | 1 | -2/+0 |
| | |||||
* | Fix comment. | Bill Nottingham | 2010-10-28 | 1 | -1/+1 |
| | |||||
* | Version initscripts dep in -legacy. | Bill Nottingham | 2010-10-27 | 1 | -1/+1 |
| | |||||
* | Don't ship our own halt service; systemd handles this natively. | Bill Nottingham | 2010-10-26 | 4 | -57/+4 |
| | | | | We will need to add a halt.local service. | ||||
* | Add autorelabel service. | Bill Nottingham | 2010-10-26 | 3 | -0/+99 |
| | |||||
* | Drop fedora-mountall, fedora-cleanup. Adjust other services accordingly. | Bill Nottingham | 2010-10-26 | 7 | -335/+4 |
| | | | | systemd can do mount & fsck & quota, etc. now. | ||||
* | Remove 10-console.rules; systemd has native equivalents of these. | Bill Nottingham | 2010-10-26 | 1 | -0/+1 |
| | |||||
* | Always succeed if /etc/crypttab isn't there. | Bill Nottingham | 2010-10-22 | 1 | -1/+1 |
| | |||||
* | Don't use the /sbin/ip wrapper that was removed in mid-2009. | Bill Nottingham | 2010-10-22 | 2 | -3/+3 |
| | |||||
* | Use systemd's support for normal swapon; only handle autoswap here.initscripts-9.21.systemd-1 | Bill Nottingham | 2010-10-15 | 3 | -6/+4 |
| | |||||
* | Don't have sysinit be after local-fs, that way lie loops. | Bill Nottingham | 2010-10-15 | 2 | -5/+2 |
| | | | | Assume https://bugs.freedesktop.org/show_bug.cgi?id=30913 will be fixed in systemd. | ||||
* | Adjust for current syntax. | Bill Nottingham | 2010-10-15 | 1 | -1/+1 |
| | |||||
* | Drop default.target here. | Bill Nottingham | 2010-10-15 | 1 | -1/+0 |
| | |||||
* | Package all files. | Bill Nottingham | 2010-10-15 | 1 | -0/+1 |
| | |||||
* | Drop rc.sysinit from the main package. | Bill Nottingham | 2010-10-15 | 1 | -3/+1 |
| | |||||
* | On this branch, stuff systemd in version. | Bill Nottingham | 2010-10-15 | 1 | -1/+1 |
| | |||||
* | Add a basic sysint service that is After: local-fs so that sockets still work. | Bill Nottingham | 2010-10-15 | 1 | -0/+13 |
| | | | | This is a workaround for https://bugs.freedesktop.org/show_bug.cgi?id=30913 | ||||
* | Set up the split-up boot services correctly. | Bill Nottingham | 2010-10-15 | 1 | -1/+13 |
| | |||||
* | Add split-out bits of rc.sysinit and associated service files. Remove ↵ | Bill Nottingham | 2010-10-15 | 23 | -20/+744 |
| | | | | | | sysinit.service. Based on work by Harald Hoyer (<harald@redhat.com>) sysinit-hack/unhack will be removed once the net hotplug stuff is fixed to not require this. | ||||
* | Reorganize the systemd bits as we'll have scripts to put in /lib/systemd. | Bill Nottingham | 2010-10-14 | 9 | -2/+2 |
| | |||||
* | systemd starts sysv services itself; move 'rc' to legacy. | Bill Nottingham | 2010-10-14 | 1 | -2/+0 |
| | |||||
* | systemd handles clock save/load; make it only in -legacy. | Bill Nottingham | 2010-10-14 | 1 | -0/+1 |
| | |||||
* | Create a 'legacy' subpackage for use with older init daemons. | Bill Nottingham | 2010-10-14 | 1 | -0/+24 |
| | | | | | This will dual-own files for now... various ones will fall out of the main package as systemd no longer needs them. | ||||
* | Don't bring up lo from udev; do it from network/NM/systemd. | Bill Nottingham | 2010-10-14 | 1 | -1/+0 |
| | |||||
* | Revert "add systemd services" | Bill Nottingham | 2010-10-14 | 54 | -1131/+657 |
| | | | | | | This reverts commit f280984f691e0c3cbca2b31dad7a32a5c66ab51b. This will be reworked a bit and re-added. | ||||
* | add systemd services | Harald Hoyer | 2010-10-05 | 54 | -657/+1131 |
| | |||||
* | Drop sysvinit-userspace reqiures, it causes some issues. | Bill Nottingham | 2010-09-27 | 1 | -1/+0 |
| | |||||
* | Adjust clock docs (#637058) | Bill Nottingham | 2010-09-27 | 1 | -13/+9 |
| | |||||
* | Clarify description (#637176) | Bill Nottingham | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | Fix tcsh + grep-2.7. (#636552) | Bill Nottingham | 2010-09-22 | 1 | -2/+2 |
| | |||||
* | typo | Bill Nottingham | 2010-09-17 | 1 | -1/+1 |
| | |||||
* | 9.21-1initscripts-9.21-1 | Bill Nottingham | 2010-09-17 | 1 | -1/+7 |
| | |||||
* | Build for systemd only. | Bill Nottingham | 2010-09-17 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Bill Nottingham | 2010-09-17 | 1 | -1/+1 |
| | |||||
* | If we're built with only one of upstart or systemd, force the required ↵ | Bill Nottingham | 2010-09-15 | 1 | -0/+6 |
| | | | | implementation to be installed. | ||||
* | Fix invocation so that runlevel setting works. (#630914) | Bill Nottingham | 2010-09-14 | 1 | -2/+2 |
| | |||||
* | Reset btmp on boot too, if necessary (#633768, <dmach@redhat.com>) | Bill Nottingham | 2010-09-14 | 1 | -2/+3 |
| | |||||
* | Ship a default.target symlink in /lib, so we start with a valid fallback config. | Bill Nottingham | 2010-09-14 | 1 | -0/+1 |
| | |||||
* | 9.20 | Bill Nottingham | 2010-09-14 | 1 | -1/+6 |
| | |||||
* | Use new -m option to pidof. Require new enough sysvinit-tools. (#632321) | Bill Nottingham | 2010-09-14 | 2 | -3/+3 |
| | |||||
* | Sett $HOME for single-user mode. (#631590) | Bill Nottingham | 2010-09-14 | 1 | -0/+1 |
| | |||||
* | l10n: Updates to Czech (cs) translation | milankerslager | 2010-09-10 | 1 | -126/+75 |
| | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | l10n: Updated Japanese translation | makoto | 2010-09-10 | 1 | -11/+8 |
| | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | Require shutdown.target, so that all the explicit references to it work ↵ | Bill Nottingham | 2010-09-08 | 1 | -0/+1 |
| | | | | correctly. (#630935) | ||||
* | 9.19-1initscripts-9.19-1 | Bill Nottingham | 2010-09-07 | 1 | -1/+6 |
| | |||||
* | prefdm, rc-local, ctrl-alt-del are system defaults. Don't package them ↵ | Bill Nottingham | 2010-09-07 | 4 | -9/+7 |
| | | | | | | otherwise. (#630952) Notably, they cannot be enabled/disabled. They can be overriden via /etc/systemd/system. | ||||
* | Conflict with shutdown, so we don't run systemctl default if shutdown is ↵ | Bill Nottingham | 2010-09-07 | 1 | -1/+1 |
| | | | | invoked. (#630935) | ||||
* | l10n: Updates to Portuguese (Brazilian) (pt_BR) translation | taylon | 2010-09-06 | 1 | -1144/+1378 |
| | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | l10n: Updates to Russian (ru) translation | ypoyarko | 2010-09-06 | 1 | -1608/+1112 |
| | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | l10n: Updates to Japanese (ja) translation | htaira | 2010-09-04 | 1 | -1127/+1368 |
| | | | | Transmitted-via: Transifex (translate.fedoraproject.org) |