Create our logfile as part of the postinst for the Debian package and
make sure the onak user can write to it.
# Take ownership of the database directory
chown -R onak /var/lib/onak
# 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
# Make the CGI tools setuid onak
for i in /usr/lib/cgi-bin/pks/*
do