- 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:
parent
3a22e55b52
commit
8245a1792c
@ -3,6 +3,7 @@ Wed Apr 7 16:59:58 CEST 2010 - mls@suse.de
|
|||||||
|
|
||||||
- work around spurious tar message [bnc#558475]
|
- work around spurious tar message [bnc#558475]
|
||||||
- fix defattr reset bug [bnc#594310]
|
- fix defattr reset bug [bnc#594310]
|
||||||
|
- make 'rpmconfigcheck status' exit with 4 [bnc#592269]
|
||||||
- don't consider prereq deprecated for now
|
- don't consider prereq deprecated for now
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -66,7 +66,11 @@ case "$1" in
|
|||||||
rm -f $configcheckfile.old $configcheckfile.dup $configcheckfile.new
|
rm -f $configcheckfile.old $configcheckfile.dup $configcheckfile.new
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
stop|status)
|
stop)
|
||||||
|
;;
|
||||||
|
status)
|
||||||
|
rc_failed 4
|
||||||
|
rc_status -v
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Usage: $0 {start}"
|
echo "Usage: $0 {start}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user