diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/ipvsadm/ipvsadm.install | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/ipvsadm/ipvsadm.install')
-rw-r--r-- | community/ipvsadm/ipvsadm.install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/community/ipvsadm/ipvsadm.install b/community/ipvsadm/ipvsadm.install deleted file mode 100644 index d235b560a..000000000 --- a/community/ipvsadm/ipvsadm.install +++ /dev/null @@ -1,10 +0,0 @@ -## arg 1: the new package version -## arg 2: the old package version -post_upgrade() { - [ $(vercmp "$2" '1.26-4') -gt 0 ] || cat <<EOF -Config file have been moved from /etc/ipvsadm.rules to /etc/ipvsadm.conf. -You can revert to the previous location by editing /etc/conf.d/ipvsadm. -EOF -} - -# vim:set ts=2 sw=2 ft=sh et: |