Seems you broke an error message of src/etc/netstart when committing a
series of quoting style fixes.  Please apply the attached patch.

Thanks,

-- 
                     /
                    /__  __            Akinori.org / MUSHA.org
                   / )  )  ) )  /     FreeBSD.org / Ruby-lang.org
Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp

"We're only at home when we're on the run, on the wing, on the fly"

Index: netstart
===================================================================
RCS file: /home/ncvs/src/etc/netstart,v
retrieving revision 1.58
diff -u -r1.58 netstart
--- netstart    2000/12/17 08:15:57     1.58
+++ netstart    2000/12/26 06:00:06
@@ -50,7 +50,7 @@
 if [ -f /etc/rc.network ]; then
        . /etc/rc.network
 else
-       echo 'Sorry, I can't find /etc/rc.network - aborting'
+       echo "Sorry, I can't find /etc/rc.network - aborting"
        exit 1
 fi
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to