Browse Source

/etc/rc already takes care of creating /var/run/utmp.

ok deraadt@ giovanni@
OPENBSD_5_6
ajacoutot 10 years ago
parent
commit
7648d2dc9b
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/etc/Makefile

+ 1
- 3
src/etc/Makefile View 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


Loading…
Cancel
Save