summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-03-04 07:07:22 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-03-04 07:07:22 +0000
commit082d94755571f03d62233a3ecc15010c6f3f806b (patch)
tree143e593ee55e5256701e348b25c9f9adab60905b /usr.sbin
parenta6e12e37dda095822c133d1e17bc055cac41291d (diff)
Remove kmem privs.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sendmail/src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sendmail/src/Makefile b/usr.sbin/sendmail/src/Makefile
index dfbae6614bd..21426fa7694 100644
--- a/usr.sbin/sendmail/src/Makefile
+++ b/usr.sbin/sendmail/src/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 1997/01/17 04:49:01 downsj Exp $
+# $OpenBSD: Makefile,v 1.11 1997/03/04 07:07:21 downsj Exp $
#
# OpenBSD Makefile
#
@@ -33,8 +33,8 @@ MAN= aliases.5 mailstats.8 mailq.1 newaliases.1 sendmail.8
LINKS= ${BINDIR}/sendmail /usr/bin/newaliases \
${BINDIR}/sendmail /usr/bin/mailq
BINOWN= root
-BINGRP= kmem
-BINMODE=6555
+BINGRP= bin
+BINMODE=4555
beforeinstall:
# ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \