diff options
| author | Chris Larson <clarson@kergoth.com> | 2004-01-27 00:52:10 +0000 |
|---|---|---|
| committer | Chris Larson <clarson@kergoth.com> | 2004-01-27 00:52:10 +0000 |
| commit | 94c2a1be7d691d94a15dabe47c2b9f71b66f0ab9 (patch) | |
| tree | afa6a713ca5e74389b9cf027f1b9c8b1700b8314 /apache/apache-2.0.47 | |
| parent | 58c2fdf7a063c94044099286b490e1dd911174ac (diff) | |
Ahhhhhh apache hates me, move 2.0.47 into nonworking, since its m4 macros are atrocious.
BKrev: 4015b63aD2VDTG63k9iwi3hN68GUJw
Diffstat (limited to 'apache/apache-2.0.47')
| -rw-r--r-- | apache/apache-2.0.47/configure.patch | 0 | ||||
| -rw-r--r-- | apache/apache-2.0.47/init | 73 | ||||
| -rw-r--r-- | apache/apache-2.0.47/pcre-configure.patch | 0 |
3 files changed, 0 insertions, 73 deletions
diff --git a/apache/apache-2.0.47/configure.patch b/apache/apache-2.0.47/configure.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/apache/apache-2.0.47/configure.patch +++ /dev/null diff --git a/apache/apache-2.0.47/init b/apache/apache-2.0.47/init deleted file mode 100644 index 7a05c38a9a..0000000000 --- a/apache/apache-2.0.47/init +++ /dev/null @@ -1,73 +0,0 @@ -#!/bin/sh -# -# apache Start the apache HTTP server. -# - -NAME=apache -PATH=/bin:/usr/bin:/sbin:/usr/sbin -DAEMON=/usr/sbin/httpd -SUEXEC=/usr/lib/apache/suexec -PIDFILE=/var/run/$NAME.pid -CONF=/etc/apache/httpd.conf -APACHECTL=/usr/sbin/apachectl - -trap "" 1 -export LANG=C -export PATH - -test -f $DAEMON || exit 0 -test -f $APACHECTL || exit 0 - -# ensure we don't leak environment vars into apachectl -APACHECTL="env -i LANG=${LANG} PATH=${PATH} $APACHECTL" - -if egrep -q -i "^[[:space:]]*ServerType[[:space:]]+inet" $CONF -then - exit 0 -fi - -case "$1" in - start) - echo -n "Starting web server: $NAME" - start-stop-daemon -S -x $DAEMON - ;; - - stop) - echo -n "Stopping web server: $NAME" - start-stop-daemon -K -x $DAEMON - ;; - - reload) - echo -n "Reloading $NAME configuration" - start-stop-daemon -K --signal USR1 -x $DAEMON - ;; - - reload-modules) - echo -n "Reloading $NAME modules" - start-stop-daemon -K - start-stop-daemon -S -x $DAEMON - ;; - - restart) - $0 reload-modules - exit $? - ;; - - force-reload) - $0 reload-modules - exit $? - ;; - - *) - echo "Usage: /etc/init.d/$NAME {start|stop|reload|reload-modules|force-reload|restart}" - exit 1 - ;; -esac - -if [ $? == 0 ]; then - echo . - exit 0 -else - echo failed - exit 1 -fi diff --git a/apache/apache-2.0.47/pcre-configure.patch b/apache/apache-2.0.47/pcre-configure.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/apache/apache-2.0.47/pcre-configure.patch +++ /dev/null |
