d96072f0de
- Added OPTIONS knob for enabling srvrsnpp.c patch from ports/123437 (felt it was better to make the patch optional) - Added more knobs for compile-time options: daemon user, syslog facility - Changed ${INSTALL_SCRIPT} to ${INSTALL_DATA} in post-install target - Removed old maintainer e-mail address from pkg-descr PR: 128318 Submitted by: maintainer
38 lines
894 B
Text
38 lines
894 B
Text
--- config.input.orig 1998-11-05 01:05:36.000000000 -0500
|
|
+++ config.input 2008-10-19 14:08:35.109933521 -0400
|
|
@@ -20,7 +20,7 @@
|
|
# See the QuickPage documentation for complete details about
|
|
# the syntax of the configuration file.
|
|
#
|
|
-QPAGE_CONFIG="/etc/qpage.cf"
|
|
+QPAGE_CONFIG="%%PREFIX%%/etc/qpage.cf"
|
|
|
|
|
|
#
|
|
@@ -41,7 +41,7 @@
|
|
# copies of the configuration file. Only one filename
|
|
# may be specified.
|
|
#
|
|
-SNPP_SERVER_FILE="/etc/qpage.servers"
|
|
+SNPP_SERVER_FILE="%%PREFIX%%/etc/qpage.servers"
|
|
|
|
|
|
#
|
|
@@ -51,7 +51,7 @@
|
|
# for that user, QuickPage will assume all group privileges
|
|
# assigned to that user.
|
|
#
|
|
-DAEMON_USER="daemon"
|
|
+DAEMON_USER="%%WITH_QPAGE_USER%%"
|
|
|
|
|
|
#
|
|
@@ -59,7 +59,7 @@
|
|
# used by QuickPage to log messages. See the syslog
|
|
# documentation (i.e. "man syslog") for more information.
|
|
#
|
|
-SYSLOG_FACILITY=LOG_DAEMON
|
|
+SYSLOG_FACILITY=%%WITH_QPAGE_SYSLOG_FACILITY%%
|
|
|
|
|
|
#
|