On Wednesday 17 October 2007, Michael Schwendt wrote: > On Tue, 16 Oct 2007 12:12:26 -0400, Steve Dickson (steved) wrote: > > Author: steved > > > > Update of /cvs/pkgs/rpms/rpcbind/devel > > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31038 > > > > Modified Files: > > rpcbind.init rpcbind.spec > > Log Message: > > Corrected a typo in the initscript from previous commit. > > > > # Check that networking is up. > > - [ "$NETWORKING" = "no" ] || exit 6 > > + [ "$NETWORKING" = "no" ] && exit 6 > > [ -f /sbin/$prog ] || exit 5 > > Isn't > > [ "$NETWORKING" = "yes" ] || exit 6 > > preferred, so the service is off by default unless networking > is turnt on explicitly? There have also been opinons that sourcing /etc/sysconfig/network and then testing $NETWORKING to see if networking is available is primarily legacy cruft that should be just removed. -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list