[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.23 and 1.24

version 1.23, 1996/09/04 10:25:53 version 1.24, 1996/09/07 20:45:24
Line 87 
Line 87 
 (cd /var/run && { rm -rf -- *; install -c -m 664 -g utmp /dev/null utmp; })  (cd /var/run && { rm -rf -- *; install -c -m 664 -g utmp /dev/null utmp; })
   
 echo -n 'starting rpc daemons:'  echo -n 'starting rpc daemons:'
 if [ X"${portmap}" == X"YES" ]; then  
   # $portmap is imported from /etc/netstart;
   # if $portmap == YES, the portmapper is started.
   if [ X"${portmap}" = X"YES" ]; then
         echo -n ' portmap';             portmap          echo -n ' portmap';             portmap
 fi  fi
   

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24