diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-10-21 00:56:39 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-10-21 00:56:39 +0000 |
commit | 1ac0527719dde18cab6acb416915b0fbc217424b (patch) | |
tree | 56c25d02d8f807ce170f9d04364c295f7871f6ea | |
parent | 9930db3ab6f49c9ddb225f5601aff93af4851df3 (diff) |
Make /etc/sendmail.cf mode 644 like /etc/security says.
-rw-r--r-- | usr.sbin/sendmail/cf/cf/Makefile | 4 |
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.... |