Skip to content

Commit

Permalink
use /var/lock/subsys/lxc-centos instead of /var/lock/subsys/lxc as a …
Browse files Browse the repository at this point in the history
…lock name

Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
caglar10ur authored and stgraber committed Dec 9, 2013
1 parent ccef566 commit 826eb79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/lxc-centos.in
Expand Up @@ -376,7 +376,7 @@ install_centos()

return 0

) 200>/var/lock/subsys/lxc
) 200>/var/lock/subsys/lxc-centos

return $?
}
Expand Down Expand Up @@ -457,7 +457,7 @@ clean()
rm --preserve-root --one-file-system -rf $cache && echo "Done." || exit 1
exit 0

) 200>/var/lock/subsys/lxc
) 200>/var/lock/subsys/lxc-centos
}

usage()
Expand Down

0 comments on commit 826eb79

Please sign in to comment.