Package: spread Version: 3.17.4-2 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid ubuntu-patch
In Ubuntu, we've applied the attached patch to achieve the following: * debian/spread.init: /var/run/spread created by by the init script if it does not exist. We thought you might be interested in doing the same.
diff -u spread-3.17.4/debian/changelog spread-3.17.4/debian/changelog --- spread-3.17.4/debian/changelog +++ spread-3.17.4/debian/changelog @@ -1,3 +1,12 @@ +spread (3.17.4-2ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes (LP: #238676): + - debian/spread.init: + + /var/run/spread created by the init script if it + does not exist. + + -- Nathan Handler <[EMAIL PROTECTED]> Fri, 20 Jun 2008 09:34:25 -0500 + spread (3.17.4-2) unstable; urgency=low [ Michael Mende ] @@ -14,6 +23,17 @@ -- Michael Mende <[EMAIL PROTECTED]> Sun, 9 Mar 2008 13:22:16 +0100 +spread (3.17.4-1ubuntu1) hardy; urgency=low + + * Merge from Debian unstable, remaining changes: + - debian/spread.init: + + /var/run/spread created by the init script if it + does not exist. + - debian/control: + + Update maintainer field. + + -- Michele Angrisano <[EMAIL PROTECTED]> Thu, 07 Feb 2008 18:43:02 +0100 + spread (3.17.4-1) unstable; urgency=low [ Michael Mende ] @@ -26,12 +46,33 @@ -- Frederik Schüler <[EMAIL PROTECTED]> Sat, 26 Jan 2008 14:03:30 +0100 +spread (3.17.3-5ubuntu2) hardy; urgency=low + + * Modify Maintainer value because of the DebianMaintainerField + specification. + + -- Siegfried-Angel Gevatter Pujals (RainCT) <[EMAIL PROTECTED]> Thu, 31 Jan 2008 16:52:28 +0100 + +spread (3.17.3-5ubuntu1) feisty; urgency=low + + * Merge from debian unstable: /var/run/spread created by the init script if + it does not exist. + + -- Jeremie Corbier <[EMAIL PROTECTED]> Fri, 17 Nov 2006 20:14:50 -0800 + spread (3.17.3-5) unstable; urgency=low * debian/spread.postrm: userdel if command available (Closes: #391466) -- Michael Mende <[EMAIL PROTECTED]> Sun, 8 Oct 2006 12:03:03 +0200 +spread (3.17.3-4ubuntu1) edgy; urgency=low + + * Merge from debian unstable: + -> /var/run/spread created by the init script if it does not exist. + + -- Jeremie Corbier <[EMAIL PROTECTED]> Fri, 22 Sep 2006 19:49:11 -0700 + spread (3.17.3-4) unstable; urgency=low * CVE-2006-3118: insecure temporary file handling (Closes: #375617) @@ -40,6 +81,12 @@ -- Michael Mende <[EMAIL PROTECTED]> Sun, 10 Sep 2006 12:13:43 +0200 +spread (3.17.3-3ubuntu1) edgy; urgency=low + + * Merge from debian unstable. + + -- Jeremie Corbier <[EMAIL PROTECTED]> Sun, 9 Jul 2006 01:01:02 +0200 + spread (3.17.3-3) unstable; urgency=low * New maintainer team. (Closes: #280087) @@ -53,6 +100,13 @@ -- Andrew Pollock <[EMAIL PROTECTED]> Thu, 16 Mar 2006 23:57:22 -0800 +spread (3.17.3-1ubuntu1) dapper; urgency=low + + * debian/spread.init: the init script makes sure /var/run/spread exists + (Closes: Malone #45387). + + -- Jeremie Corbier <[EMAIL PROTECTED]> Thu, 18 May 2006 15:34:01 +0200 + spread (3.17.3-1) unstable; urgency=high * New upstream release. @@ -159,0 +214 @@ + diff -u spread-3.17.4/debian/spread.init spread-3.17.4/debian/spread.init --- spread-3.17.4/debian/spread.init +++ spread-3.17.4/debian/spread.init @@ -37,6 +37,8 @@ test "$ENABLED" != "0" || exit 0 +test -d `dirname $PIDFILE` || mkdir -p `dirname $PIDFILE` + case "$1" in start) echo -n "Starting $DESC: "
signature.asc
Description: This is a digitally signed message part