Date: Sat, 6 Apr 1996 18:47:22 +0200 (MET DST) From: Andreas Klemm <andreas@knobel.gun.de> To: phk@freebsd.org Cc: current@freebsd.org Subject: syntax error in /etc/netstart Message-ID: <Pine.BSF.3.92.960406184139.248A-100000@knobel.gun.de>
next in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hi Poul !
Was just updating my /etc/files and noticed during next reboot a
syntax error somewhere in the startup scripts. Some set -x brought
me to /etc/netstart. I think a -a makes most sense in this context :-).
Here is the diff...
Andreas ///
RCS file: /cvs/src/etc/netstart,v
retrieving revision 1.43
diff -u -r1.43 netstart
- --- netstart 1996/04/03 17:13:58 1.43
+++ netstart 1996/04/06 16:41:13
@@ -24,7 +24,7 @@
fi
# If IP filtering
- -if [ -n "$firewall" -a "x$firewall" != "xNO" -f /etc/rc.firewall ] ; then
+if [ -n "$firewall" -a "x$firewall" != "xNO" -a -f /etc/rc.firewall ] ; then
sh /etc/rc.firewall
fi
- --
andreas@knobel.gun.de /\/\___ Wiechers & Partner Datentechnik GmbH
Andreas Klemm ___/\/\/ $$ Support Unix - aklemm@wup.de $$
pgp p-key http://www-swiss.ai.mit.edu/~bal/pks-toplev.html >>> powered by <<<
ftp://sunsite.unc.edu/pub/Linux/system/Printing/aps-491.tgz >>> FreeBSD <<<
-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
iQCVAwUBMWagGvMLpmkD/U+FAQHb4gQAhZfluBwaPRyUaHghidKataGfUlMJOLHk
3f5FoKA2WVyWg4FLoAqDmiDrLQQuYrbRHciRUIo9UfWmfp7xGtW4pdFg3LjI9MSR
sXEZCiUzBHVMhHiRv0VDZENN967LyUu76gtpkIx6U9xpx3jUeBs6gFarVJilokir
7Ofbwo+W/XU=
=Dvwa
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.92.960406184139.248A-100000>
