From 8b2492b4e7a10fd9cb233ec77f7068c25ed79097 Mon Sep 17 00:00:00 2001 From: henning <> Date: Sat, 19 Feb 2005 11:56:54 +0000 Subject: [PATCH] ospfd.conf mode 0600, requested by norby --- src/etc/Makefile | 7 ++++--- src/etc/mtree/special | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 71da3693..0eceb1c9 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.216 2005/02/05 20:40:53 henning Exp $ +# $OpenBSD: Makefile,v 1.217 2005/02/19 11:56:54 henning Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -18,7 +18,7 @@ BIN1= changelist ccd.conf csh.cshrc csh.login csh.logout daily dhcpd.conf \ mrouted.conf myname netstart networks newsyslog.conf phones printcap \ protocols rbootd.conf rc rc.conf rc.local rc.securelevel rc.shutdown \ remote rpc security services shells spamd.conf syslog.conf weekly \ - etc.${MACHINE}/disktab dhclient.conf mailer.conf ntpd.conf ospfd.conf + etc.${MACHINE}/disktab dhclient.conf mailer.conf ntpd.conf .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "cats" || ${MACHINE} == "hp300" || \ @@ -79,6 +79,7 @@ distribution-etc-root-var: distrib-dirs pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd ${INSTALL} -c -o root -g wheel -m 644 moduli ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 bgpd.conf ${DESTDIR}/etc + ${INSTALL} -c -o root -g wheel -m 600 ospfd.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 pf.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 644 pf.os ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 644 sensorsd.conf ${DESTDIR}/etc @@ -375,7 +376,7 @@ distrib: DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ - echo '# $$OpenBSD: Makefile,v 1.216 2005/02/05 20:40:53 henning Exp $$'; \ + echo '# $$OpenBSD: Makefile,v 1.217 2005/02/19 11:56:54 henning Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \ diff --git a/src/etc/mtree/special b/src/etc/mtree/special index 1c3be516..b08d4094 100644 --- a/src/etc/mtree/special +++ b/src/etc/mtree/special @@ -1,4 +1,4 @@ -# $OpenBSD: special,v 1.63 2005/02/07 11:09:45 henning Exp $ +# $OpenBSD: special,v 1.64 2005/02/19 11:56:54 henning Exp $ # $NetBSD: special,v 1.4 1996/05/08 21:30:18 pk Exp $ # @(#)special 8.2 (Berkeley) 1/23/94 # @@ -58,7 +58,7 @@ special type=file mode=0600 uname=root gname=wheel moduli type=file mode=0644 uname=root gname=wheel netstart type=file mode=0644 uname=root gname=wheel ntpd.conf type=file mode=0644 uname=root gname=wheel -ospfd.conf type=file mode=0644 uname=root gname=wheel +ospfd.conf type=file mode=0600 uname=root gname=wheel passwd type=file mode=0644 uname=root gname=wheel pf.conf type=file mode=0600 uname=root gname=wheel optional printcap type=file mode=0644 uname=root gname=wheel