Re: Err. releted the wrong file in init.d

2001-10-23 Thread martin f krafft
* Tarjei Huse <[EMAIL PROTECTED]> [2001.10.22 18:30:31+0200]: > What is the easyest way to get it back? on that note, is it possible to tell apt/dpkg to simply reinstall all files? as in re-unpack the tar archive, leaving config files alone if they've been messed with but aren't missing? -- mart

Re: Err. releted the wrong file in init.d

2001-10-22 Thread Tarjei Huse
I ended up doing: dpkg -i --force-confmiss /var/cache/apt/archives/apache_*.deb that worked :) Tarjei Faheem Mitha wrote: > > In linux.debian.user, you wrote: > > Hi, > > > > I just managed to delete my apache file in /etc/init.d. > > > > What is the easyest way to get it back? > > > > If I tr

Re: Err. releted the wrong file in init.d

2001-10-22 Thread Alson van der Meulen
On Mon, Oct 22, 2001 at 06:30:31PM +0200, Tarjei Huse wrote: > Hi, > > I just managed to delete my apache file in /etc/init.d. > > What is the easyest way to get it back? > > If I try dpkg-reconfigure or apt-get install I just get missing > /etc/init.d/apache apache not fully installed. Maybe ap

Err. releted the wrong file in init.d

2001-10-22 Thread Tarjei Huse
Hi, I just managed to delete my apache file in /etc/init.d. What is the easyest way to get it back? If I try dpkg-reconfigure or apt-get install I just get missing /etc/init.d/apache apache not fully installed. Running unstable. Tarjei