mod_wsgi: switch to INSTALL.msg.
This commit is contained in:
parent
77d24004c4
commit
a767f3854a
|
@ -1,8 +1,3 @@
|
|||
# Instructions for loading mod_wsgi.
|
||||
#
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
cat << _EOF
|
||||
==========================================================================
|
||||
|
||||
To enable ${PKGNAME} in the Apache HTTP server, add the following line
|
||||
|
@ -12,9 +7,6 @@ into /etc/httpd/httpd.conf:
|
|||
|
||||
and reload the Apache daemon with:
|
||||
|
||||
$ /etc/init.d/apache reload
|
||||
# sv restart apache
|
||||
|
||||
==========================================================================
|
||||
_EOF
|
||||
;;
|
||||
esac
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mod_wsgi'
|
||||
pkgname=mod_wsgi
|
||||
version=3.5
|
||||
revision=1
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="python"
|
||||
|
|
Loading…
Reference in New Issue