aboutsummaryrefslogtreecommitdiffstats
path: root/community/rancid/rancid-2.3.2-conf.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 07:34:08 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 07:34:08 +0000
commitbcd5ff54517890cb120d6884fb5660bc465b0236 (patch)
tree8ef0f6e44c8b8b4bb3ec454067e1c946c21c7535 /community/rancid/rancid-2.3.2-conf.patch
parent749d2e684cbb034cff718ca48dd8beb2e99151b6 (diff)
downloadaports-bcd5ff54517890cb120d6884fb5660bc465b0236.tar.bz2
aports-bcd5ff54517890cb120d6884fb5660bc465b0236.tar.xz
community/rancid: moved from testing
Diffstat (limited to 'community/rancid/rancid-2.3.2-conf.patch')
-rw-r--r--community/rancid/rancid-2.3.2-conf.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/community/rancid/rancid-2.3.2-conf.patch b/community/rancid/rancid-2.3.2-conf.patch
new file mode 100644
index 0000000000..e68064ebf6
--- /dev/null
+++ b/community/rancid/rancid-2.3.2-conf.patch
@@ -0,0 +1,20 @@
+--- ./etc/rancid.conf.sample.in.orig 2012-07-22 15:13:09.357012183 +0200
++++ ./etc/rancid.conf.sample.in 2012-07-22 15:13:51.797481604 +0200
+@@ -22,7 +22,7 @@
+ TMPDIR=/tmp; export TMPDIR
+ # Be careful changing this, it affects CVSROOT below. It should be a FQPN, not
+ # relative.
+-BASEDIR=@localstatedir@; export BASEDIR
++BASEDIR=/var/rancid; export BASEDIR
+ PATH=@bindir@:@ENV_PATH@; export PATH
+ # Location of the CVS/SVN repository. Be careful changing this.
+ # If RCSSYS is svn, this can be:
+@@ -34,7 +34,7 @@
+ # commands can run, e.g. by running rancid-cvs after installation.
+ CVSROOT=$BASEDIR/CVS; export CVSROOT
+ # Location of log files produced by rancid-run(1).
+-LOGDIR=$BASEDIR/logs; export LOGDIR
++LOGDIR=/var/log/rancid; export LOGDIR
+ #
+ # Select which RCS system to use, "cvs" (default) or "svn". Do not change
+ # this after CVSROOT has been created with rancid-cvs. Changing between these