diff -up initscripts-8.45.30/service.smefixtypo initscripts-8.45.30/service --- initscripts-8.45.30/service.smefixtypo 2009-12-17 20:38:09.000000000 +0100 +++ initscripts-8.45.30/service 2009-12-17 20:43:31.000000000 +0100 @@ -62,7 +62,7 @@ runlevel=$(runlevel | cut -d" " -f2) if [ "$runlevel" = "7" ] then script=$(ls /etc/rc7.d/S??${SERVICE} 2>/dev/null | head -1) - if [ -z "$scripts" ] + if [ -z "$script" ] then echo $"${SERVICE}: unrecognized service" >&2 exit 0