diff options
Diffstat (limited to 'init.d/procfs.in')
-rw-r--r-- | init.d/procfs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/procfs.in b/init.d/procfs.in index a6136a30..a167ed7e 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.in @@ -41,7 +41,7 @@ start() fi fi - [ "$RC_SYS" == "OPENVZ" ] && return 0 + [ "$RC_SYS" = "OPENVZ" ] && return 0 # Check what USB fs the kernel support. Currently # 2.5+ kernels, and later 2.4 kernels have 'usbfs', |