From 8c85a77312a46f742eb0a8041876942f6e2c286e Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sat, 11 Jun 2011 22:58:49 +0200 Subject: More replacing /var/run by /run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- contrib/common.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/common.hook b/contrib/common.hook index 88066cf..9018888 100755 --- a/contrib/common.hook +++ b/contrib/common.hook @@ -15,7 +15,7 @@ function RUNDAEMON { force=1 shift elif [[ "$1" = "-d" ]]; then - [[ -e "/var/run/daemons/$2" ]] + [[ -e "/run/daemons/$2" ]] if [ $? -eq 0 ]; then case "$dep" in yes) ;; -- cgit v1.2.3-24-g4f1b