diff options
| -rw-r--r-- | rc.d/init.d/netconsole | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/rc.d/init.d/netconsole b/rc.d/init.d/netconsole index f471837a..48f9bbf4 100644 --- a/rc.d/init.d/netconsole +++ b/rc.d/init.d/netconsole @@ -7,12 +7,11 @@ # config: /etc/sysconfig/netconsole # ### BEGIN INIT INFO -# Provides: netconsole -# Required-Start: $network -# Required-Stop: $network +# Provides: netconsole +# Required-Start: $network +# Required-Stop: $network # Short-Description: Initializes network console logging -# Description: By starting this service you allow a remote syslog daemon -# to record console output from this system. +# Description: Initializes network console logging of kernel messages. ### END INIT INFO # Copyright 2002 Red Hat, Inc. |
