]> Zhao Yanbai Git Server - minix.git/commitdiff
Removed args debugging line
authorBen Gras <ben@minix3.org>
Fri, 16 Feb 2007 15:58:05 +0000 (15:58 +0000)
committerBen Gras <ben@minix3.org>
Fri, 16 Feb 2007 15:58:05 +0000 (15:58 +0000)
etc/rs.single

index 527435a7decb1bc9f18a63d34937ac7e6d6ea7e8..474efdd2cbc8e7914eee67f91c321dca3e348871 100644 (file)
@@ -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"