From: ajacoutot Date: Mon, 14 Jul 2014 09:11:27 +0000 (+0000) Subject: /etc/rc already takes care of creating /var/run/utmp. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=af62dddc2af611a4eb956858627ab4b63563b062;p=openbsd /etc/rc already takes care of creating /var/run/utmp. ok deraadt@ giovanni@ --- diff --git a/etc/Makefile b/etc/Makefile index 66099feca34..e21725b58ed 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.371 2014/07/14 09:04:02 deraadt Exp $ +# $OpenBSD: Makefile,v 1.372 2014/07/14 09:11:27 ajacoutot Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -229,8 +229,6 @@ distribution-etc-root-var: distrib-dirs ${DESTDIR}/var/log/wtmp ${INSTALL} -c -o ${BINOWN} -g wheel -m 640 /dev/null \ ${DESTDIR}/var/log/xferlog - ${INSTALL} -c -o ${BINOWN} -g utmp -m 664 /dev/null \ - ${DESTDIR}/var/run/utmp cd ../gnu/usr.sbin/sendmail/cf/cf && exec ${MAKE} distribution cd ../usr.sbin/ypserv/ypinit && exec ${MAKE} distribution cd ../usr.bin/ssh && exec ${MAKE} distribution