Available packages for apt

1999-06-02 Thread Christophe Clapp
place. is there a way to do this ? I have to give my cache to a friend but dpkg-scanpackage puts in his package file the most expired package, which isn't good if he wants to do a apt-get upgrade... -- Christophe Clapp \\ // [EMAIL PROTECTED] || |\ | | | \\// [

lost+found or lost for good ???

1999-05-16 Thread Christophe Clapp
how I could get this data back ? Thanks alot !!! -- Christophe Clapp \\ // [EMAIL PROTECTED] || |\ | | | \\// [EMAIL PROTECTED] |__ | | \| |__| //\\ [EMAIL PROTECTED] // \\ ICQ : 25560290 debian

Re: Netscape : slink ?

1999-04-25 Thread Christophe Clapp
on of code quality, but of > legal==license issues. > > Ciao, > Martin > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > -- Christophe Clapp \\ // [EMAIL PROTECTED] || |\ | | | \\// [EMAIL PROTECTED] |__ | | \| |__| //\\ [EMAIL PROTECTED] // \\ ICQ : 25560290 debian

Re: very stable AGP or PCI video card

1999-03-26 Thread Christophe Clapp
rrently have a S3 Virge GX/2 AGP which curruntly crashes the whole > system every once in a while. > > Any help will be greatly appreciated. > > -- p. > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null --

Re: Too many subdirectories

1999-03-17 Thread Christophe Clapp
ld do it but it'll take forever > > #!/bin/sh > while [ -d 'x' ] ; do > mv x/x x1 > rmdir x > mv x1 x > done > > just put that in a text file, chmod it to 755 and run it. > > Good luck. Thank you, there's