diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2011-02-22 16:05:24 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2011-02-22 16:05:24 +0000 |
commit | 1f96a89e2d54fefd2cc56d4fd1ed27e700dad873 (patch) | |
tree | 86ff3834385156d09ea57777efa3e800f40950d4 /net-mgmt | |
parent | 057a62bac35fb52c9a9609bb60488b0e7864ecb9 (diff) | |
download | ports-1f96a89e2d54fefd2cc56d4fd1ed27e700dad873.tar.gz ports-1f96a89e2d54fefd2cc56d4fd1ed27e700dad873.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/rancid/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/rancid/files/patch-bin-rancid.in | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/rancid/Makefile b/net-mgmt/rancid/Makefile index ae04bd7f2ebc..1f7facac0182 100644 --- a/net-mgmt/rancid/Makefile +++ b/net-mgmt/rancid/Makefile @@ -7,6 +7,7 @@ PORTNAME= rancid PORTVERSION= 2.3.4 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ diff --git a/net-mgmt/rancid/files/patch-bin-rancid.in b/net-mgmt/rancid/files/patch-bin-rancid.in new file mode 100644 index 000000000000..41125bdec988 --- /dev/null +++ b/net-mgmt/rancid/files/patch-bin-rancid.in @@ -0,0 +1,13 @@ +--- control_rancid.old 2010-09-17 09:30:59.000000000 +0200 ++++ bin/control_rancid.in 2010-09-17 09:33:03.000000000 +0200 +@@ -345,6 +345,10 @@ + done + cd $DIR + ++if [ $RCSSYS = svn ] ; then ++ $RCSSYS update >/dev/null 2>&1 ++fi ++ + # no routers, empty list or all 'down' + if [ ! -s routers.up ] + then |