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