#%% begin initialize 
if [ ! -f /etc/logrotate.conf ]; then
    mv /etc/logrotate.conf.new /etc/logrotate.conf
else
    echo "old /etc/logrotate.conf exists."
    echo "sample config file moved into doc directory"
    mv /etc/logrotate.conf.new /usr/share/doc/logrotate-3.8.1/
fi
#%% end
