patch-etc_rancid_conf_sample_in 621 B

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