diff options
Diffstat (limited to 'network/mod_perl/doinst.sh')
-rw-r--r-- | network/mod_perl/doinst.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/mod_perl/doinst.sh b/network/mod_perl/doinst.sh index 69b0b327b2..3fafdd7c63 100644 --- a/network/mod_perl/doinst.sh +++ b/network/mod_perl/doinst.sh @@ -1,6 +1,6 @@ -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 +if [ ! -r etc/httpd/extra/mod_perl.conf ]; then + cat etc/httpd/extra/mod_perl.conf.example > etc/httpd/extra/mod_perl.conf +elif [ "$(cat etc/httpd/extra/mod_perl.conf 2> /dev/null)" = "" ]; then + cat etc/httpd/extra/mod_perl.conf.example > etc/httpd/extra/mod_perl.conf fi |