Kernel angepasst.

Bootprozess bearbeitet.
Console vorlaeufig auf Deutsch eingestellt bis das Setup geht.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@358 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-12-08 12:41:21 +00:00
parent 231048413c
commit 65998e0a05
16 changed files with 106 additions and 1701 deletions

View File

@@ -4,15 +4,17 @@
# Based on sysklogd script from LFS-3.1 and earlier.
# Rewritten by Gerard Beekmans - gerard@linuxfromscratch.org
#$LastChangedBy: bdubbs $
#$Date: 2005-08-01 14:29:19 -0500 (Mon, 01 Aug 2005) $
. /etc/sysconfig/rc
. $rc_functions
case "$1" in
start)
boot_mesg "Starting Apache daemon..."
if [ -f /etc/httpd/server.key -a -f /etc/httpd/server.crt -a -f /etc/httpd/server.csr ]; then
/usr/local/bin/httpscert read >/dev/null 2>&1
else
/usr/local/bin/httpscert new >/dev/null 2>&1
fi
/usr/sbin/apachectl -k start
evaluate_retval
;;