freebsd-ports/net-mgmt/rancid/files/patch-bin__control_rancid.in
Olli Hauer 74fff5d514 - update to version 2.3.8
Changes:
http://www.shrubbery.net/rancid/CHANGES

Additional portlint fixes

PR:		165974
Submitted by:	ohauer
Approved by:	Mohacsi Janos <janos.mohacsi@bsd.hu> (maintainer)
Feature safe:	yes
2012-04-09 22:07:25 +00:00

13 lines
312 B
Text

--- ./bin/control_rancid.in.orig 2011-01-10 21:17:17.000000000 +0100
+++ ./bin/control_rancid.in 2012-04-09 23:03:03.000000000 +0200
@@ -347,6 +347,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