diff options
author | rene <rene@FreeBSD.org> | 2016-11-28 01:04:05 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-11-28 01:04:05 +0800 |
commit | 46cfef2f3da15d93ebb4862d341baabe194f6766 (patch) | |
tree | 747d4494d38f00a6f39d205a8a041df324081d9c | |
parent | de8be9930a39a62799c90cfbe165ac5495074746 (diff) | |
download | freebsd-ports-gnome-46cfef2f3da15d93ebb4862d341baabe194f6766.tar.gz freebsd-ports-gnome-46cfef2f3da15d93ebb4862d341baabe194f6766.tar.zst freebsd-ports-gnome-46cfef2f3da15d93ebb4862d341baabe194f6766.zip |
Remove expired port:
2016-10-01 net-mgmt/rancid: Not supported upstream. Please upgrade to net-mgmt/rancid3
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/rancid/Makefile | 96 | ||||
-rw-r--r-- | net-mgmt/rancid/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/rancid/files/patch-bin__control_rancid.in | 13 | ||||
-rw-r--r-- | net-mgmt/rancid/files/patch-bin__flogin.in | 11 | ||||
-rw-r--r-- | net-mgmt/rancid/files/patch-bin__rancid.in | 53 | ||||
-rw-r--r-- | net-mgmt/rancid/files/patch-bin__xrrancid.in | 11 | ||||
-rw-r--r-- | net-mgmt/rancid/files/patch-etc__Makefile.am | 31 | ||||
-rw-r--r-- | net-mgmt/rancid/files/patch-etc__Makefile.in | 31 | ||||
-rw-r--r-- | net-mgmt/rancid/files/pkg-message.in | 11 | ||||
-rw-r--r-- | net-mgmt/rancid/pkg-descr | 16 | ||||
-rw-r--r-- | net-mgmt/rancid/pkg-plist | 139 |
13 files changed, 1 insertions, 415 deletions
@@ -8812,3 +8812,4 @@ archivers/brotli|archivers/py-brotli|2016-11-24|Brotli is a python module textproc/clucene-qt5||2016-11-25|Reintegrated into devel/qt5-help devel/go-shellwords||2016-11-26|Integrated into textproc/fzf build procedure www/gecko-sharp20||2016-11-27|Has expired: Broken, no upstream found and no release in 8 years +net-mgmt/rancid|net-mgmt/rancid3|2016-11-27|Has expired: Not supported upstream. Please upgrade to net-mgmt/rancid3 diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index b42dc0f64449..57cb27bb9b10 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -284,7 +284,6 @@ SUBDIR += py-yapsnmp SUBDIR += qkismet SUBDIR += rackmonkey - SUBDIR += rancid SUBDIR += rancid3 SUBDIR += rate SUBDIR += rcpd diff --git a/net-mgmt/rancid/Makefile b/net-mgmt/rancid/Makefile deleted file mode 100644 index 868afa072ae1..000000000000 --- a/net-mgmt/rancid/Makefile +++ /dev/null @@ -1,96 +0,0 @@ -# Created by: Janos.Mohacsi@bsd.hu -# $FreeBSD$ - -PORTNAME= rancid -PORTVERSION= 2.3.8 -PORTREVISION= 6 -CATEGORIES= net-mgmt -MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ - -MAINTAINER= jmohacsi@bsd.hu -COMMENT= Really Awesome New Cisco confIg Differ - -LIB_DEPENDS= libexpect.so:lang/expect -RUN_DEPENDS= p5-LockFile-Simple>=0:devel/p5-LockFile-Simple - -USES= gmake perl5 shebangfix -perl_OLD_CMD= @PERLV_PATH@ -SHEBANG_FILES= bin/* - -SUB_FILES= pkg-message -GNU_CONFIGURE= yes - -CONFIGURE_ARGS= --localstatedir=${PREFIX}/var/${PORTNAME}/ \ - --bindir=${PREFIX}/libexec/${PORTNAME}/ \ - --sysconfdir=${PREFIX}/etc/${PORTNAME}/ - -OLDCONFIG_FILE1= bin/env -OLDCONFIG_FILE2= util/lg/lg.conf -NEWERCONFIG_FILES1= etc/rancid.conf -NEWERCONFIG_FILES2= etc/lg.conf -NEWCONFIG_FILES= rancid.conf lg.conf - -OPTIONS_DEFINE= SVN - -SVN_DESC= Use Subversion instead of CVS - -DEPRECATED= Not supported upstream. Please upgrade to net-mgmt/rancid3 -EXPIRATION_DATE= 2016-10-01 - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MSVN} -CONFIGURE_ARGS+= --with-svn -BUILD_DEPENDS+= svn:devel/subversion -.else -CONFIGURE_ARGS+= --without-svn -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 -RUN_DEPENDS+= cvs>0:devel/cvs -.endif -.endif - -pre-everything:: - @ ${ECHO} "Make sure your rancid repository is quiet before upgrading; disable rancid cron jobs" - -post-patch: - ${REINPLACE_CMD} "s|par.1|rancid-par.1|" ${WRKSRC}/man/Makefile.in ${WRKSRC}/man/Makefile.am - ${MV} ${WRKSRC}/man/par.1 ${WRKSRC}/man/rancid-par.1 - -post-install: - ${LN} -s ${PREFIX}/libexec/${PORTNAME}/rancid-cvs ${STAGEDIR}${PREFIX}/bin - ${LN} -s ${PREFIX}/libexec/${PORTNAME}/rancid-run ${STAGEDIR}${PREFIX}/bin -.for file in ${NEWCONFIG_FILES} - @ if [ -f ${PREFIX}/etc/${PORTNAME}/${file} ] ; then \ - ${ECHO} "WARNING: *** new ${file} file is installed as ${PREFIX}/rancid/${file}.sample"; \ - ${ECHO} " : *** review ${file}.sample for new/deprecated switches or install in place ${file}"; \ - fi -.endfor - @ if [ -f ${PREFIX}/rancid/${NEWERCONFIG_FILE1} ] ; then \ - ${ECHO} "WARNING: *** ${PREFIX}/rancid/${NEWERCONFIG_FILE1} has been replaced with "; \ - ${ECHO} " : *** ${PREFIX}/etc/${PORTNAME}/rancid.conf. Merge from sample and old file "; \ - fi - @ if [ -f ${PREFIX}/rancid/${NEWERCONFIG_FILE2} ] ; then \ - ${ECHO} "WARNING: *** ${PREFIX}/rancid/${NEWERCONFIG_FILE2} has been replaced with "; \ - ${ECHO} " : *** ${PREFIX}/etc/${PORTNAME}/lg.conf. Merge from sample and old file "; \ - fi - @ if [ -f ${PREFIX}/rancid/${NEWERCONFIG_FILE1} -o \ - -f ${PREFIX}/rancid/${NEWERCONFIG_FILE2} ] ; then \ - ${ECHO} "WARNING: *** New CVS Repository will be stored ${PREFIX}/var/${PORTNAME}/ "; \ - ${ECHO} " : *** Copy the repository if you want to keep the history "; \ - fi - - @ if [ -f ${PREFIX}/rancid/${OLDCONFIG_FILE1} ] ; then \ - ${ECHO} "WARNING: *** ${PREFIX}/rancid/${OLDCONFIG_FILE1} has been replaced with "; \ - ${ECHO} " : *** ${PREFIX}/etc/${PORTNAME}/rancid.conf. Merge from sample and old file "; \ - fi - @ if [ -f ${PREFIX}/rancid/${OLDCONFIG_FILE2} ] ; then \ - ${ECHO} "WARNING: *** ${PREFIX}/rancid/${OLDCONFIG_FILE2} has been replaced with "; \ - ${ECHO} " : *** ${PREFIX}/etc/${PORTNAME}/lg.conf. Merge from sample and old file "; \ - fi - @ if [ -f ${PREFIX}/rancid/${OLDCONFIG_FILE1} -o \ - -f ${PREFIX}/rancid/${OLDCONFIG_FILE2} ] ; then \ - ${ECHO} "WARNING: *** New CVS Repository will be stored ${PREFIX}/rancid/var "; \ - ${ECHO} " : *** Copy the repository if you want to keep the history "; \ - fi - -.include <bsd.port.mk> diff --git a/net-mgmt/rancid/distinfo b/net-mgmt/rancid/distinfo deleted file mode 100644 index f208d81088c5..000000000000 --- a/net-mgmt/rancid/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rancid-2.3.8.tar.gz) = 44e44c87a22968d5229c01d60aa46960da023a24846eef43f9e3c8d70fd5b3fb -SIZE (rancid-2.3.8.tar.gz) = 379908 diff --git a/net-mgmt/rancid/files/patch-bin__control_rancid.in b/net-mgmt/rancid/files/patch-bin__control_rancid.in deleted file mode 100644 index 0b659c35cadc..000000000000 --- a/net-mgmt/rancid/files/patch-bin__control_rancid.in +++ /dev/null @@ -1,13 +0,0 @@ ---- ./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 diff --git a/net-mgmt/rancid/files/patch-bin__flogin.in b/net-mgmt/rancid/files/patch-bin__flogin.in deleted file mode 100644 index 88ab35bdcaa6..000000000000 --- a/net-mgmt/rancid/files/patch-bin__flogin.in +++ /dev/null @@ -1,11 +0,0 @@ ---- bin/flogin.in.orig 2015-06-09 16:08:17.000000000 +0100 -+++ bin/flogin.in 2015-06-09 15:59:02.000000000 +0100 -@@ -84,7 +84,7 @@ - # Sometimes routers take awhile to answer (the default is 10 sec) - set timeoutdflt 45 - # --set send_human {.4 .4 .7 .3 5} -+set send_human {.01 .01 100 .01 2} - - # Find the user in the ENV, or use the unix userid. - if {[ info exists env(CISCO_USER) ]} { diff --git a/net-mgmt/rancid/files/patch-bin__rancid.in b/net-mgmt/rancid/files/patch-bin__rancid.in deleted file mode 100644 index 1054a4835125..000000000000 --- a/net-mgmt/rancid/files/patch-bin__rancid.in +++ /dev/null @@ -1,53 +0,0 @@ ---- bin/rancid.in.orig 2015-07-03 17:22:07.000000000 +0100 -+++ bin/rancid.in 2015-07-06 07:10:54.000000000 +0100 -@@ -45,6 +45,7 @@ - # usage: rancid [-dV] [-l] [-f filename | hostname] - # - use Getopt::Std; -+use Socket qw(AF_INET AF_INET6 inet_pton); - getopts('dflV'); - if ($opt_V) { - print "rancid 2.3.8\n"; -@@ -162,13 +162,38 @@ - @sorted_lines; - } - --# These two routines will sort based upon IP addresses -+# ipaddrval(IPaddr) converts and IPv4/v6 address to a string for comparison. - sub ipaddrval { -- my(@a) = ($_[0] =~ m#^(\d+)\.(\d+)\.(\d+)\.(\d+)$#); -- $a[3] + 256 * ($a[2] + 256 * ($a[1] +256 * $a[0])); -+ my($a) = @_; -+ my($norder); -+ -+ if ($a =~ /:/) { -+ my($l); -+ if ($a =~ /\//) { -+ ($a, $l) = split(/\//, $a); -+ } else { -+ $l = 128; -+ } -+ $norder = inet_pton(AF_INET6, $a); -+ return unpack("H*", $norder) . unpack("H*", pack("C", $l)); -+ } else { -+ my($l); -+ if ($a =~ /\//) { -+ ($a, $l) = split(/\//, $a); -+ } else { -+ $l = 32; -+ } -+ $norder = inet_pton(AF_INET, $a); -+ return(unpack("H*", $norder) . unpack("H*", pack("C", $l))); -+ } -+ -+ # otherwise return the original key value, so as not to sort on null -+ return($_[0]); - } -+ -+# sortbyipaddr(IPaddr, IPaddr) compares two IPv4/v6 addresses like strcmp(). - sub sortbyipaddr { -- &ipaddrval($a) <=> &ipaddrval($b); -+ &ipaddrval($a) cmp &ipaddrval($b); - } - - # This routine parses "show version" diff --git a/net-mgmt/rancid/files/patch-bin__xrrancid.in b/net-mgmt/rancid/files/patch-bin__xrrancid.in deleted file mode 100644 index 8ebeceaad3b2..000000000000 --- a/net-mgmt/rancid/files/patch-bin__xrrancid.in +++ /dev/null @@ -1,11 +0,0 @@ ---- bin/xrrancid.in.orig 2015-06-09 15:58:36.000000000 +0100 -+++ bin/xrrancid.in 2015-06-09 16:03:53.000000000 +0100 -@@ -590,7 +590,7 @@ - next; - } - # Filter debugging file dlbg.txt & dlbg.txt-1 only on ASR9k w/ XR -- if ($proc =~ /ASR9K/ && /dlbg\.txt/) { -+ if ($proc =~ /ASR9K/ && (/dlbg\.txt/ || /uptime_cont/ || /temp_cont/ || /volt_cont/)) { - next; - } - if (/.*\((\d+) bytes free\)/) { diff --git a/net-mgmt/rancid/files/patch-etc__Makefile.am b/net-mgmt/rancid/files/patch-etc__Makefile.am deleted file mode 100644 index 0619c990cd54..000000000000 --- a/net-mgmt/rancid/files/patch-etc__Makefile.am +++ /dev/null @@ -1,31 +0,0 @@ ---- ./etc/Makefile.am.orig 2010-02-27 09:49:56.000000000 +0100 -+++ ./etc/Makefile.am 2012-04-09 23:03:03.000000000 +0200 -@@ -58,26 +58,8 @@ - endif - - install-data-local: all -- @if test "$(DO_CONF_INSTALL)" = "yes"; then \ -- if test -f $(DESTDIR)$(sysconfdir)/rancid.conf ; then \ -- echo ""; \ -- echo "WARNING: *** $(DESTDIR)$(sysconfdir)/rancid.conf exists. See "; \ -- echo " *** $(pkgdatadir)/rancid.conf.sample for new"; \ -- echo " *** examples."; \ -- echo ""; \ -- else \ -- $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir)/rancid.conf; \ -- fi; \ -- if test -f $(DESTDIR)$(sysconfdir)/lg.conf ; then \ -- echo ""; \ -- echo "WARNING: *** $(DESTDIR)$(sysconfdir)/lg.conf exists. See "; \ -- echo " *** $(pkgdatadir)/lg.conf.sample for new"; \ -- echo " *** examples."; \ -- echo ""; \ -- else \ -- $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir)/lg.conf; \ -- fi; \ -- fi -+ $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir) -+ $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir) - - #clean: - # rm -f Makefile rancid.conf $(BIN_DATAS) $(BIN_PROGS) diff --git a/net-mgmt/rancid/files/patch-etc__Makefile.in b/net-mgmt/rancid/files/patch-etc__Makefile.in deleted file mode 100644 index 6a57323243d9..000000000000 --- a/net-mgmt/rancid/files/patch-etc__Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- ./etc/Makefile.in.orig 2011-11-17 22:10:11.000000000 +0100 -+++ ./etc/Makefile.in 2012-04-09 23:03:03.000000000 +0200 -@@ -423,26 +423,8 @@ - - - install-data-local: all -- @if test "$(DO_CONF_INSTALL)" = "yes"; then \ -- if test -f $(DESTDIR)$(sysconfdir)/rancid.conf ; then \ -- echo ""; \ -- echo "WARNING: *** $(DESTDIR)$(sysconfdir)/rancid.conf exists. See "; \ -- echo " *** $(pkgdatadir)/rancid.conf.sample for new"; \ -- echo " *** examples."; \ -- echo ""; \ -- else \ -- $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir)/rancid.conf; \ -- fi; \ -- if test -f $(DESTDIR)$(sysconfdir)/lg.conf ; then \ -- echo ""; \ -- echo "WARNING: *** $(DESTDIR)$(sysconfdir)/lg.conf exists. See "; \ -- echo " *** $(pkgdatadir)/lg.conf.sample for new"; \ -- echo " *** examples."; \ -- echo ""; \ -- else \ -- $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir)/lg.conf; \ -- fi; \ -- fi -+ $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir) -+ $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir) - - lg.conf.sample: Makefile $(srcdir)/lg.conf.sample.in - rm -f lg.conf.sample lg.conf.sample.tmp; \ diff --git a/net-mgmt/rancid/files/pkg-message.in b/net-mgmt/rancid/files/pkg-message.in deleted file mode 100644 index c1f59582807f..000000000000 --- a/net-mgmt/rancid/files/pkg-message.in +++ /dev/null @@ -1,11 +0,0 @@ -For further configuration information please look at -%%PREFIX%%/share/rancid/README. - -If you are upgrading from the previous version of rancid look at -%%PREFIX%%/share/rancid/UPGRADING. - -If you would like to set up Rancid to be browseable from Web, -you need to install devel/cvsweb or devel/viewvc. - -For rancid looking-glass copy the actual CGIs (located at -%%PREFIX%%/libexec/rancid/{lg.cgi lgform.cgi}) to your cgi-bin. diff --git a/net-mgmt/rancid/pkg-descr b/net-mgmt/rancid/pkg-descr deleted file mode 100644 index ea4e16cf365a..000000000000 --- a/net-mgmt/rancid/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Rancid monitors a router's (or device's) configuration, including software -and hardware (cards, serial numbers, etc), using CVS. Rancid currently -supports Bay routers, Cisco routers, Juniper routers, Catalyst switches, -Foundry switches, Redback NASs, ADC EZT3 muxes, MRTd (and thus likely IRRd), -Alteon switches, HP Procurve switches, Hitachi routers. - -Rancid logs into each of the devices in a router table file, runs various -commands, chomps the output, and emails any differences from the previous -collection to a mail list. - -A looking glass is also included with rancid, based on Ed Kern's in use on -http://nitrous.digex.net/. Rancid version has added functions, supports Cisco, -Juniper, and Foundry and uses the login scripts that come with rancid; -so it can use rsh, telnet, or ssh to connect to your router(s). - -WWW: http://www.shrubbery.net/rancid/ diff --git a/net-mgmt/rancid/pkg-plist b/net-mgmt/rancid/pkg-plist deleted file mode 100644 index f0c3e6afe692..000000000000 --- a/net-mgmt/rancid/pkg-plist +++ /dev/null @@ -1,139 +0,0 @@ -bin/rancid-cvs -bin/rancid-run -libexec/rancid/alogin -libexec/rancid/arancid -libexec/rancid/arrancid -libexec/rancid/avologin -libexec/rancid/avorancid -libexec/rancid/agmrancid -libexec/rancid/blogin -libexec/rancid/brancid -libexec/rancid/cat5rancid -libexec/rancid/clogin -libexec/rancid/control_rancid -libexec/rancid/cssrancid -libexec/rancid/elogin -libexec/rancid/erancid -libexec/rancid/f10rancid -libexec/rancid/f5rancid -libexec/rancid/flogin -libexec/rancid/fnrancid -libexec/rancid/fnlogin -libexec/rancid/francid -libexec/rancid/hlogin -libexec/rancid/hpuifilter -libexec/rancid/hrancid -libexec/rancid/htlogin -libexec/rancid/htrancid -libexec/rancid/jerancid -libexec/rancid/jlogin -libexec/rancid/jrancid -libexec/rancid/lg.cgi -libexec/rancid/lgform.cgi -libexec/rancid/mrancid -libexec/rancid/mrvlogin -libexec/rancid/mrvrancid -libexec/rancid/mtlogin -libexec/rancid/mtrancid -libexec/rancid/nlogin -libexec/rancid/nrancid -libexec/rancid/nxrancid -libexec/rancid/nslogin -libexec/rancid/nsrancid -libexec/rancid/par -libexec/rancid/prancid -libexec/rancid/rancid -libexec/rancid/rancid-cvs -libexec/rancid/rancid-fe -libexec/rancid/rancid-run -libexec/rancid/rivlogin -libexec/rancid/rivrancid -libexec/rancid/rrancid -libexec/rancid/srancid -libexec/rancid/tlogin -libexec/rancid/trancid -libexec/rancid/tntlogin -libexec/rancid/tntrancid -libexec/rancid/xrancid -libexec/rancid/xrrancid -libexec/rancid/zrancid -man/man1/agmrancid.1.gz -man/man1/alogin.1.gz -man/man1/arancid.1.gz -man/man1/arrancid.1.gz -man/man1/avologin.1.gz -man/man1/avorancid.1.gz -man/man1/blogin.1.gz -man/man1/brancid.1.gz -man/man1/cat5rancid.1.gz -man/man1/clogin.1.gz -man/man1/control_rancid.1.gz -man/man1/cssrancid.1.gz -man/man1/elogin.1.gz -man/man1/erancid.1.gz -man/man1/f10rancid.1.gz -man/man1/f5rancid.1.gz -man/man1/flogin.1.gz -man/man1/fnlogin.1.gz -man/man1/fnrancid.1.gz -man/man1/francid.1.gz -man/man1/hlogin.1.gz -man/man1/hrancid.1.gz -man/man1/htlogin.1.gz -man/man1/htrancid.1.gz -man/man1/jerancid.1.gz -man/man1/jlogin.1.gz -man/man1/jrancid.1.gz -man/man1/lg_intro.1.gz -man/man1/mrancid.1.gz -man/man1/mrvlogin.1.gz -man/man1/mrvrancid.1.gz -man/man1/mtlogin.1.gz -man/man1/mtrancid.1.gz -man/man1/nlogin.1.gz -man/man1/nrancid.1.gz -man/man1/nslogin.1.gz -man/man1/nsrancid.1.gz -man/man1/nxrancid.1.gz -man/man1/prancid.1.gz -man/man1/rancid-cvs.1.gz -man/man1/rancid-run.1.gz -man/man1/rancid-par.1.gz -man/man1/rancid.1.gz -man/man1/rancid_intro.1.gz -man/man1/rivlogin.1.gz -man/man1/rivrancid.1.gz -man/man1/rrancid.1.gz -man/man1/srancid.1.gz -man/man1/tlogin.1.gz -man/man1/tntlogin.1.gz -man/man1/tntrancid.1.gz -man/man1/trancid.1.gz -man/man1/xrancid.1.gz -man/man1/xrrancid.1.gz -man/man1/zrancid.1.gz -man/man5/cloginrc.5.gz -man/man5/lg.conf.5.gz -man/man5/rancid.conf.5.gz -man/man5/router.db.5.gz -etc/rancid/lg.conf.sample -etc/rancid/rancid.conf.sample -%%DATADIR%%/CHANGES -%%DATADIR%%/COPYING -%%DATADIR%%/FAQ -%%DATADIR%%/README -%%DATADIR%%/README.lg -%%DATADIR%%/README.misc -%%DATADIR%%/UPGRADING -%%DATADIR%%/cisco-load.exp -%%DATADIR%%/cisco-reload.exp -%%DATADIR%%/cloginrc.sample -%%DATADIR%%/downreport -%%DATADIR%%/getipacctg -%%DATADIR%%/index.html -%%DATADIR%%/lg.conf.sample -%%DATADIR%%/lgnotes.html -%%DATADIR%%/rancid-cvspurge -%%DATADIR%%/rancid.conf.sample -%%DATADIR%%/rtrfilter -@dir(,,775) var/rancid |