summaryrefslogtreecommitdiff
path: root/community/mod_wsgi2/mod_wsgi2.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-05-07 22:31:25 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-05-07 22:31:25 -0300
commit9f7fb9c12e84f20cd108b933f1a51e216f76cd98 (patch)
tree06520d9024b40745b94f02d0d3419386e6496863 /community/mod_wsgi2/mod_wsgi2.install
parent6cc893589a6bd208f2b7711f985e17df7a6df816 (diff)
parenta86ff663185661ee304bb1f6d00d982102dd706d (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/mod_wsgi2/mod_wsgi2.install')
-rw-r--r--community/mod_wsgi2/mod_wsgi2.install6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/mod_wsgi2/mod_wsgi2.install b/community/mod_wsgi2/mod_wsgi2.install
index d26d61631..a7f0290c2 100644
--- a/community/mod_wsgi2/mod_wsgi2.install
+++ b/community/mod_wsgi2/mod_wsgi2.install
@@ -1,9 +1,9 @@
post_install() {
-/bin/cat << ENDOFMESSAGE
+ cat << ENDOFMESSAGE
==>
==>
==> To install mod_wsgi, add the following line in
-==> /etc/httpd/conf/httpd.conf file :
+==> /etc/httpd/conf/httpd.conf file:
==>
==> LoadModule wsgi_module modules/mod_wsgi.so
==>
@@ -12,3 +12,5 @@ post_install() {
==>
ENDOFMESSAGE
}
+
+# vim:set ts=2 sw=2 et: