On Sat, Jan 20, 2001 at 12:28:30PM -0800, Alex Le Fevre wrote:
> The last part of my /etc/rc reads:
> 
> # Alternatively, on some architectures, xdm may be
> started in /etc/ttys.
> if [ "X${xdm_flags}" != X"NO" ]; then
>         echo 'starting xdm...';        
> /usr/X11R6/bin/xdm ${xdm_flags}
> fi
> 
> exit 0
  ^^^^^^
everything behind exit will never be executed. exit 0 should be the last
line in your script.
  
> # Starts Apache Web Server
> /usr/local/apache/bin/apachectl start
> 
> # Starts Qmail Under TCPSERVER
> tcpserver -v -u 1010 -g 1010 0 smtp
> /var/qmail/bin/qmail-smtpd \
> 2>&1 | /var/qmail/bin/splogger smtpd 3 &

-- 
Henning Brauer     | BS Web Services
Hostmaster BSWS    | Roedingsmarkt 14
[EMAIL PROTECTED] | 20459 Hamburg
http://www.bsws.de | Germany

Reply via email to