From 98c39393e33bba165db8d20146a65be1f1897a68 Mon Sep 17 00:00:00 2001 From: perry Date: Fri, 19 Mar 1999 00:43:03 +0000 Subject: [PATCH] symlink /var/run/log to /dev/log for transition period. --- usr.sbin/syslogd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.sbin/syslogd/Makefile b/usr.sbin/syslogd/Makefile index 3d20d39b1dbc..c70a270563e0 100644 --- a/usr.sbin/syslogd/Makefile +++ b/usr.sbin/syslogd/Makefile @@ -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