Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by David Kowis (c8bb2e2978170066f2fef8f02debd7b71fbe8a0d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <dkowis AT shlrm.org>
  • To: Eric Sandall <eric AT sandall.us>
  • Cc: SM-Commit <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by David Kowis (c8bb2e2978170066f2fef8f02debd7b71fbe8a0d)
  • Date: Wed, 15 Nov 2006 08:36:02 -0600

Eric Sandall wrote:
> David Kowis wrote:
>> GIT changes to master grimoire by David Kowis <dkowis AT raziel.shlrm.org>:
>>
>> utils/dbus/HISTORY | 4 ++++
>> utils/dbus/init.d/smgl-messagebus | 2 ++
>> 2 files changed, 6 insertions(+)
>>
>> New commits:
>> commit c8bb2e2978170066f2fef8f02debd7b71fbe8a0d
>> Author: David Kowis <dkowis AT shlrm.org>
>> Commit: David Kowis <dkowis AT raziel.shlrm.org>
>>
>> dbus
>> Added creation of the machine id using dbud-uuidgen
>> fixes bug 13260
>>
>> diff --git a/utils/dbus/HISTORY b/utils/dbus/HISTORY
>> index f618d5f..a499d96 100644
>> --- a/utils/dbus/HISTORY
>> +++ b/utils/dbus/HISTORY
>> @@ -1,3 +1,7 @@
>> +2006-11-13 David Kowis <dkowis AT shlrm.org>
>> + * DETAILS: added creation of the machine uuid to the init script
>> + Fixes bug 13260
>> +
>> 2006-11-10 Treeve Jelbert <treeve AT pi.be>
>> * DETAILS: version 1.0.0
>>
>> diff --git a/utils/dbus/init.d/smgl-messagebus
>> b/utils/dbus/init.d/smgl-messagebus
>> index 4d638fd..32e6c9f 100755
>> --- a/utils/dbus/init.d/smgl-messagebus
>> +++ b/utils/dbus/init.d/smgl-messagebus
>> @@ -11,6 +11,8 @@ start() {
>> echo "Starting system message bus..."
>> mkdir -p /var/run/dbus
>> loadproc $PROGRAM $ARGS
>> + echo "Creating dbus machine uuid..."
>> + /usr/bin/dbus-uuidgen --ensure
>> }
>>
>> stop() {
>
> Doesn't this fix warrant a PATCHLEVEL increment?
>

Hmm, probably. I'll do that.

David

Attachment: signature.asc
Description: OpenPGP digital signature




Archive powered by MHonArc 2.6.24.

Top of Page