[BACK]Return to daily 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/daily between version 1.78 and 1.79

version 1.78, 2011/12/17 12:27:42 version 1.79, 2012/02/07 19:13:30
Line 290  if checkyesno run_skeyaudit; then
Line 290  if checkyesno run_skeyaudit; then
         fi          fi
 fi  fi
   
   run_makemandb=YES
   
   if checkyesno run_makemandb; then
           if [ -f /etc/man.conf -a -x /usr/sbin/makemandb ]; then
                   echo ""
                   echo "Updating man page index:"
                   nice -n 5 /usr/sbin/makemandb
           fi
   fi
   
 if [ -f /etc/daily.local ]; then  if [ -f /etc/daily.local ]; then
         ( . /etc/daily.local ) > $TMP 2>&1          ( . /etc/daily.local ) > $TMP 2>&1
         if [ -s $TMP ] ; then          if [ -s $TMP ] ; then

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

CVSweb <webmaster@jp.NetBSD.org>