freebsd-ports/comms/qpage/files/patch-config.input
John Marino a7bb142621 Stage comms/qpage
The PR wasn't quite right with regards to stage support, so I had to modify
it further.  The post-install configure file handling was focused on the
wrong file.  I updated the default name of the qpage configure file in
order to use the @sample keyword.  I added an entry in UPDATING to let
users know they may need to move an existing configure file accordingly.

PR:		192120
Submitted by:	maintainer (Jeff Blank)
Changes by:	marino
2014-07-27 12:38:41 +00:00

38 lines
896 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.conf"
#
@@ -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%%
#