openbsd-ports/sysutils/rancid/patches/patch-etc_rancid_conf_sample_in
sthen 7e6f70a94c update to rancid-3.5.1, from Pavel Korovin, ok pea@
---
If you are upgrading from rancid-<3, please note that router.db field
separator has been changed from ':' to ';' to avoid conflict with IPv6
addresses. Replace the field separator in router.db files before running
rancid.

The configuration files location is changed from /etc to /etc/rancid.
---
2016-11-23 12:27:47 +00:00

13 lines
621 B
Plaintext

$OpenBSD: patch-etc_rancid_conf_sample_in,v 1.1 2016/11/23 12:27:47 sthen Exp $
--- etc/rancid.conf.sample.in.orig Tue Nov 8 10:22:04 2016
+++ etc/rancid.conf.sample.in Tue Nov 8 10:22:57 2016
@@ -32,7 +32,7 @@ TMPDIR=/tmp; export TMPDIR
# Be careful changing this, it affects CVSROOT below. It should be a FQPN, not
# relative.
BASEDIR=@localstatedir@; export BASEDIR
-PATH=@bindir@:@ENV_PATH@; export PATH
+PATH=/usr/bin:/bin:@prefix@/bin; export PATH
#
# Set to the name of the sendmail executable (or script) that will accept the
# -t option to take its rcpt and other headers from std-in and $MAILOPTS (see