diff options
author | sada <sada@FreeBSD.org> | 1999-06-26 05:53:06 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-06-26 05:53:06 +0800 |
commit | 1a981c4a5a1df929462696266292115b545eafbd (patch) | |
tree | ba1986fbd1dbe4ff5496350fadffb9ca0ba7c964 /www | |
parent | bee5089aac6ee909e0c64a9dcb2405017663bbb6 (diff) | |
download | freebsd-ports-gnome-1a981c4a5a1df929462696266292115b545eafbd.tar.gz freebsd-ports-gnome-1a981c4a5a1df929462696266292115b545eafbd.tar.zst freebsd-ports-gnome-1a981c4a5a1df929462696266292115b545eafbd.zip |
www/apache13 rc.d startup script has /usr/local hardcoded.
PR: ports/12206
Submitted by: Matt Behrens <matt@zigg.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13/Makefile | 4 | ||||
-rw-r--r-- | www/apache2/Makefile | 4 | ||||
-rw-r--r-- | www/apache20/Makefile | 4 | ||||
-rw-r--r-- | www/apache21/Makefile | 4 | ||||
-rw-r--r-- | www/apache22/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index c1fe6e66eeb4..f9bc0e35aaed 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.69 1999/03/13 17:57:44 billf Exp $ +# $Id: Makefile,v 1.70 1999/03/25 22:25:43 ache Exp $ # DISTNAME= apache_1.3.6 @@ -71,7 +71,7 @@ post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \ - echo "[ -x /usr/local/sbin/apachectl ] && /usr/local/sbin/apachectl start > /dev/null && echo -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ + echo "[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && echo -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \ fi diff --git a/www/apache2/Makefile b/www/apache2/Makefile index c1fe6e66eeb4..f9bc0e35aaed 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.69 1999/03/13 17:57:44 billf Exp $ +# $Id: Makefile,v 1.70 1999/03/25 22:25:43 ache Exp $ # DISTNAME= apache_1.3.6 @@ -71,7 +71,7 @@ post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \ - echo "[ -x /usr/local/sbin/apachectl ] && /usr/local/sbin/apachectl start > /dev/null && echo -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ + echo "[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && echo -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \ fi diff --git a/www/apache20/Makefile b/www/apache20/Makefile index c1fe6e66eeb4..f9bc0e35aaed 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.69 1999/03/13 17:57:44 billf Exp $ +# $Id: Makefile,v 1.70 1999/03/25 22:25:43 ache Exp $ # DISTNAME= apache_1.3.6 @@ -71,7 +71,7 @@ post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \ - echo "[ -x /usr/local/sbin/apachectl ] && /usr/local/sbin/apachectl start > /dev/null && echo -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ + echo "[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && echo -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \ fi diff --git a/www/apache21/Makefile b/www/apache21/Makefile index c1fe6e66eeb4..f9bc0e35aaed 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.69 1999/03/13 17:57:44 billf Exp $ +# $Id: Makefile,v 1.70 1999/03/25 22:25:43 ache Exp $ # DISTNAME= apache_1.3.6 @@ -71,7 +71,7 @@ post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \ - echo "[ -x /usr/local/sbin/apachectl ] && /usr/local/sbin/apachectl start > /dev/null && echo -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ + echo "[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && echo -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \ fi diff --git a/www/apache22/Makefile b/www/apache22/Makefile index c1fe6e66eeb4..f9bc0e35aaed 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.69 1999/03/13 17:57:44 billf Exp $ +# $Id: Makefile,v 1.70 1999/03/25 22:25:43 ache Exp $ # DISTNAME= apache_1.3.6 @@ -71,7 +71,7 @@ post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \ - echo "[ -x /usr/local/sbin/apachectl ] && /usr/local/sbin/apachectl start > /dev/null && echo -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ + echo "[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && echo -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \ fi |