ports/101746: [update port] www/apache13
Alexander Logvinov
ports at logvinov.com
Thu Aug 10 07:30:18 UTC 2006
>Number: 101746
>Category: ports
>Synopsis: [update port] www/apache13
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Aug 10 07:30:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Alexander Logvinov
>Release: FreeBSD 6.1-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
Disallow starting apache from rc.d script some times
>How-To-Repeat:
# /usr/local/etc/rc.d/apache.sh start
Starting apache.
# /usr/local/etc/rc.d/apache.sh start
Starting apache.
# /usr/local/etc/rc.d/apache.sh start
Starting apache.
>Fix:
From ports/www/apache13-modssl/files/rcng.sh
--- apacheold.sh Tue Feb 21 05:47:46 2006
+++ apache.sh Thu Aug 10 17:13:24 2006
@@ -27,6 +27,6 @@
pidfile="${apache_pidfile}"
-start_cmd="echo \"Starting ${name}.\"; /usr/bin/limits -U www ${command} ${apache_flags} ${command_args}"
+start_precmd="`/usr/bin/limits -e -U www`"
run_rc_command "$1"
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list