Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.sbin/sendmail/sendmail BINMODE=4555. PR 10053.



details:   https://anonhg.NetBSD.org/src/rev/e60ce464a145
branches:  trunk
changeset: 485820:e60ce464a145
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sat May 06 15:33:25 2000 +0000

description:
BINMODE=4555.  PR 10053.

diffstat:

 gnu/usr.sbin/sendmail/sendmail/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0de78f429145 -r e60ce464a145 gnu/usr.sbin/sendmail/sendmail/Makefile
--- a/gnu/usr.sbin/sendmail/sendmail/Makefile   Sat May 06 15:05:15 2000 +0000
+++ b/gnu/usr.sbin/sendmail/sendmail/Makefile   Sat May 06 15:33:25 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2000/05/03 10:51:00 itojun Exp $
+#      $NetBSD: Makefile,v 1.4 2000/05/06 15:33:25 itojun Exp $
 
 .include <bsd.own.mk>
 
@@ -8,6 +8,9 @@
 BINDIR=                /usr/libexec/sendmail
 PROG=          sendmail
 
+BINOWN=                root
+BINMODE=       4555
+
 LIBSMUTILDIR!= cd ${.CURDIR}/../libsmutil; make print-objdir
 
 LDADD+=                -lwrap -L${LIBSMUTILDIR} -lsmutil



Home | Main Index | Thread Index | Old Index