diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-23 08:31:55 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-23 08:31:55 +0000 |
commit | 499e0c4b797840a592cd16bc2215e1e403a97e86 (patch) | |
tree | 7fda7761690ce3b29b218053228dc7d7145dfb33 /www/apache21/files/patch-support:apachectl.in | |
parent | Update to 0.8.8 (diff) |
Update to 2.0.32
PR: 36040
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=56460
Diffstat (limited to 'www/apache21/files/patch-support:apachectl.in')
-rw-r--r-- | www/apache21/files/patch-support:apachectl.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/apache21/files/patch-support:apachectl.in b/www/apache21/files/patch-support:apachectl.in index f5b347b4633d..2e4ba03f6166 100644 --- a/www/apache21/files/patch-support:apachectl.in +++ b/www/apache21/files/patch-support:apachectl.in @@ -1,6 +1,6 @@ ---- support/apachectl.in.orig Fri Nov 16 21:22:36 2001 -+++ support/apachectl.in Fri Nov 16 22:07:31 2001 -@@ -25,10 +25,10 @@ +--- support/apachectl.in.orig Sat Dec 15 22:56:36 2001 ++++ support/apachectl.in Fri Feb 22 02:40:03 2002 +@@ -26,10 +26,10 @@ # -------------------- -------------------- # # the path to your PID file @@ -11,13 +11,13 @@ -HTTPD='@prefix@/bin/@progname@' +HTTPD='@prefix@/sbin/@progname@' # - # a command that outputs a formatted text version of the HTML at the - # url given on the command line. Designed for lynx, however other -@@ -41,6 +41,7 @@ + # pick up any necessary environment variables + if test -f @prefix@/bin/envvars; then +@@ -47,6 +47,7 @@ # # -------------------- -------------------- # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| +eval `limits -e -C daemon` >/dev/null 2>&1 ERROR=0 - ARGV="$@" + if [ "x$ARGV" = "x" ] ; then |