[Lunar-commits] <moonbase> apache2: deleting httpsd startup script

Dave Brown dagbrown at lunar-linux.org
Thu Nov 6 05:04:06 CET 2008


commit 14a1a3371eb0fadebb2c489b79381ea4c8bcaca3
Author: Dave Brown <dagbrown at lunar-linux.org>
Date:   Thu Nov 6 13:04:06 2008 +0900

    apache2: deleting httpsd startup script
    
    Apache 2 doesn't need a separate httpsd startup script, and never has.
    It's a relic from the 1.x days.
---
 web/apache2/init.d/httpsd |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/web/apache2/init.d/httpsd b/web/apache2/init.d/httpsd
deleted file mode 100755
index ec6fc19..0000000
--- a/web/apache2/init.d/httpsd
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-#
-# Startup script for the Apache Web Server
-#
-# chkconfig: 345 85 15
-# description: Apache is a World Wide Web server.  It is used to serve \
-#              HTML files and CGI.
-# processname: httpsd
-# pidfile: /var/run/httpsd.pid
-# config: /etc/httpd/conf/ssl.conf
-
-ARGS="-f /etc/httpd/conf/ssl.conf -D SSL"
-
-. /lib/lsb/init-functions $1
-


More information about the Lunar-commits mailing list