diff options
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 +} |