Yes, it will, *if* you use the purge option. apt-get remove --purge tleds
The caveat with the "--purge" is that it gets rid of any/all config files, so it is as if the package was never installed in the first place. This is good if you want to get rid of the launch scripts. This is bad if you are removing a package for disk space concerns and want to re-install it at a later time with the same config. -Ian On Tue, 2005-04-05 at 08:51 -0700, [EMAIL PROTECTED] wrote: > Does apt-get remove take a call to an application out of /etc/init? I > once removed Apache that way and then every time I booted up there was > a line in the output saying that Apache couldn't be found. So I first > used ksysv to delete tleds from all the runlevels where it was included > and *then* I removed it with apt-get. > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

