summarylogtreecommitdiffstats
path: root/tinc-pre.install
diff options
context:
space:
mode:
Diffstat (limited to 'tinc-pre.install')
-rw-r--r--tinc-pre.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/tinc-pre.install b/tinc-pre.install
deleted file mode 100644
index ff519974eb66..000000000000
--- a/tinc-pre.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_upgrade() {
- cat <<EOF
-Starting from 1.1pre12, tinc ships its own systemd unit files, which are
-different from previous ones:
-
-1. Unit file name changes from tincd(@) to tinc(@)
-2. Network without network name is not supported anymore
-3. tinc.service now serves to start all tinc@.service
-
-Please reload systemd and do appropriate configuration according to these
-changes.
-EOF
-}