Bug 6477 - incorrect call in the unisntall script
Summary: incorrect call in the unisntall script
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: bootsplash (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Sergey V Turchin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 13343
  Show dependency tree
 
Reported: 2005-04-11 04:05 MSD by Ivan Zakharyaschev
Modified: 2007-11-09 03:50 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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