Hi, On my desktop I use update-rc.d to delete all the default symlinks when I install something that I may not want to use all the time eg.. http server or ftp server and just manually start it with /etc/init.d/blah start when I need it.
The problem is that when I apt-get upgrade it restores the default runlevels and starts the daemons. How can I get the runlevels to stay at my settings across an apt-get upgrade ? I have tried update-rc.d blah stop 0 1 2 3 4 5 6 . but when I apt-get upgrade it just restores the default symlinks again thanks. -- James -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
