diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-06-28 01:04:03 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-06-28 01:04:03 -0300 |
commit | 56858ebfd0d3eaf56be2a5ac5f9766acaf7067c7 (patch) | |
tree | e6901f7faae817f579acdc3861d81bdf39708576 /functions | |
parent | bd6b5d7f38b6cd98302162068bcb4162bf14c095 (diff) | |
parent | 9f365dbf216f3d7a504928fc64dcdb5941ad449b (diff) |
Merge branch 'master' of git://projects.archlinux.org/initscripts2012.06.28
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -229,15 +229,6 @@ start_daemon() { have_daemon "$1" && /etc/rc.d/"$1" start } -# Never use this function, it causes daemons to be stoped in the wrong order. -# The only way to start a daemon at boot is to add it to the DAEMONS array. -ck_depends() { - local daemon - for daemon; do - ck_daemon "$daemon" && start_daemon "$daemon" - done -} - start_daemon_bkgd() { stat_bkgd "Starting $1" (start_daemon "$1") >/dev/null & @@ -589,7 +580,7 @@ umount_all() { } remove_leftover() { - status -v 'Removing Leftover Files' systemd-tmpfiles --create --remove + status -v 'Removing Leftover Files' systemd-tmpfiles --create --remove --clean } bootlogd_stop() { |