From 9e3fb5cae87f8d800c065d536d9ba4c8cdcce6c3 Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Tue, 9 Jul 2002 20:27:22 +0000 Subject: - fix #68123 --- rc.d/init.d/halt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/init.d/halt') diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt index 1e96ebd5..38766534 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -189,7 +189,7 @@ fi if [ "$command" = /sbin/halt -a -r /etc/ups/upsmon.conf -a -f /etc/killpower -a -f /etc/sysconfig/ups ] ; then . /etc/sysconfig/ups - [ "$SERVER" = "yes" -a "$MODEL" != "NONE" -a -n "$MODEL" -a -n "$DEVICE" ] && $MODEL -k $DEVICE + [ "$SERVER" = "yes" -a "$MODEL" != "NONE" -a -n "$MODEL" -a -n "$DEVICE" ] && $MODEL $OPTIONS -k $DEVICE fi if [ -x /sbin/halt.local ]; then -- cgit v1.2.1