various fixes and improvements
[distro-setup] / conflink
index 1bc997b9b5350076e9f8ce05436048dae48df08d..ca9fb41d0d676cdacb5af053c08a88e357530a1c 100755 (executable)
--- a/conflink
+++ b/conflink
@@ -83,9 +83,14 @@ case $USER in
             # named[20823]: /etc/bind/db.iank.pw.jnl: create: permission denied
             m s chgrp bind /etc/bind/bind-writable
         fi
+        files=(/etc/bind/[Kk]*)
+        if [[ -e $files ]]; then
+            m s chgrp bind ${files[@]}
+        fi
         if [[ -e /etc/davpass ]] && getent group www-data &>/dev/null; then
             s chgrp www-data /etc/davpass
         fi
+        /a/exe/lnf -T /p/arbtt-capture.log ~/.arbtt/capture.log
         ##### end special extra stuff #####