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: "Andraž 'ruskie' Levstik" <ruskie AT codemages.net>
  • To: <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6df687ae770f6eaae9110affb13cd66c5aef68fa)
  • Date: Tue, 05 Aug 2008 13:12:23 +0200

On 13:10:27 2008-08-05 flux <flux AT sourcemage.org> wrote:
> 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.
>

Correct... but that's still devel sorcery only... I'll be glad once we can
get rid of such workarounds...

--
Andraž "ruskie" Levstik
Source Mage GNU/Linux Games grimoire guru
Geek/Hacker/Tinker

Be sure brain is in gear before engaging mouth.
Quis custodiet ipsos custodies.
Ryle hira.

Key id = F4C1F89C
Key fingerprint = 6FF2 8F20 4C9D DB36 B5B6 F134 884D 72CC F4C1 F89C





Archive powered by MHonArc 2.6.24.

Top of Page