From f150b11a7be365bdc55a15191a64b1bb85bea635 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 16 Feb 2007 15:58:05 +0000 Subject: [PATCH] Removed args debugging line --- etc/rs.single | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"