Duh! Thanks.

One remaining question: shouldn't those show up in my
process list if I do a ps ax? I ask because I tried
setting up the account in Outlook Express on a Windows
machine, and when it tried to connect, it got a socket
error.

Thanks,
Alex


--- Henning Brauer <[EMAIL PROTECTED]> wrote:
> 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


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices. 
http://auctions.yahoo.com/

Reply via email to