mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/5] apache2: remove initV artefact
@ 2021-08-12 10:40 Juergen Borleis
  2021-08-12 10:40 ` [ptxdist] [PATCH 2/5] php: reanimate PHP as PHP8 Juergen Borleis
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Juergen Borleis @ 2021-08-12 10:40 UTC (permalink / raw)
  To: ptxdist

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

Signed-off-by: Juergen Borleis <jbe@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-request@pengutronix.de


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-09-03 14:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-12 10:40 [ptxdist] [PATCH 1/5] apache2: remove initV artefact Juergen Borleis
2021-08-12 10:40 ` [ptxdist] [PATCH 2/5] php: reanimate PHP as PHP8 Juergen Borleis
2021-08-12 11:15   ` Gieseler, Christian
2021-08-12 12:41     ` Juergen Borleis
2021-09-03 14:11   ` Michael Olbrich
2021-09-03 14:13   ` Michael Olbrich
2021-08-12 10:40 ` [ptxdist] [PATCH 3/5] lighttpd: reenable PHP support via "fast cgi" Juergen Borleis
2021-08-12 10:40 ` [ptxdist] [PATCH 4/5] openvpn: still allow initV support Juergen Borleis
2021-09-03 14:16   ` Michael Olbrich
2021-08-12 10:40 ` [ptxdist] [PATCH 5/5] openvpn: version bump 2.4.6 -> 2.5.3 Juergen Borleis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox