Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Andrew Stitt (2bfd02a3d7cc95416a91a8194296e743537f96e7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andrew Stitt <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Andrew Stitt (2bfd02a3d7cc95416a91a8194296e743537f96e7)
  • Date: Wed, 15 Nov 2006 00:46:54 -0600

GIT changes to master sorcery by Andrew Stitt <astitt AT sourcemage.org>:

ChangeLog | 4 ++++
var/lib/sorcery/protected | 1 +
2 files changed, 5 insertions(+)

New commits:
commit 2bfd02a3d7cc95416a91a8194296e743537f96e7
Author: Andrew Stitt <astitt AT sourcemage.org>
Commit: Andrew Stitt <astitt AT sourcemage.org>

protect facilities, addendum to bug 13123

diff --git a/ChangeLog b/ChangeLog
index 52ba488..40360f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
2006-11-14 Andrew Stitt <astitt AT sourcemage.org>
+ * protected: protect /etc/sysconfig/facilities to smooth over
+ the bumps from bug 13123.
+
+2006-11-14 Andrew Stitt <astitt AT sourcemage.org>
* libtrack: add initialization function so modified files list
is always known rather than being created on-demand.
* cast: initialize libtrack. This fixes bug 13123.
diff --git a/var/lib/sorcery/protected b/var/lib/sorcery/protected
index 47ea3e8..24ecff6 100755
--- a/var/lib/sorcery/protected
+++ b/var/lib/sorcery/protected
@@ -43,6 +43,7 @@
^/etc/ssl/certs/
^/etc/sudoers$
^/etc/services$
+^/etc/sysconfig/facilities$
^/etc/protocols$
^/lib/modules
^/lib/ld\.so\.1$



  • [SM-Commit] GIT changes to master sorcery by Andrew Stitt (2bfd02a3d7cc95416a91a8194296e743537f96e7), Andrew Stitt, 11/15/2006

Archive powered by MHonArc 2.6.24.

Top of Page