X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=debian%2Fpostinst;h=1252508da87606529c3608814fd66c2f280d6494;hb=5ace83529b1fd3e46db32357c8716be51d921449;hp=c34d68e8e84f91854317bd19eca8e0ede57c7678;hpb=1dd29bb2bbc96e62fa2ba611d8871c7c4084ef75;p=onak.git 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