summaryrefslogtreecommitdiffstats
path: root/news/tin/INSTALL
diff options
context:
space:
mode:
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"