Bug 6477

Summary: incorrect call in the unisntall script
Product: Sisyphus Reporter: Ivan Zakharyaschev <imz>
Component: bootsplashAssignee: Sergey V Turchin <zerg>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P2    
Version: unstable   
Hardware: all   
OS: Linux   
Bug Depends on:    
Bug Blocks: 13343    

Description Ivan Zakharyaschev 2005-04-11 04:05:55 MSD
problem with an option, see below:
Steps to Reproduce:
$ rpm -q bootsplash
bootsplash-3.2-alt6
$ rpm -e bootsplash
Usage: splash {start|stop|disable|status|reload|restart}
$
Comment 1 avm 2007-11-06 21:42:31 MSK
Забавно, тривиальная бага живёт больше двух лет.

--- a/rcsplash
+++ b/rcsplash
@@ -74,7 +74,7 @@ case "$1" in
                ;;
        condrestart)
                ;;
-       stop)
+       stop|condstop)
                ;;
        disable)
                disable
Comment 2 Anton Farygin 2007-11-06 22:28:50 MSK
на мантейнера
Comment 3 Sergey V Turchin 2007-11-07 13:58:02 MSK
bootsplash-3.3-alt4