[BACK]Return to security CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/security between version 1.125 and 1.126

version 1.125, 2019/09/18 22:27:55 version 1.126, 2019/12/06 14:43:30
Line 1049  if checkyesno check_changelist ; then
Line 1049  if checkyesno check_changelist ; then
         CHANGELIST="$CHANGEFILES $CHANGELIST"          CHANGELIST="$CHANGEFILES $CHANGELIST"
 fi  fi
   
   # Save entropy to ${random_file} if defined, like
   # /etc/rc.d/random_seed.
   #
   if [ -n "${random_file:-}" ]; then
           rndctl -S "$random_file"
   fi
   
 # Special case backups, including the master password file and  # Special case backups, including the master password file and
 # ssh private host keys. The normal backup mechanisms for  # ssh private host keys. The normal backup mechanisms for
 # $check_changelist (see below) also print out the actual file  # $check_changelist (see below) also print out the actual file

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126

CVSweb <webmaster@jp.NetBSD.org>