From: Michael Prokop Date: Thu, 17 May 2007 11:25:47 +0000 (+0200) Subject: We need vlock on grml-small too X-Git-Tag: 1.0.1 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=refs%2Ftags%2F1.0.1;p=grml-scripts.git We need vlock on grml-small too --- diff --git a/usr_bin/grml-lock b/usr_bin/grml-lock index 9d63aaa..82dca79 100755 --- a/usr_bin/grml-lock +++ b/usr_bin/grml-lock @@ -14,7 +14,7 @@ if [ -r /etc/grml/script-functions ] ; then if [ -x /usr/bin/X ] ; then check4progs vlock xlock sudo chpasswd dialog || { echo "Sorry, can't continue. Exiting.">&2 ; exit 1 } else - check4progs sudo chpasswd dialog || { echo "Sorry, can't continue. Exiting.">&2 ; exit 1 } + check4progs vlock sudo chpasswd dialog || { echo "Sorry, can't continue. Exiting.">&2 ; exit 1 } fi fi