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 }