default_install &&

if [[ $INIT_INSTALLED ]]; then
  install_config_file "$SPELL_DIRECTORY/init.d/burp.conf" \
                      "$INSTALL_ROOT/etc/sysconfig/burp" &&

  install -d -o burp -g burp -vm 755 "$INSTALL_ROOT/var/run/burp" &&

  # change owner to root config dir (not recursively!)
  # so startup script can generate SSL certificates
  chown burp:burp "$INSTALL_ROOT/etc/burp"
fi
