X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fvserver.functions;h=85d5a5258b9b96bebebbc66fe205a64064af53fc;hb=97a127fd10421a30f02d64fca74f4df6acf4a0bd;hp=b0bf171e09f5c3f311819c1a26b0a81aaeffbc12;hpb=6218a85294eaebd9c2a0b57f2d7c5f086a3a129c;p=util-vserver.git diff --git a/scripts/vserver.functions b/scripts/vserver.functions index b0bf171..85d5a52 100644 --- a/scripts/vserver.functions +++ b/scripts/vserver.functions @@ -1201,7 +1201,7 @@ function _namespaceCleanup # these are things that have to be accessible post-cleanup for tmp in "$root" "$__SBINDIR" "$__PKGLIBDIR" "$vdir" \ - "$__PKGSTATEDIR" "${skip[@]}"; do + "$__PKGSTATEDIR" /usr/bin "${skip[@]}"; do while test -n "$tmp"; do list=( "${list[@]}" "$tmp" ) tmp="${tmp%/*}"