[Frugalware-darcs] frugalware-current: apache-2.2.0-1-i686

VMiklos vmiklos at frugalware.org
Sat Dec 10 20:57:13 CET 2005


Sat Dec 10 18:16:55 CET 2005  VMiklos <vmiklos at frugalware.org>
  * apache-2.2.0-1-i686
  removed the old init script
diff -rN -u old-frugalware-current-2/source/network/apache/rc.httpd new-frugalware-current-2/source/network/apache/rc.httpd
--- old-frugalware-current-2/source/network/apache/rc.httpd	2005-12-10 20:51:27.000000000 +0100
+++ new-frugalware-current-2/source/network/apache/rc.httpd	1970-01-01 01:00:00.000000000 +0100
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-# (c) 2003 Vajna Miklos <vmiklos at frugalware.org>
-# rc.httpd for FrugalWare
-# distributed under GPL License
-
-. /etc/rc.d/rc.functions
-
-# chkconfig: 2345 85 15
-# description: Apache is a World Wide Web server.  It is used to serve \
-#              HTML files and CGI.
-
-if [ "$1" = "stop" ]; then
-	stop "$stophttpd"
-	/usr/sbin/apachectl stop
-	ok $?
-elif [ "$1" = "restart" ]; then
-	"$0" stop
-	sleep 1
-	"$0" start
-else # start
-	start "$starthttpd"
-	# if SSL keys not fount, you can generate keys by typing
-	# 'cd /etc/httpd/conf; sh mkcert.sh'
-	/usr/sbin/apachectl startssl >/dev/null 2>&1 || ( /usr/sbin/apachectl start && echo -n " $httpdnossl")
-	ok $?
-fi



More information about the Frugalware-darcs mailing list