OBS User unknown
2006-12-18 23:17:44 +00:00
committed by Git OBS Bridge
parent 090779a064
commit 8e55a85d14
139 changed files with 6470 additions and 6878 deletions

View File

@@ -11,7 +11,7 @@
### BEGIN INIT INFO
# Provides: rpmconfigcheck
# Required-Start: $remote_fs
# Required-Stop: $null
# Required-Stop:
# Default-Start: 2 3 5
# Default-Stop:
# Description: rpm config file scan
@@ -66,11 +66,7 @@ case "$1" in
rm -f $configcheckfile.old $configcheckfile.dup $configcheckfile.new
fi
;;
stop)
;;
status)
rc_failed 4
rc_status -v
stop|status)
;;
*)
echo "Usage: $0 {start}"