diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-09-22 13:01:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-09-22 13:01:11 +0000 |
commit | dd7ff3035ba24dde9fad643ba832183988a4f9f7 (patch) | |
tree | 1717236171fb155bb55be0086014f8ad772c1e4a /etc/Makefile | |
parent | d2b3e7f46d7c6bad373a9d8f9d7ed144488b62ce (diff) |
Kill msgs. Noone uses it, and it has a longjmp in it.
Lots of agreement.
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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" |