This commit is contained in:
committed by
Git OBS Bridge
parent
090779a064
commit
8e55a85d14
@@ -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}"
|
||||
|
Reference in New Issue
Block a user