--- network.orig 2003-09-10 15:58:38.000000000 -0400 +++ network 2003-09-10 16:00:16.000000000 -0400 @@ -25,10 +25,10 @@ case "${ACTION}" in "start" | "resume" ) - /etc/init.d/net.$DEVICE start + /etc/init.d/net.$DEVICE --quiet start ;; "stop") - /etc/init.d/net.$DEVICE stop + /etc/init.d/net.$DEVICE --quiet stop ;; "check") ;;