$_LOCKFILE, $LOCKDIR: added
[util-vserver.git] / util-vserver / scripts / legacy / vps.pathsubst
index ea32a37..e79d34d 100755 (executable)
@@ -42,7 +42,7 @@ if ($context == -1) {
    exit;
 }
 if ($context != 1) {
-   exec("@SBINDIR@/chcontext --silent --ctx 1 $0 @ARGV");
+   exec("@PKGLIBDIR@/chcontext-compat --silent --ctx 1 $0 @ARGV");
    print "Can not execute chcontext\n";
    exit; # not reached
 }