Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 1998 11:23:48 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        Ollivier Robert <roberto@eurocontrol.fr>
Cc:        "FreeBSD Current Users' list" <freebsd-current@FreeBSD.ORG>
Subject:   Re: Problem with Poul-Henning's commit in /etc/rc 
Message-ID:  <1270.903605028@critter.freebsd.dk>
In-Reply-To: Your message of "Thu, 20 Aug 1998 11:01:25 %2B0200." <19980820110125.A17863@caerdonn.eurocontrol.fr> 

next in thread | previous in thread | raw e-mail | index | archive | help

you're right...

In message <19980820110125.A17863@caerdonn.eurocontrol.fr>, Ollivier Robert wri
tes:
>Unless I'm mistaken, the latest change from Poul-Henning to /etc/rc is bad
>because failures are not detected anymore. The $? check is now after the
>"echo" and will check its return code, not the one from mount.
>
>Index: rc
>===================================================================
>RCS file: /home/ncvs/src/etc/rc,v
>retrieving revision 1.148
>retrieving revision 1.149
>diff -u -2 -u -r1.148 -r1.149
>--- rc  1998/08/10 19:53:50     1.148
>+++ rc  1998/08/14 06:49:05     1.149
>@@ -77,5 +77,7 @@
> umount -a >/dev/null 2>&1
> 
>+echo -n "Mounting NFS file systems"
> mount -a -t nonfs
>+echo .
> if [ $? != 0 ]; then
>        echo "Filesystem mount failed, startup aborted"
>
>-- 
>Ollivier ROBERT -=- Eurocontrol EEC/TS -=- Ollivier.Robert@eurocontrol.fr
>FreeBSD caerdonn.eurocontrol.fr 3.0-CURRENT #5: Tue Apr 22 14:57:00 CEST 1997
>roberto@caerdonn.eurocontrol.fr:/src/src/sys/compile/CAERDONN2  i386
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-current" in the body of the message
>

--
Poul-Henning Kamp             FreeBSD coreteam member
phk@FreeBSD.ORG               "Real hackers run -current on their laptop."
"ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1270.903605028>