Date: Sun, 2 Feb 1997 21:05:34 -0600 From: peter@taronga.com (Peter da Silva) To: mitch@hardware.com Cc: doc@freebsd.org Subject: Re: Problem executing script from handbook129.html Message-ID: <199702030305.VAA10751@bonkers.taronga.com> In-Reply-To: <32F50FCA.1450@hardware.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <32F50FCA.1450@hardware.com> you write: >./disaster.floppy: 47: Syntax error: "&" unexpected ... >Have I done something wrong or do I need to change something? I'd like >to be >able to use this. :-) TIA You've done something wrong. You still have HTML damage in your code: > # > if [ ! -x /sys/compile/MINI/kernel ] > then > cat << EOM > The MINI kernel does not exist, please create one. > Here is an example config file: > # The "<" are HTML objects representing "<". Do a s/\</</g Also replace ">" with ">" wherever it occurs: > gzip -c -best /sbin/init > /mnt/sbin/init > gzip -c -best /sbin/fsck > /mnt/sbin/fsck > gzip -c -best /sbin/mount > /mnt/sbin/mount > gzip -c -best /sbin/halt > /mnt/sbin/halt > gzip -c -best /sbin/restore > /mnt/sbin/restore And replace "&" with "&": > root::0:0::0:0:Charlie &:/root:/bin/sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702030305.VAA10751>