added 'hashify' target
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 23 Mar 2005 02:05:51 +0000 (02:05 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 23 Mar 2005 02:05:51 +0000 (02:05 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1964 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/scripts/vserver

index d0a11c0..1327d2b 100755 (executable)
@@ -231,7 +231,12 @@ case "$2" in
        shift 2
        exec $_VUNIFY "$@" "$vserver"
        ;;
-       
+
+    (hashify)
+       shift 2
+       exec $_VHASHIFY "$@" "$vserver"
+       ;;
+               
     (pkg)
        shift 2
        exec $_VPKG "$vserver" "$@"