Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6df687ae770f6eaae9110affb13cd66c5aef68fa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: flux <flux AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6df687ae770f6eaae9110affb13cd66c5aef68fa)
  • Date: Tue, 5 Aug 2008 07:10:27 -0400

Vlad Glagolev (scm AT sourcemage.org) wrote [08.08.05 06:59]:
> GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:
>
> disk/udev/HISTORY | 3 +++
> disk/udev/PRE_BUILD | 4 +++-
> 2 files changed, 6 insertions(+), 1 deletion(-)
>
> New commits:
> commit 6df687ae770f6eaae9110affb13cd66c5aef68fa
> Author: Vlad Glagolev <stealth AT sourcemage.org>
> Commit: Vlad Glagolev <stealth AT sourcemage.org>
>
> udev: don't trash existent udev.conf by installing the default one with
> Makefile, see #14622
>
> diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
> index e6f5d4d..7d940dd 100644
> --- a/disk/udev/HISTORY
> +++ b/disk/udev/HISTORY
> @@ -1,3 +1,6 @@
> +2008-08-05 Vlad Glagolev <stealth AT sourcemage.org>
> + * PRE_BUILD: don't trash existent udev.conf
> +
> 2008-08-03 Vlad Glagolev <stealth AT sourcemage.org>
> * DETAILS: updated spell to 126
> * BUILD, CONFIGURE, DEPENDS, INSTALL: autotools are used instead of
> make
> diff --git a/disk/udev/PRE_BUILD b/disk/udev/PRE_BUILD
> index fd37c04..93edf7b 100755
> --- a/disk/udev/PRE_BUILD
> +++ b/disk/udev/PRE_BUILD
> @@ -14,4 +14,6 @@ if [[ VER2 < 6 || VER2 == 6 && VER3 < 15 ]]; then
> else
> default_pre_build &&
> cd "$SOURCE_DIRECTORY"
> -fi
> +fi &&
> +
> +sed -i "s:install-udevconfDATA::g" Makefile.in
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit

Won't this just not install the conf at all? What if it's the first time
udev is being installed? What if the user WANTS the conf to be
overwritten? I thought sorcery had conf-meld for this purpose.

--
Justin "flux" Boffemmyer
Cauldron wizard and general mage
Source Mage GNU/Linux
http://www.sourcemage.org

Attachment: pgp64f6UA8FSW.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page