From: Juergen Borleis <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/5] apache2: remove initV artefact
Date: Thu, 12 Aug 2021 12:40:11 +0200 [thread overview]
Message-ID: <20210812104015.19563-1-jbe@pengutronix.de> (raw)
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
next reply other threads:[~2021-08-12 10:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-12 10:40 Juergen Borleis [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210812104015.19563-1-jbe@pengutronix.de \
--to=jbe@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox