forked from Lainports/freebsd-ports
2. Port printed message to "pw userdel www" if port removed permanently.
However master.passwd 1.25.2.5 has user www by default, so this is no
longer correct advice. Removed pkg-deinstall to correct this.
PR: 37849 and 36907
Approved by: MAINTAINER: Hye-Shik Chang <perky@fallin.lv>
10 lines
360 B
Text
10 lines
360 B
Text
--- support/apachectl.in.orig Thu Apr 4 18:15:44 2002
|
|
+++ support/apachectl.in Sun Apr 7 08:49:25 2002
|
|
@@ -47,6 +47,7 @@
|
|
#
|
|
# -------------------- --------------------
|
|
# |||||||||||||||||||| END CONFIGURATION SECTION ||||||||||||||||||||
|
|
+eval `limits -e -C daemon` >/dev/null 2>&1
|
|
|
|
ERROR=0
|
|
if [ "x$ARGV" = "x" ] ; then
|