doinst.sh 275 B

123456
  1. if [ ! -r etc/httpd/extra/mod_perl.conf ]; then
  2. cat etc/httpd/extra/mod_perl.conf.example > etc/httpd/extra/mod_perl.conf
  3. elif [ "$(cat etc/httpd/extra/mod_perl.conf 2> /dev/null)" = "" ]; then
  4. cat etc/httpd/extra/mod_perl.conf.example > etc/httpd/extra/mod_perl.conf
  5. fi