Re: Possible sane approach? (was: Re: enable/disable flags in /etc/default)

2011-03-02 Thread Gerfried Fuchs
... Before someone starts to nitpick it and distract from the real content: * Gerfried Fuchs [2011-03-03 07:58:59 CET]: > #v+ > > # only on new install > if [ "$1" = "configure" ] && [ "x$2" = "x" ]; then > update-rc.d foo defaults >/dev/null > update-rc.d foo disable > fi >

Possible sane approach? (was: Re: enable/disable flags in /etc/default)

2011-03-02 Thread Gerfried Fuchs
Hi! Some things usually spin in my head for days and I come up with an idea that looks sane at first sight. This might be such a moment, and I wonder wether there might be something that I overlooked here: * Gerfried Fuchs [2011-03-02 14:47:22 CET]: > Actually I explicitly chose to not