diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-06-11 22:58:49 +0200 |
---|---|---|
committer | Rémy Oudompheng <remy@archlinux.org> | 2011-06-11 22:59:01 +0200 |
commit | 8c85a77312a46f742eb0a8041876942f6e2c286e (patch) | |
tree | a4bf9468bfcf8ac1e90696390b346d0e72f02e68 /contrib | |
parent | ea9e2dd8befbb30a49fc5e55a84d1eba876ea495 (diff) | |
download | netctl-8c85a77312a46f742eb0a8041876942f6e2c286e.tar.gz netctl-8c85a77312a46f742eb0a8041876942f6e2c286e.tar.xz |
More replacing /var/run by /run
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/common.hook | 2 |
1 files changed, 1 insertions, 1 deletions
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) ;; |