Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e70bf15c04d5b765a31e0b254701de242d3c352c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <jblosser-smgl AT firinn.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e70bf15c04d5b765a31e0b254701de242d3c352c)
  • Date: Sat, 3 Feb 2007 18:48:49 -0600

On Feb 03, Thomas Orgis [scm AT mail.sourcemage.org] wrote:
> GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:
>
> smgl/init.d/DETAILS | 2 +-
> smgl/init.d/HISTORY | 3 +++
> smgl/init.d/files/smgl_telinit | 3 ++-
> 3 files changed, 6 insertions(+), 2 deletions(-)
>
> New commits:
> commit e70bf15c04d5b765a31e0b254701de242d3c352c
> Author: Thomas Orgis <sobukus AT sourcemage.org>
> Commit: Thomas Orgis <sobukus AT sourcemage.org>
>
> init.d: fixing bug 13015, be persistent when disabling init scripts

This doesn't fix 13015, though your last commit did.

> + this is version 2.2.2 for keeping consistency

I'm not one who really cares about version numbers but you just bumped it
to 2.2.1 and only really changed 1 line between now and then.

> 2007-01-30 Juuso Alasuutari <iuso AT sourcemage.org>
> * DEPENDS: Depend on udev-old instead of udev only when absolutely
> diff --git a/smgl/init.d/files/smgl_telinit b/smgl/init.d/files/smgl_telinit
> index 3fc8022..e1153ee 100755
> --- a/smgl/init.d/files/smgl_telinit
> +++ b/smgl/init.d/files/smgl_telinit
> @@ -70,7 +70,8 @@ run_disable()
> local RL="$(echo $FILE | sed -e 's!^.*/%\(.*\)/.*$!\1!')"
> if display-services | grep -q "^%$RL" ; then
> echo "Stopping script $i because it was disabled within a
> running runlevel."
> - run_script "$i" "$i" stop && { initctl -c "$i" || true ; } ||
> exit 1
> + run_script "$i" "$i" stop && { initctl -c "$i" || true ; } ||
> + echo 'Hm, failed to properly stop the script - is that the
> reason for you to disable it?'
> else
> echo "Not stopping script $i because it was disabled within a
> non-running runlevel."
> fi

Attachment: pgpyoC9n9n_w5.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page