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

Diff for /src/etc/rc between version 1.561 and 1.562

version 1.561, 2022/07/17 03:17:37 version 1.562, 2022/07/27 23:06:50
Line 498 
Line 498 
 fi  fi
   
 echo -n 'starting RPC daemons:'  echo -n 'starting RPC daemons:'
 start_daemon portmap ypldap  start_daemon portmap
 if [[ -n $(domainname) ]]; then  if [[ -n $(domainname) ]]; then
         start_daemon ypserv ypbind          start_daemon ypldap ypserv ypbind
 fi  fi
 start_daemon mountd nfsd lockd statd amd  start_daemon mountd nfsd lockd statd amd
 echo '.'  echo '.'

Legend:
Removed from v.1.561  
changed lines
  Added in v.1.562