diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/rancid/APKBUILD | 64 | ||||
-rw-r--r-- | testing/rancid/rancid-2.3.2-conf.patch | 20 | ||||
-rw-r--r-- | testing/rancid/rancid.logrotate | 8 | ||||
-rw-r--r-- | testing/rancid/rancid.pre-install | 6 |
4 files changed, 0 insertions, 98 deletions
diff --git a/testing/rancid/APKBUILD b/testing/rancid/APKBUILD deleted file mode 100644 index a7a3471033..0000000000 --- a/testing/rancid/APKBUILD +++ /dev/null @@ -1,64 +0,0 @@ -# Contributor: Francesco Colista <francesco.colista@gmail.com> -# Maintainer: Francesco Colista <francesco.colista@gmail.com> -pkgname=rancid -pkgver=3.4.1 -pkgrel=1 -pkgdesc="A Cisco confIg Differ" -url="http://www.shrubbery.net/rancid/" -arch="all" -license="BSD with advertising" -depends="expect perl logrotate iputils" -depends_dev="" -makedepends="$depends_dev openssh-client cvs subversion" -install="$pkgname.pre-install" -subpackages="$pkgname-doc" -pkgusers="rancid" -pkggroups="netadm" -source="ftp://ftp.shrubbery.net/pub/rancid/rancid-$pkgver.tar.gz - rancid-2.3.2-conf.patch - rancid.logrotate" - -_builddir="$srcdir"/rancid-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc/rancid \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --localstatedir=/var \ - --enable-conf-install \ - --with-svn \ - || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 - install -D -m644 "$srcdir"/rancid.logrotate \ - "$pkgdir"/etc/logrotate.d/rancid || return 1 - install -d -m 0755 -o rancid -g netadm "$pkgdir"/var/rancid - install -d -m 0755 -o rancid -g netadm "$pkgdir"/var/log/rancid - install -d -m 0755 -o rancid -g netadm "$pkgdir"/var/log/rancid/old -} - -md5sums="b9dba9011d9a47b9dc4fae9965cd61d8 rancid-3.4.1.tar.gz -bd2e1e80348d88a11ee838ff40270039 rancid-2.3.2-conf.patch -97c733c7420fe140b51a75d676431daf rancid.logrotate" -sha256sums="572964f01969bd18b198110a75013ec31ec2aba6ca582ebf6cd208c422fe3bfe rancid-3.4.1.tar.gz -c98a96e0c3a16a228a83e7570ca1adc27e73cdcd4cc718aa0e2956454b564e9f rancid-2.3.2-conf.patch -5459497b88b9bfef122608a9a7fd70b23cfdf558617b62ab40cac5bc32226ad0 rancid.logrotate" -sha512sums="d11dc471d3f13c15faa260fc2b074fe5fad5959b673d2fe97c2e233bf339cfc148ae80b080253513261a799f5c1913fdc848de1fc1f2db0e787175531704b228 rancid-3.4.1.tar.gz -dbebdecb80483fff45cfdd7a541805f45ee4e180d47a79ce9b71c5aad012d6e782c9a9d29f1de0fc2b89642aeecfc90dfddb86a1e11564e30683fa55e7009d76 rancid-2.3.2-conf.patch -aefbdeb99acd6840ab7fe75602b4cec2ed07a4eb24d073a951feef22ab7e56aff098bed7e0ca042c977218a2311465780aa5e6203507da8ab43e132df9a21795 rancid.logrotate" diff --git a/testing/rancid/rancid-2.3.2-conf.patch b/testing/rancid/rancid-2.3.2-conf.patch deleted file mode 100644 index e68064ebf6..0000000000 --- a/testing/rancid/rancid-2.3.2-conf.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- ./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 diff --git a/testing/rancid/rancid.logrotate b/testing/rancid/rancid.logrotate deleted file mode 100644 index 3638b8b225..0000000000 --- a/testing/rancid/rancid.logrotate +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/rancid/* { - weekly - rotate 1 - notifempty - missingok - compress - olddir old -} diff --git a/testing/rancid/rancid.pre-install b/testing/rancid/rancid.pre-install deleted file mode 100644 index f98f571bfe..0000000000 --- a/testing/rancid/rancid.pre-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -addgroup -S netadm 2>/dev/null -adduser -S -D -h /var/rancid -s /bin/sh -G netadm -g rancid rancid 2>/dev/null - -exit 0 |