#%% begin initialize 
if [ ! -f /etc/logrotate.conf ]; then
  ( cd /etc && cp logrotate.conf.dist logrotate.conf )
fi
#%% end
