Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src install /etc/primes for ssh
details: https://anonhg.NetBSD.org/src/rev/a91b798f890d
branches: trunk
changeset: 510334:a91b798f890d
user: itojun <itojun%NetBSD.org@localhost>
date: Sat May 26 23:27:13 2001 +0000
description:
install /etc/primes for ssh
diffstat:
distrib/sets/lists/etc/mi | 3 ++-
etc/changelist | 3 ++-
usr.bin/ssh/Makefile | 4 +++-
3 files changed, 7 insertions(+), 3 deletions(-)
diffs (51 lines):
diff -r 4cf84f90fb09 -r a91b798f890d distrib/sets/lists/etc/mi
--- a/distrib/sets/lists/etc/mi Sat May 26 23:26:59 2001 +0000
+++ b/distrib/sets/lists/etc/mi Sat May 26 23:27:13 2001 +0000
@@ -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
diff -r 4cf84f90fb09 -r a91b798f890d etc/changelist
--- a/etc/changelist Sat May 26 23:26:59 2001 +0000
+++ b/etc/changelist Sat May 26 23:27:13 2001 +0000
@@ -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
diff -r 4cf84f90fb09 -r a91b798f890d usr.bin/ssh/Makefile
--- a/usr.bin/ssh/Makefile Sat May 26 23:26:59 2001 +0000
+++ b/usr.bin/ssh/Makefile Sat May 26 23:27:13 2001 +0000
@@ -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 @@
${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>
Home |
Main Index |
Thread Index |
Old Index