summaryrefslogtreecommitdiff
path: root/extra/ifplugd/ifplugd.install
diff options
context:
space:
mode:
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: