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

Diff for /src/etc/rc between version 1.356 and 1.357

version 1.356, 2011/07/07 18:40:00 version 1.357, 2011/07/07 20:54:05
Line 596 
Line 596 
   
 echo '.'  echo '.'
   
 mixerctl_conf  
   
 if [ X"${aucat_flags}" != X"NO" ]; then  
         aucat -l ${aucat_flags}  
 fi  
   
 if [ X"${kdc_flags}" != X"NO" ]; then  if [ X"${kdc_flags}" != X"NO" ]; then
         echo -n 'starting KerberosV daemons:'          echo -n 'starting KerberosV daemons:'
         start_daemon kdc kadmind kpasswdd          start_daemon kdc kadmind kpasswdd
Line 637 
Line 631 
   
 date  date
   
   mixerctl_conf
   echo -n 'starting console services:'
   
   if [ X"${aucat_flags}" != X"NO" ]; then
           echo -n ' aucat';               aucat -l ${aucat_flags}
   fi
   
 if [ X"${wsmoused_flags}" != X"NO" -a -x /usr/sbin/wsmoused ]; then  if [ X"${wsmoused_flags}" != X"NO" -a -x /usr/sbin/wsmoused ]; then
         echo 'starting wsmoused...';    wsmoused ${wsmoused_flags}          echo -n ' wsmoused';            wsmoused ${wsmoused_flags}
 fi  fi
   
 # Alternatively, on some architectures, xdm may be started in /etc/ttys.  # Alternatively, on some architectures, xdm may be started in /etc/ttys.
 if [ X"${xdm_flags}" != X"NO" -a -x /usr/X11R6/bin/xdm ]; then  if [ X"${xdm_flags}" != X"NO" -a -x /usr/X11R6/bin/xdm ]; then
         echo 'starting xdm...';         /usr/X11R6/bin/xdm ${xdm_flags}          echo -n ' xdm';                 /usr/X11R6/bin/xdm ${xdm_flags}
 fi  fi
   echo '.'
   
 exit 0  exit 0

Legend:
Removed from v.1.356  
changed lines
  Added in v.1.357