diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
commit | 462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch) | |
tree | 11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/babeld/babeld.install | |
parent | 748e32a3a886569b58a27003e85b76be5746153d (diff) |
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/babeld/babeld.install')
-rw-r--r-- | pcr/babeld/babeld.install | 18 |
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 -} |