mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/8] apache2: remove initV artefact
@ 2022-08-30 12:54 Juergen Borleis
  2022-08-30 12:54 ` [ptxdist] [PATCH 2/8] openvpn: still allow initV support Juergen Borleis
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Juergen Borleis @ 2022-08-30 12:54 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.30.2




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

end of thread, other threads:[~2022-09-11  7:11 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-30 12:54 [ptxdist] [PATCH 1/8] apache2: remove initV artefact Juergen Borleis
2022-08-30 12:54 ` [ptxdist] [PATCH 2/8] openvpn: still allow initV support Juergen Borleis
2022-09-11  7:09   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-08-30 12:54 ` [ptxdist] [PATCH 3/8] cryptodev: avoid failures at build-time Juergen Borleis
2022-09-11  7:10   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-08-30 12:54 ` [ptxdist] [PATCH 4/8] dropbear: dependency to busybox's startstop daemon is on-demand only Juergen Borleis
2022-08-30 13:28   ` Alexander Dahl
2022-08-30 12:54 ` [ptxdist] [PATCH 5/8] iproute: fix python3 dependency on demand Juergen Borleis
2022-09-11  7:10   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-08-30 12:54 ` [ptxdist] [PATCH 6/8] php: php5 is gone in favour of php8 Juergen Borleis
2022-09-11  7:10   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-08-30 12:54 ` [ptxdist] [PATCH 7/8] stunnel: add hidden run-time dependencies Juergen Borleis
2022-09-11  7:10   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-08-30 12:54 ` [ptxdist] [PATCH 8/8] stunnel: version bump 5.46 -> 5.65 Juergen Borleis
2022-08-30 13:03   ` Juergen Borleis
2022-09-11  7:09 ` [ptxdist] [APPLIED] apache2: remove initV artefact Michael Olbrich

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