summaryrefslogtreecommitdiff
path: root/social/babeld/babeld.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-21 03:22:19 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-21 03:22:19 +0000
commitd0f33415f254cb2fee06fd89f9cfed4535322f37 (patch)
tree66c13d72eac4f0110772b4675231c891334137bc /social/babeld/babeld.install
parent7e108c74958ec076a3734822f61f145d0d69547f (diff)
Fri Mar 21 03:19:28 UTC 2014
Diffstat (limited to 'social/babeld/babeld.install')
-rw-r--r--social/babeld/babeld.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/social/babeld/babeld.install b/social/babeld/babeld.install
deleted file mode 100644
index 686153617..000000000
--- a/social/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
-}