diff options
Diffstat (limited to 'rcynic/installation-scripts/sample-rcynic.conf')
-rw-r--r-- | rcynic/installation-scripts/sample-rcynic.conf | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/rcynic/installation-scripts/sample-rcynic.conf b/rcynic/installation-scripts/sample-rcynic.conf deleted file mode 100644 index 23a39373..00000000 --- a/rcynic/installation-scripts/sample-rcynic.conf +++ /dev/null @@ -1,27 +0,0 @@ -# $Id$ -# -# Sample rcynic configuration file for jailed environment. - -[rcynic] -rsync-program = /bin/rsync -authenticated = /data/authenticated -unauthenticated = /data/unauthenticated -lockfile = /data/lock -xml-summary = /data/rcynic.xml -jitter = 600 -use-syslog = true -log-level = log_usage_err - -# You need to specify some trust anchors here, eg: - -#trust-anchor.1 = /etc/trust-anchors/ta-1.cer -#trust-anchor.2 = /etc/trust-anchors/ta-2.cer - -# or, using the "Trust Anchor Locator" form: - -#trust-anchor-locator.1 = /etc/trust-anchors/ta-1.tal -#trust-anchor-locator.2 = /etc/trust-anchors/ta-2.tal - -# The choice between these two formats depends largely on the policies -# of the entity generating the corresponding trust anchor, ie, will -# probably be made for you by the generating entity. |