diff options
author | root <root@rshg047.dnsready.net> | 2011-06-10 17:00:28 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-10 17:00:28 +0000 |
commit | 622de23541903f9b6f85fe0a96d61de08372d23b (patch) | |
tree | ef4a902b4ba6800b34c6871399beaec7d2963990 /testing/net-tools/net-tools.install | |
parent | 8634a064b17334eb58699897220aeed2fc9a54db (diff) |
Fri Jun 10 17:00:28 UTC 2011
Diffstat (limited to 'testing/net-tools/net-tools.install')
-rw-r--r-- | testing/net-tools/net-tools.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/net-tools/net-tools.install b/testing/net-tools/net-tools.install new file mode 100644 index 000000000..9eee9e51b --- /dev/null +++ b/testing/net-tools/net-tools.install @@ -0,0 +1,12 @@ +post_upgrade() { + if [ "$(vercmp $2 1.60-16)" -lt 0 ]; then + echo "hostname and {,yp,nis}domainname has moved:" + echo "----------" + echo "hostname is now in coreutils" + echo "domainname is now in yp-tools" + echo "their functionality might have changed slightly" + echo "" + echo "dnsdomainname remains in net-tools" + echo "----------" + fi +} |