symlink /var/run/log to /dev/log for transition period.
This commit is contained in:
parent
835e4d99ed
commit
98c39393e3
|
@ -1,9 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.12 1998/02/10 03:50:24 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.13 1999/03/19 00:43:03 perry Exp $
|
||||
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
PROG= syslogd
|
||||
MAN= syslogd.8 syslog.conf.5
|
||||
DPADD+=${LIBUTIL}
|
||||
LDADD+=-lutil
|
||||
#make symlink to old socket location for transitional period
|
||||
SYMLINKS= /var/run/log /dev/log
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue