K 10 svn:author V 3 phk K 8 svn:date V 27 2001-04-15T13:44:05.000000Z K 7 svn:log V 400 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 END