From 57cd084ff2f96f001045a8849b68877e9db2f6d0 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sat, 25 May 2013 22:15:39 +0200 Subject: rcdscripts: start deprecating /usr/sbin The following scripts were found to be broken due to binaries being moved to /usr/bin: acpid, alsa, fancontrol, sensord, healthd, sshd, rfkill and syslog-ng. I do not doubt several more daemons were moved to /usr/bin already. But there are 230 services in this package and I can't test them all. --- src/syslog-ng/syslog-ng.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/syslog-ng/syslog-ng.rc') diff --git a/src/syslog-ng/syslog-ng.rc b/src/syslog-ng/syslog-ng.rc index d48b71e..f0d9ce3 100755 --- a/src/syslog-ng/syslog-ng.rc +++ b/src/syslog-ng/syslog-ng.rc @@ -25,7 +25,7 @@ case $1 in start) stat_busy "Starting Syslog-NG" checkconfig - if [[ -z $PID ]] && /usr/sbin/syslog-ng "${SYSLOG_NG_OPTS[@]}"; then + if [[ -z $PID ]] && /usr/bin/syslog-ng "${SYSLOG_NG_OPTS[@]}"; then add_daemon syslog-ng stat_done else -- cgit v1.2.3