[SCM] librdf-endpoint-perl Debian packaging branch, master, updated. debian/0.05-1-5-g9dd7448

Jonas Smedegaard dr at jones.dk
Tue Dec 4 23:38:33 UTC 2012


The following commit has been merged in the master branch:
commit 01db895fa300f754f1a66d0665ac36a89c468759
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jun 12 23:39:46 2012 +0200

    Fix sample uWSGI config to use RDF_ENDPOINT_FILE (not bogus RDF_ENDPOINT_CONFIG).

diff --git a/debian/uwsgi/etc/uwsgi/apps-available/rdf_endpoint.ini b/debian/uwsgi/etc/uwsgi/apps-available/rdf_endpoint.ini
index 32cd6eb..e5ac5c5 100644
--- a/debian/uwsgi/etc/uwsgi/apps-available/rdf_endpoint.ini
+++ b/debian/uwsgi/etc/uwsgi/apps-available/rdf_endpoint.ini
@@ -9,7 +9,8 @@ plugins = 0:psgi
 check-static = /usr/share/perl5/auto/share/dist/RDF-Endpoint/www
 psgi = /usr/share/librdf-endpoint-perl/endpoint.psgi
 
-env = RDF_ENDPOINT_CONFIG=/etc/rdf-endpoint
+# Example: /usr/share/doc/librdf-endpoint-perl/examples/rdf_endpoint.json
+#env = RDF_ENDPOINT_FILE=/etc/rdf-endpoint/rdf_endpoint.json
 
 # save memory - more info at <http://projects.unbit.it/uwsgi/wiki/KSM>
 ksm = 1

-- 
librdf-endpoint-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list