/etc/rc already takes care of creating /var/run/utmp.
authorajacoutot <ajacoutot@openbsd.org>
Mon, 14 Jul 2014 09:11:27 +0000 (09:11 +0000)
committerajacoutot <ajacoutot@openbsd.org>
Mon, 14 Jul 2014 09:11:27 +0000 (09:11 +0000)
ok deraadt@ giovanni@

etc/Makefile

index 66099fe..e21725b 100644 (file)
@@ -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