In article <[EMAIL PROTECTED]>, Servo <[EMAIL PROTECTED]> wrote: >Uh... slight problem! > >I was screwing with Apache... a non debian version. I wanted to >totaly scrap the non deb version, and I deleted all the files. >And one too many.. Mainly '/etc/init.d/apache' >That file shows being in the Apache 1.1.1-5(or some number like that) >debian release, but it does not install it!!!!
Oh yeah that's a feature of dpkg actually. If you delete a control-file, dpkg assumes you have deleted or renamed it on purpose and it will never ever install that file again. 2 solutions: 1. Purge apache from your system (dpkg --purge) and reinstall 2. Unpack the .deb file and copy the /etc/init.d/apache from it (dpkg -X apache_1.1.1-5.deb /tmp/apache) Mike. -- | Miquel van Smoorenburg \ The answer to Life, the Universe and Everything \ | [EMAIL PROTECTED] \ Just reinstall windows and try again, sir. \ -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]