do not run when IATTR feature is not supported
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 15 Jul 2005 19:01:33 +0000 (19:01 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 15 Jul 2005 19:01:33 +0000 (19:01 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2156 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/sysv/vprocunhide

index 0d38193..17a2cd4 100755 (executable)
@@ -12,6 +12,8 @@ test -e "$UTIL_VSERVER_VARS" || {
 }
 . "$UTIL_VSERVER_VARS"
 
+$_VSERVER_INFO - FEATURE iattr || exit 0
+
 f=/etc/rc.d/init.d/functions
 if test -e "$f"; then
     . "$f"