74fff5d514
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
13 lines
312 B
Text
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
|