summaryrefslogtreecommitdiffstats
path: root/news/tin/INSTALL
diff options
context:
space:
mode:
authorVlad Glagolev2017-09-23 20:01:06 -0400
committerVlad Glagolev2017-09-23 20:01:06 -0400
commitc0e69e84927963add5f67415800483a2bb3e6ed2 (patch)
tree7bd6c73734e103022f392ad95e95f3681fcccb74 /news/tin/INSTALL
parentbd239a6f0094959c63c457d093c679393ae5f284 (diff)
tin: => 2.4.1
Diffstat (limited to 'news/tin/INSTALL')
-rwxr-xr-xnews/tin/INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/news/tin/INSTALL b/news/tin/INSTALL
new file mode 100755
index 0000000000..1347e43dc0
--- /dev/null
+++ b/news/tin/INSTALL
@@ -0,0 +1,9 @@
+default_install &&
+
+local TIN_CONFDIR="${INSTALL_ROOT}/etc/tin" &&
+
+if [ ! -d "${TIN_CONFDIR}" ]; then
+ install -vm 755 -d "${TIN_CONFDIR}"
+fi &&
+
+install_config_file doc/tin.defaults "${TIN_CONFDIR}/tin.defaults"