From dd7ff3035ba24dde9fad643ba832183988a4f9f7 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 22 Sep 2010 13:01:11 +0000 Subject: Kill msgs. Noone uses it, and it has a longjmp in it. Lots of agreement. --- etc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'etc/Makefile') diff --git a/etc/Makefile b/etc/Makefile index 972226291a3..5f6552c1747 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.290 2010/06/29 17:17:53 nicm Exp $ +# $OpenBSD: Makefile,v 1.291 2010/09/22 13:01:10 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -232,8 +232,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 daemon -g staff -m 664 /dev/null \ - ${DESTDIR}/var/msgs/bounds ${INSTALL} -c -o ${BINOWN} -g utmp -m 664 /dev/null \ ${DESTDIR}/var/run/utmp .if ${MACHINE} == "vax" -- cgit v1.2.3