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

Diff for /src/etc/rc between version 1.384 and 1.385

version 1.384, 2011/07/09 01:30:27 version 1.385, 2011/07/11 17:20:09
Line 427 
Line 427 
 echo -n 'starting RPC daemons:'  echo -n 'starting RPC daemons:'
 start_daemon portmap  start_daemon portmap
 if [ X"`domainname`" != X"" ]; then  if [ X"`domainname`" != X"" ]; then
         start_daemon ypserv ypldap ypbind yppasswdd          start_daemon ypserv ypbind yppasswdd
 fi  fi
 start_daemon mountd nfsd lockd statd amd  start_daemon ypldap mountd nfsd lockd statd amd
 echo '.'  echo '.'
   
 mount -a  mount -a

Legend:
Removed from v.1.384  
changed lines
  Added in v.1.385