- make 'rpmconfigcheck status' exit with 4 [bnc#592269]
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=47
This commit is contained in:
@@ -66,7 +66,11 @@ case "$1" in
|
||||
rm -f $configcheckfile.old $configcheckfile.dup $configcheckfile.new
|
||||
fi
|
||||
;;
|
||||
stop|status)
|
||||
stop)
|
||||
;;
|
||||
status)
|
||||
rc_failed 4
|
||||
rc_status -v
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {start}"
|
||||
|
Reference in New Issue
Block a user