1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00

testing/apache2-mod-perl: new aport

Perl Module for Apache2
http://perl.apache.org/
This commit is contained in:
Matt Smith 2011-04-12 02:39:33 -05:00
parent c42298ac37
commit 53910ad269
3 changed files with 79 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#!/bin/sh
echo "*" >&2
echo "* To finish installing apache2-mod-perl:" >&2
echo "* 1) See if you need to modify the apache2 config:" >&2
echo "* /etc/apache2/conf.d/perl-module.conf" >&2
echo "* 2) Restart apache2 when done." >&2
echo "*" >&2
exit 0