From: Ben Gras Date: Fri, 17 Feb 2006 14:05:46 +0000 (+0000) Subject: Refix X-Git-Tag: v3.1.2a~336 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-coverage.html?a=commitdiff_plain;h=c2f668d1d247c15342b9873b79c92c2b55ca736a;p=minix.git Refix --- diff --git a/etc/rc.rescue b/etc/rc.rescue index d5d5d80f1..4f33182ac 100644 --- a/etc/rc.rescue +++ b/etc/rc.rescue @@ -1,5 +1,5 @@ #!/bin/sh -DRIVERS=/usr/sbin +DRIVERS=/sbin RESCUE=/boot/rescue if [ "$1" != start ] @@ -9,7 +9,7 @@ fi service up $DRIVERS/rescue -dev /dev/rescue -args 128 -period 4HZ mkfs /dev/rescue || exit mount /dev/rescue $RESCUE || exit -cp $DRIVERS/memory $RESCUE +cp /usr/sbin/memory $RESCUE label=`sysenv label` case "$label" in AT)