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: Eric Sandall <eric AT sandall.us>
  • To: SM-Commit <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by David Kowis (c8bb2e2978170066f2fef8f02debd7b71fbe8a0d)
  • Date: Mon, 13 Nov 2006 16:43:12 -0800

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?

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us | http://www.sourcemage.org/
http://eric.sandall.us/ | SysAdmin @ Shock Physics @ WSU
http://counter.li.org/ #196285 | http://www.shock.wsu.edu/




Archive powered by MHonArc 2.6.24.

Top of Page