In article <[EMAIL PROTECTED]>, Miguel Alvarez Blanco <[EMAIL PROTECTED]> wrote: >As I said in the first message, I do not know how to keep a package >installed in the system and yet be able to de-activate its startup >scripts, sort of like leaving it unconfigured.
# cd /etc/init.d # mv script script.OFF This will work. For the packaging system (dpkg) it looks like you removed the "script" file, and it will treat that as a "local modification". Since all files in /etc/init.d are marked as "conffiles", an update will not install a new file there since it would overwrite the "local modifications". And even though the symlinks are still there in /etc/rc?.d, the boot script will just ignore them. No weird error messages. Mike. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]