From 6ba6f0403f953d14653e69b5528b2ffe68e2c30e Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 25 Apr 2007 15:42:30 +0000 Subject: Fix vservers --- sh.Linux/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh.Linux') diff --git a/sh.Linux/init.sh b/sh.Linux/init.sh index 6c5c612d..616c98d2 100755 --- a/sh.Linux/init.sh +++ b/sh.Linux/init.sh @@ -136,7 +136,7 @@ fi [ "$(KV_to_int "$(uname -r)")" -ge "$(KV_to_int "2.6.0")" ] K26=$? -if [ "${RC_UNAME}" != "GNU/kFreeBSD" -a "${RC_NAME}" != "VPS" -a "${K26}" = "0" ] ; then +if [ "${RC_UNAME}" != "GNU/kFreeBSD" -a "${RC_SYS}" != "VPS" -a "${K26}" = "0" ] ; then if [ -d /sys ] ; then ebegin "Mounting sysfs at /sys" mntcmd="$(fstabinfo --mountcmd /sys)" -- cgit v1.2.3