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

@@ -31,7 +31,7 @@ case "$1" in
ISSUER=`openssl x509 -in /etc/httpd/server.crt -text -noout | grep Issuer | /usr/bin/cut -f2 -d '='`
HOSTNAME=`/bin/hostname -f`
if [ "$ISSUER" != "$HOSTNAME" ]; then
echo "Certificate issuer '$ISSUER' is not the same as the hostname'$HOSTNAME'"
echo "Certificate issuer '$ISSUER' is not the same as the hostname '$HOSTNAME'"
echo "Probably host or domain name has been changed in setup"
echo "You could remake server certificate with '/usr/local/bin/httpscert new'"
exit 1