Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src Pull up into netbsd-1-5 branch, OK'd by thorpej:
details: https://anonhg.NetBSD.org/src/rev/6da760862938
branches: netbsd-1-5
changeset: 489240:6da760862938
user: hubertf <hubertf%NetBSD.org@localhost>
date: Fri Aug 25 03:05:19 2000 +0000
description:
Pull up into netbsd-1-5 branch, OK'd by thorpej:
Files & revisions:
> cvs rdiff -r1.33 -r1.34 basesrc/etc/daily
> cvs rdiff -r1.1 -r1.2 basesrc/etc/default/daily.conf
> cvs rdiff -r1.5 -r1.6 sharesrc/share/man/man5/daily.conf.5
Log message:
> run skeyaudit, if run_skeyaudit is set to yes
diffstat:
etc/daily | 8 +++++++-
etc/default/daily.conf | 3 ++-
share/man/man5/daily.conf.5 | 6 +++++-
3 files changed, 14 insertions(+), 3 deletions(-)
diffs (58 lines):
diff -r 8715a63f3856 -r 6da760862938 etc/daily
--- a/etc/daily Fri Aug 25 01:13:25 2000 +0000
+++ b/etc/daily Fri Aug 25 03:05:19 2000 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: daily,v 1.33 2000/06/04 08:35:10 itojun Exp $
+# $NetBSD: daily,v 1.33.2.1 2000/08/25 03:05:19 hubertf Exp $
# @(#)daily 8.2 (Berkeley) 1/25/94
#
@@ -221,6 +221,12 @@
mail -s "$host daily insecurity output for $date" $MAILTO < $SECOUT
fi
+if checkyesno run_skeyaudit; then
+ echo ""
+ echo "Checking remaining s/key OTPs:"
+ skeyaudit
+fi
+
if [ -f /etc/daily.local ]; then
echo ""
echo "Running /etc/daily.local:"
diff -r 8715a63f3856 -r 6da760862938 etc/default/daily.conf
--- a/etc/default/daily.conf Fri Aug 25 01:13:25 2000 +0000
+++ b/etc/default/daily.conf Fri Aug 25 03:05:19 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: daily.conf,v 1.1.2.2 2000/08/23 11:50:36 lukem Exp $
+# $NetBSD: daily.conf,v 1.1.2.3 2000/08/25 03:05:21 hubertf Exp $
#
# /etc/default/daily.conf --
# default configuration of /etc/daily.conf
@@ -18,3 +18,4 @@
run_fsck=NO
run_rdist=YES
run_security=YES
+run_skeyaudit=YES
diff -r 8715a63f3856 -r 6da760862938 share/man/man5/daily.conf.5
--- a/share/man/man5/daily.conf.5 Fri Aug 25 01:13:25 2000 +0000
+++ b/share/man/man5/daily.conf.5 Fri Aug 25 03:05:19 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: daily.conf.5,v 1.5 2000/01/10 17:03:49 ad Exp $
+.\" $NetBSD: daily.conf.5,v 1.5.4.1 2000/08/25 03:05:22 hubertf Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" All rights reserved.
@@ -101,6 +101,10 @@
This runs the
.Pa /etc/security
script looking for possible security problems with the system.
+.It Sy run_skeyaudit
+This runs
+.Xr skeyaudit 8
+to notify any s/key OTP users when they are low on remaining keys.
.El
.Pp
.Sh FILES
Home |
Main Index |
Thread Index |
Old Index