Skip to Content.
Sympa Menu

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

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 (0ac651efc1d7f20e182c8dfd117249370a09fc41)
  • Date: Fri, 26 Jan 2007 01:03:56 -0600

Looking at this more closely...

On Jan 25, Thomas Orgis [scm AT mail.sourcemage.org] wrote:
> -
> +# skip the samples that clobber up /etc
> +#rm -rf samples &&
> +sedit 's/\(SUBDIRS = lib daemon modules man\) samples/\1/' Makefile.rules
> &&

Where were these going? It was installing raw samples to /etc/ ? Should
we just move them to the doc dir for this spell?

> +# together with disabling the samples subdir, we should now
> +# _not_ delete the admin's config on every cast
> for FILE in auto.home auto.master auto.misc
> -do [ -f /etc/$FILE ] || cp $SCRIPT_DIRECTORY/$FILE /etc
> +do install_config_file "$SCRIPT_DIRECTORY/$FILE" "$INSTALL_ROOT/etc/$FILE"
> done

I'm not saying that old one was the right way, but that should not have
been able to overwrite existing files...

Attachment: pgpjioSLwyxCQ.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page