Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/etc/security,v rcsdiff: /ftp/cvs/cvsroot/src/etc/security,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.41 retrieving revision 1.42 diff -u -p -r1.41 -r1.42 --- src/etc/security 2000/01/15 01:15:12 1.41 +++ src/etc/security 2000/04/24 23:46:37 1.42 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: security,v 1.41 2000/01/15 01:15:12 christos Exp $ +# $NetBSD: security,v 1.42 2000/04/24 23:46:37 fair Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # @@ -689,3 +689,9 @@ if [ -n "$CHANGELIST" ]; then fi done fi + +# run skeyaudit to inform users of ready to expire S/Keys +# +if checkyesno run_skeyaudit; then + skeyaudit +fi