From 35b2ccce1627bb3604880a572d5447095940eb3a Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Sat, 10 May 2014 13:22:48 +0000 Subject: [PATCH] dpaste: Updates. --- dpaste/Makefile | 2 +- dpaste/dpaste.init | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dpaste/Makefile b/dpaste/Makefile index 993c82b..efed954 100644 --- a/dpaste/Makefile +++ b/dpaste/Makefile @@ -1,4 +1,4 @@ -PGVER = 9.2 +PGVER = 9.3 DPASTE_USER = dpaste DPASTE_HOME = /opt/dpaste PIP = $(DPASTE_HOME)/bin/pip diff --git a/dpaste/dpaste.init b/dpaste/dpaste.init index 8069d37..2077b60 100755 --- a/dpaste/dpaste.init +++ b/dpaste/dpaste.init @@ -1,5 +1,5 @@ #!/sbin/runscript -# Copyright 2013 Marduk Enterprises (marduk@python.net) +# Copyright 2013-2014 Marduk Enterprises (marduk@python.net) # Distributed under the terms of the GNU General Public License v2 description="GUnicorn server for the dpaste app" @@ -7,7 +7,7 @@ description="GUnicorn server for the dpaste app" depend() { need localmount after nginx - after postgresql-9.2 + after postgresql-9.3 }