diff options
author | Obee <obee@anomail.ano> | 2011-12-01 04:30:50 +0000 |
---|---|---|
committer | Obee <obee@anomail.ano> | 2011-12-01 04:30:50 +0000 |
commit | 9225c2b010f5d7b84e63a772a9679ab8b1a2f3b9 (patch) | |
tree | 2e0889510daedb2fd2640adbd8339be4126453cb /contrib/peer2anonet/DEBIAN | |
parent | cce40b6ef5b27a573147a98d728b8bbd502754c4 (diff) | |
parent | 84c8ec4218fbf18341cca859ca1c1efe32ec7472 (diff) | |
download | resdb-9225c2b010f5d7b84e63a772a9679ab8b1a2f3b9.tar.gz resdb-9225c2b010f5d7b84e63a772a9679ab8b1a2f3b9.zip |
Merge branch 'master' of git://1.0.27.102
Diffstat (limited to 'contrib/peer2anonet/DEBIAN')
-rwxr-xr-x | contrib/peer2anonet/DEBIAN/configure | 10 | ||||
-rw-r--r-- | contrib/peer2anonet/DEBIAN/control | 12 |
2 files changed, 0 insertions, 22 deletions
diff --git a/contrib/peer2anonet/DEBIAN/configure b/contrib/peer2anonet/DEBIAN/configure deleted file mode 100755 index 6a01c74..0000000 --- a/contrib/peer2anonet/DEBIAN/configure +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -read -p "Enter your anonet network: " P2A_NET -read -p "Enter your anonet router: " P2A_ROUTE -read -p "Enter your anonet asn: " P2A_ASN -read -p "Enter your anonet ip: " P2A_IP - -echo "P2A_NET=\"$P2A_NET\"" >>DEBIAN/peer2anonet/etc/peer2anonet/p2a.conf -echo "P2A_ROUTE=\"$P2A_ROUTE\"" >>DEBIAN/peer2anonet/etc/peer2anonet/p2a.conf -echo "P2A_ASN=\"$P2A_ASN\"" >>DEBIAN/peer2anonet/etc/peer2anonet/p2a.conf -echo "P2A_IP=\"$P2A_IP\"" >>DEBIAN/peer2anonet/etc/peer2anonet/p2a.conf diff --git a/contrib/peer2anonet/DEBIAN/control b/contrib/peer2anonet/DEBIAN/control deleted file mode 100644 index 903b29e..0000000 --- a/contrib/peer2anonet/DEBIAN/control +++ /dev/null @@ -1,12 +0,0 @@ -Source: peer2anonet -Priority: optional -Maintainer: d3v11 -Version: 1.0-0 -Package: peer2anonet -Architecture: all -Depends: bash(>= 4.1) -Description: peer2anonet 1.0-0 - peer2anonet is an autoconfiguration utility to easily establish a - peering session with BGP on AnoNet2. - - |