summaryrefslogtreecommitdiffstats
path: root/network/mod_perl/doinst.sh
blob: 69b0b327b25af5c83b4c9d23289f055eb989e595 (plain)
if [ ! -r etc/httpd/mod_perl.conf ]; then
  cat etc/httpd/mod_perl.conf.example > etc/httpd/mod_perl.conf
elif [ "$(cat etc/httpd/mod_perl.conf 2> /dev/null)" = "" ]; then
  cat etc/httpd/mod_perl.conf.example > etc/httpd/mod_perl.conf
fi