The corresponding package is gone since commit
 6da485b4940906d50b48da7e6e26e84629cdf142
 "apache2: remove after on year in staging"

Signed-off-by: Juergen Borleis <j...@pengutronix.de>
---
 projectroot/etc/init.d/apache2 | 44 ----------------------------------
 1 file changed, 44 deletions(-)
 delete mode 100644 projectroot/etc/init.d/apache2

diff --git a/projectroot/etc/init.d/apache2 b/projectroot/etc/init.d/apache2
deleted file mode 100644
index a8cf04f..0000000
--- a/projectroot/etc/init.d/apache2
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/sh
-#
-# /etc/init.d/apache2
-#
-NAME=apache2
-
-#
-# This is an workaround, if the path targets into a ramfs
-#
-mkdir -p @LOGPATH@
-
-case "$1" in
-    start)
-       echo -n "Starting $NAME: "
-       if /usr/sbin/apache2 -f @APACHECONFIG@ -k start; then
-           echo "Done"
-       else
-           echo "Failed"
-       fi
-       ;;
-
-    stop)
-       echo -n "Stopping $NAME: "
-       if /usr/sbin/apache2 -f @APACHECONFIG@ -k stop; then
-           echo "Done"
-       else
-           echo "Failed"
-       fi
-       ;;
-
-    restart)
-       echo -n "Restarting $NAME: "
-       if /usr/sbin/apache2 -f @APACHECONFIG@ -k restart; then
-            echo "Done"
-        else
-           echo "Failed"
-        fi
-        ;;
-
-    *)
-        echo "Usage: /etc/init.d/$NAME {start|stop|restart}"
-        exit 1
-        ;;
-esac
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to 
ptxdist-requ...@pengutronix.de

Reply via email to