[Pkg-erlang-commits] r1217 - in couchdb/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Tue Mar 9 18:56:55 UTC 2010
Author: sgolovan
Date: 2010-03-09 18:56:55 +0000 (Tue, 09 Mar 2010)
New Revision: 1217
Modified:
couchdb/trunk/debian/changelog
couchdb/trunk/debian/patches/init.patch
Log:
[couchdb]
* Changed distribution in changelog.
* Fixed unset bug in init script.
Modified: couchdb/trunk/debian/changelog
===================================================================
--- couchdb/trunk/debian/changelog 2010-03-09 16:25:06 UTC (rev 1216)
+++ couchdb/trunk/debian/changelog 2010-03-09 18:56:55 UTC (rev 1217)
@@ -1,4 +1,4 @@
-couchdb (0.10.1-2) UNRELEASED; urgency=low
+couchdb (0.10.1-2) unstable; urgency=low
[ Elliot Murphy ]
* Updated debian/control, added Elliot to Uploaders
@@ -17,7 +17,7 @@
systems will have it installed with the base system, but it's required and
not essential. (closes: #569965)
- -- Sam Bisbee <sbisbee at computervip.com> Sun, 28 Feb 2010 04:16:08 -0500
+ -- Sam Bisbee <sbisbee at computervip.com> Tue, 09 Mar 2010 21:55:59 +0300
couchdb (0.10.1-1) unstable; urgency=low
Modified: couchdb/trunk/debian/patches/init.patch
===================================================================
--- couchdb/trunk/debian/patches/init.patch 2010-03-09 16:25:06 UTC (rev 1216)
+++ couchdb/trunk/debian/patches/init.patch 2010-03-09 18:56:55 UTC (rev 1217)
@@ -37,7 +37,7 @@
+ fi
+
+ pid=`cat $pidFile`
-+ unset $pidFile
++ #unset $pidFile
+ [ -z "$pid" ] && return $SCRIPT_OK
+
command="$COUCHDB -d"
More information about the Pkg-erlang-commits
mailing list