[Pkg-erlang-commits] r1197 - couchdb/trunk/debian/patches
sbisbee-guest at alioth.debian.org
sbisbee-guest at alioth.debian.org
Sun Feb 28 02:07:56 UTC 2010
Author: sbisbee-guest
Date: 2010-02-28 02:07:50 +0000 (Sun, 28 Feb 2010)
New Revision: 1197
Modified:
couchdb/trunk/debian/patches/init.patch
Log:
replacing bad hard coding with variable
Modified: couchdb/trunk/debian/patches/init.patch
===================================================================
--- couchdb/trunk/debian/patches/init.patch 2010-02-27 07:28:45 UTC (rev 1196)
+++ couchdb/trunk/debian/patches/init.patch 2010-02-28 02:07:50 UTC (rev 1197)
@@ -36,7 +36,7 @@
fi
+
+ # Need to record here, before the file gets wiped.
-+ pid=`cat /var/run/couchdb/couchdb.pid`
++ pid=`cat $RUN_DIR/couchdb.pid`
+
if test -n "$COUCHDB_USER"; then
- if su $COUCHDB_USER -c "$command" > /dev/null; then
More information about the Pkg-erlang-commits
mailing list