diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
commit | 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch) | |
tree | 1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/qpage/config.input | |
parent | 66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff) | |
download | aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2 aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz |
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/qpage/config.input')
-rw-r--r-- | testing/qpage/config.input | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/testing/qpage/config.input b/testing/qpage/config.input deleted file mode 100644 index e133cb36a7..0000000000 --- a/testing/qpage/config.input +++ /dev/null @@ -1,83 +0,0 @@ -######################################################### -# # -# Almost all of the QuickPage configuration options # -# can be controlled at run-time by keywords in the # -# configuration file. However, there is a small # -# set of options that must be defined at compile # -# time. # -# # -# Here are the compile-time configuration options. # -# Edit these as appropriate for your environment. # -# # -# Note: This file is sourced by the configure script. # -# Do not make any changes incompatible with /bin/sh. # -# # -######################################################### - - -# -# QPAGE_CONFIG defines the location of the configuration file. -# See the QuickPage documentation for complete details about -# the syntax of the configuration file. -# -QPAGE_CONFIG="/etc/qpage/qpage.cf" - - -# -# SNPP_SERVER defines the default name of the SNPP server. -# The default is localhost. This is probably not appropriate -# for most network configurations; change this to the machine -# where you intend to run the QuickPage daemon. Multiple -# hostnames can be specified by separating them with commas. -# -SNPP_SERVER="localhost" - - -# -# SNPP_SERVER_FILE defines a filename containing one or -# more hostnames of SNPP servers. QuickPage clients -# read this file (if it exists) to locate a server. All -# servers listed in this file are assumed to have identical -# copies of the configuration file. Only one filename -# may be specified. -# -SNPP_SERVER_FILE="/etc/qpage/qpage.servers" - - -# -# DAEMON_USER specifies which user the QuickPage daemon -# should run as after dropping root privileges. If a -# userid or UID is specified and a password entry exists -# for that user, QuickPage will assume all group privileges -# assigned to that user. -# -DAEMON_USER="qpage" - - -# -# SYSLOG_FACILITY defines which syslog facility should be -# used by QuickPage to log messages. See the syslog -# documentation (i.e. "man syslog") for more information. -# -SYSLOG_FACILITY=LOG_DAEMON - - -# -# SENDMAIL_PATH defines where sendmail (or equivalent) is -# located on your system. QuickPage uses sendmail to send -# status messages about failed and/or high-priority pages. -# Whatever you specify here will be invoked with exactly -# three arguments: -# -# arg1: "-f" -# arg2: "<>" -# arg3: user@host -# -# The first two arguments tell sendmail to use a null return -# path (see RFC1123 section 5.2.9) so that bogus e-mail -# addresses will not annoy the postmaster. -# -# If you leave this variable commented out, "configure" will -# attempt to locate the correct path for your system automatically. -# -#SENDMAIL_PATH=/usr/lib/sendmail |