From: Enrico Scholz Date: Sun, 3 Jul 2005 14:10:14 +0000 (+0000) Subject: do not quote $_VSHELPER in help message (reported by Roman Barczynski, X-Git-Tag: version_0_30_210~158 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc0e846b03b1250540445dd1f92083ee338898a2;p=util-vserver.git do not quote $_VSHELPER in help message (reported by Roman Barczynski, https://savannah.nongnu.org/bugs/?func=detailitem&item_id=13162) git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2123 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/scripts/functions b/util-vserver/scripts/functions index 009bcc1..8fb7f9d 100644 --- a/util-vserver/scripts/functions +++ b/util-vserver/scripts/functions @@ -792,7 +792,7 @@ To fix this, you can:" test -x "$solution_sysctl" || warning $"\ * configure the util-vserver vshelper script, e.g. by adding - | kernel.vshelper = \"$_VSHELPER\" + | kernel.vshelper = $_VSHELPER to /etc/sysctl.conf and rebooting the machine, or by executing | echo \"$_VSHELPER\" >$proc_file"