diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 17:45:19 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 17:45:19 (GMT) |
commit | 80d1276c4aab094c21ca671b71e5e3cddadefd58 (patch) | |
tree | d0a8e94b9cbfc407a5ee36bbfd6af15d6d063f55 /abs/core/net-tools/net-tools.install | |
parent | 89ff735fa81051c94f7faeef86049d86aa2d4af7 (diff) | |
download | linhes_pkgbuild-80d1276c4aab094c21ca671b71e5e3cddadefd58.zip linhes_pkgbuild-80d1276c4aab094c21ca671b71e5e3cddadefd58.tar.gz linhes_pkgbuild-80d1276c4aab094c21ca671b71e5e3cddadefd58.tar.bz2 |
net-tools 1.60
Diffstat (limited to 'abs/core/net-tools/net-tools.install')
-rw-r--r-- | abs/core/net-tools/net-tools.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/core/net-tools/net-tools.install b/abs/core/net-tools/net-tools.install new file mode 100644 index 0000000..9eee9e5 --- /dev/null +++ b/abs/core/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 +} |