diff options
| author | mycroft <mycroft@NetBSD.org> | 2000-02-26 18:41:43 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 2000-02-26 18:41:43 +0000 |
| commit | f2cb2f62458c11aaeea7c83214570d42e4c09b4a (patch) | |
| tree | 3a56b7be756e0c051ebe4ca763996efc7dc389d4 /gnu | |
| parent | d5af7e591508a5185502311e30a4e85c12c2fdcd (diff) | |
Don't blow away sendmail.st on install.
Install sendmail.hf with group wheel, not kmem.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.sbin/sendmail/sendmail/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/usr.sbin/sendmail/sendmail/Makefile b/gnu/usr.sbin/sendmail/sendmail/Makefile index a3645b0a85c..750e500442e 100644 --- a/gnu/usr.sbin/sendmail/sendmail/Makefile +++ b/gnu/usr.sbin/sendmail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/08 13:45:34 tron Exp $ +# $NetBSD: Makefile,v 1.2 2000/02/26 18:41:43 mycroft Exp $ .include <bsd.own.mk> @@ -25,12 +25,8 @@ BINGRP= kmem BINMODE=6555 .if ${MKSHARE} != "no" FILES=sendmail.hf +FILESGRP=wheel FILESDIR=/usr/share/misc .endif -afterinstall: - ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \ - ${DESTDIR}/var/log/sendmail.st - - .include <bsd.prog.mk> |
