summaryrefslogtreecommitdiff
path: root/extra/ifplugd/ifplugd.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-31 00:04:43 +0000
committerroot <root@rshg054.dnsready.net>2012-08-31 00:04:43 +0000
commit68cdc08aec92abf91448a542e06fabbedbb583bf (patch)
tree2c42e2f29a6162e0cb5ff3db8f0b46277ab4ed90 /extra/ifplugd/ifplugd.install
parentdba5b0127d9f00a13c489f0f5893481cbe7d429b (diff)
Fri Aug 31 00:04:43 UTC 2012
Diffstat (limited to 'extra/ifplugd/ifplugd.install')
-rw-r--r--extra/ifplugd/ifplugd.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/ifplugd/ifplugd.install b/extra/ifplugd/ifplugd.install
new file mode 100644
index 000000000..c061d8c31
--- /dev/null
+++ b/extra/ifplugd/ifplugd.install
@@ -0,0 +1,13 @@
+post_upgrade() {
+ if [ $(vercmp $2 0.28-12) -lt 0 ]; then
+ cat << "EOF"
+* When used with initscripts, /etc/ifplugd/ifplugd.conf now uses
+ INTERFACES= again instead of NET_IFS=.
+* This package no longer provides a default ifplugd.action script.
+* To use ifplugd with systemd, run
+ systemctl enable ifplugd@eth0.service
+EOF
+ fi
+}
+
+# vim:set ts=2 sw=2 et: