[BACK]Return to rc 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/rc between version 1.84 and 1.85

version 1.84, 1997/07/15 11:19:20 version 1.85, 1997/07/31 03:35:39
Line 269  then
Line 269  then
         'password file may be incorrect -- /etc/ptmp exists'          'password file may be incorrect -- /etc/ptmp exists'
 fi  fi
   
 virecovery=/var/tmp/vi.recover/recover.*  virecovery=`echo /var/tmp/vi.recover/recover.*`
 if [ "$virecovery" != "/var/tmp/vi.recover/recover.*" ]; then  if [ "$virecovery" != "/var/tmp/vi.recover/recover.*" ]; then
         echo preserving editor files          echo preserving editor files
         for i in $virecovery; do          for i in $virecovery; do

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

CVSweb <webmaster@jp.NetBSD.org>