Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.sbin/postfix/postdrop BINMODE should be 2555, not 27...
details: https://anonhg.NetBSD.org/src/rev/0f364113f2fe
branches: trunk
changeset: 485560:0f364113f2fe
user: perry <perry%NetBSD.org@localhost>
date: Mon May 01 00:12:26 2000 +0000
description:
BINMODE should be 2555, not 2755. Pointed out by Soren.
diffstat:
gnu/usr.sbin/postfix/postdrop/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a1848e0ea66a -r 0f364113f2fe gnu/usr.sbin/postfix/postdrop/Makefile
--- a/gnu/usr.sbin/postfix/postdrop/Makefile Sun Apr 30 23:51:51 2000 +0000
+++ b/gnu/usr.sbin/postfix/postdrop/Makefile Mon May 01 00:12:26 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2000/04/30 21:22:07 perry Exp $
+# $NetBSD: Makefile,v 1.2 2000/05/01 00:12:26 perry Exp $
PROG= postdrop
@@ -7,7 +7,7 @@
BINDIR= ${PFIX_SBINDIR}
BINGRP= maildrop
-BINMODE=2755
+BINMODE=2555
DPADD+= ${LIBPGLOBAL} ${LIBPUTIL}
LDADD+= ${LIBPGLOBAL} ${LIBPUTIL}
Home |
Main Index |
Thread Index |
Old Index