X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/cd4738e8f5ede42cba925b58a84c61e22bab8e8f..2796e65c80aa5b1c1787e161fbb2cc8ac57b0fb0:/debian/postinst diff --git a/debian/postinst b/debian/postinst index c34d68e..1252508 100644 --- a/debian/postinst +++ b/debian/postinst @@ -10,6 +10,10 @@ if [ "$1" = "configure" ]; then # Take ownership of the database directory chown -R onak /var/lib/onak + # Create our logfile + touch /var/log/onak.log + chown onak /var/log/onak.log + # Make the CGI tools setuid onak for i in /usr/lib/cgi-bin/pks/* do