From: Ben Gras Date: Fri, 16 Feb 2007 15:58:05 +0000 (+0000) Subject: Removed args debugging line X-Git-Tag: v3.1.3~71 X-Git-Url: http://zhaoyanbai.com/repos//%22https:/www.google.com/jsapi/%22?a=commitdiff_plain;h=f150b11a7be365bdc55a15191a64b1bb85bea635;p=minix.git Removed args debugging line --- diff --git a/etc/rs.single b/etc/rs.single index 527435a7d..474efdd2c 100644 --- a/etc/rs.single +++ b/etc/rs.single @@ -2,5 +2,5 @@ # 'Recovery' script that doesn't. This script is to be used for drivers that # should not be restarted. Instead, the scripts configures the driver 'down'. -echo "Arguments: $@" >/dev/console +#echo "Arguments: $@" >/dev/console service down "$1"