Date: Sun, 15 Apr 2001 06:44:06 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc Message-ID: <200104151344.f3FDi6l50412@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2001/04/15 06:44:05 PDT
Modified files:
etc rc
Log:
In the /etc/rc startup script a soft link is created from /var/run/log to
/dev/log like this: if [ ! -h /dev/log ];
The man page for test(1) says that the -h switch is depracated and that
users should NOT rely on it being available. It suggest the -L switch instead.
They both do the same thing: check for the existence of the symbolic link.
PR: 26596
Submitted by: mikem <mike_makonnen@yahoo.com>
Revision Changes Path
1.261 +2 -2 src/etc/rc
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104151344.f3FDi6l50412>
