summarylogtreecommitdiffstats
path: root/tinc-pre.install
diff options
context:
space:
mode:
authorHexchain Tong2016-04-24 23:20:50 +0800
committerHexchain Tong2016-04-24 23:20:50 +0800
commitae09584d976d6a84b27cae3be2c8073ec37837a3 (patch)
tree46c13755022c6e91e8d930f1f64eb649d5152037 /tinc-pre.install
parent70a0851ac6a9d0a715dd9f810e8a8f720729e9a9 (diff)
downloadaur-ae09584d976d6a84b27cae3be2c8073ec37837a3.tar.gz
upgpkg
Diffstat (limited to 'tinc-pre.install')
-rw-r--r--tinc-pre.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/tinc-pre.install b/tinc-pre.install
index 7d5dea46349c..dece9caeaf62 100644
--- a/tinc-pre.install
+++ b/tinc-pre.install
@@ -8,6 +8,17 @@ post_install() {
post_upgrade() {
post_install $1
+ echo <<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
}
pre_remove() {