Package: splashy
Version: 0.1.5

I see the deb contains:

/etc/init.d/splashy
/etc/init.d/splashy10
/etc/init.d/splashy20
/etc/init.d/splashy30
/etc/init.d/splashy40
/etc/init.d/splashy50
/etc/init.d/splashy60
/etc/init.d/splashy70
/etc/init.d/splashyZ

The /etc/init.d is a directory which most of us like to have very tidy and 
under control. It would bemuch better if splashy simply had a sole 
/etc/init.d/splashy script which, by checking $0 determined what it has to 
launch.

case `basename $0` in
*-rcS) ...
?10*) ...
?20*) ...
...


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to