install /etc/primes for ssh

This commit is contained in:
itojun 2001-05-26 23:27:13 +00:00
parent de1e278afa
commit 2160ac71db
3 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.84 2001/05/22 14:52:25 fredette Exp $
# $NetBSD: mi,v 1.85 2001/05/26 23:27:14 itojun Exp $
./.cshrc etc-util-etc
./.profile etc-util-etc
./dev/MAKEDEV.local etc-sys-etc
@ -58,6 +58,7 @@
./etc/postfix/main.cf etc-postfix-etc
./etc/postfix/master.cf etc-postfix-etc
./etc/postfix/postfix-script etc-postfix-etc
./etc/primes etc-secsh-etc
./etc/printcap etc-lpr-etc
./etc/profile etc-util-etc
./etc/protocols etc-net-etc

View File

@ -1,4 +1,4 @@
# $NetBSD: changelist,v 1.20 2001/04/24 22:41:13 atatat Exp $
# $NetBSD: changelist,v 1.21 2001/05/26 23:27:13 itojun Exp $
# from: @(#)changelist 8.1 (Berkeley) 6/9/93
#
# List of files which the security script backs up and checks
@ -80,6 +80,7 @@
/etc/passwd.conf
/etc/phones
/etc/pim6dd.conf
/etc/primes
/etc/printcap
/etc/profile
/etc/protocols

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2001/02/07 17:05:36 itojun Exp $
# $NetBSD: Makefile,v 1.12 2001/05/26 23:27:14 itojun Exp $
.include <bsd.own.mk>
@ -12,5 +12,7 @@ distribution:
${SSHDIST}/ssh_config ${DESTDIR}/etc/ssh.conf
${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 644 \
${SSHDIST}/sshd_config ${DESTDIR}/etc/sshd.conf
${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 444 \
${SSHDIST}/primes ${DESTDIR}/etc/primes
.include <bsd.subdir.mk>