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