[Linux-disciples] Apachectl, SSL, and /etc/init.d/apache

Adam Rosi-Kessel adam at rosi-kessel.org
Wed May 18 17:25:56 EDT 2005


I recommend changing /etc/init.d/networking such:

Stephen R Laniel wrote:
>         if [ "$VERBOSE" != no ]; then
>             ifup -a
>         else
>             ifup -a >/dev/null 2>&1
>         fi

to

>         if [ "$VERBOSE" != no ]; then
>             ifup -a &
>         else
>             ifup -a & >/dev/null 2>&1
>         fi

Especially on laptop systems that may not always be booting up online.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : http://lists.bostoncoop.net/pipermail/linux-disciples/attachments/20050518/86736558/signature.pgp


More information about the Linux-disciples mailing list