summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-10-21 00:56:38 +0000
committermillert <millert@openbsd.org>1997-10-21 00:56:38 +0000
commitf73e867dc66cf04ad04d232646b013e5f632b75c (patch)
tree4d69ecedef26dc148acb64c9fd4660c32d821fb7
parent/etc/netstart should be mode 644 like the other rc files. The x bit doesn't (diff)
downloadwireguard-openbsd-f73e867dc66cf04ad04d232646b013e5f632b75c.tar.xz
wireguard-openbsd-f73e867dc66cf04ad04d232646b013e5f632b75c.zip
Make /etc/sendmail.cf mode 644 like /etc/security says.
-rw-r--r--usr.sbin/sendmail/cf/cf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/cf/cf/Makefile b/usr.sbin/sendmail/cf/cf/Makefile
index ba5cd03011f..6326e18f9bd 100644
--- a/usr.sbin/sendmail/cf/cf/Makefile
+++ b/usr.sbin/sendmail/cf/cf/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 1997/06/20 13:43:58 kstailey Exp $
+# $OpenBSD: Makefile,v 1.14 1997/10/21 00:56:38 millert Exp $
# @(#)Makefile 8.19 (Berkeley) 1/14/97
#
@@ -36,7 +36,7 @@ clean cleandir:
depend install:
distribution: openbsd-proto.cf
- ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 444 openbsd-proto.cf \
+ ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 openbsd-proto.cf \
${DESTDIR}/etc/sendmail.cf
# this is overkill, but....