summaryrefslogtreecommitdiff
path: root/pcr/babeld
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-04 16:55:08 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-04 16:55:08 -0300
commit1be493ca3a4dc6f226def04777b6381c3795d768 (patch)
treeaef61627405af05452615da52a6f8017785896bd /pcr/babeld
parenta2f627f90d670f8efb2779faff42b9fd120f7a1d (diff)
networkmanager-openswan: upgrade
Diffstat (limited to 'pcr/babeld')
-rw-r--r--pcr/babeld/babeld.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/pcr/babeld/babeld.install b/pcr/babeld/babeld.install
deleted file mode 100644
index 686153617..000000000
--- a/pcr/babeld/babeld.install
+++ /dev/null
@@ -1,18 +0,0 @@
-compatibility_warning() {
- echo "PLEASE NOTE:"
- echo " "
- echo "-------------------------------------------------------------"
- echo " This version uses the IANA-allocated UDP port and multicast"
- echo " group and is therefore incompatible with older versions."
- echo "-------------------------------------------------------------"
-}
-
-post_upgrade() {
- major=$(echo $2 | cut -d '.' -f1)
- minor=$(echo $2 | cut -d '.' -f2)
- if [ $major -lt 1 ]; then
- compatibility_warning
- elif [ $major -eq 1 -a $minor -lt 1 ]; then
- compatibility_warning
- fi
-}