Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] BZR Change 6 to stage-root sorcery by David Brown <dmlb2000@dmlb2004>

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: bzr AT fawkes.sourcemage.org
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] BZR Change 6 to stage-root sorcery by David Brown <dmlb2000@dmlb2004>
  • Date: Mon, 10 Apr 2006 10:45:34 -0500

------------------------------------------------------------
revno: 6
committer: David Brown <dmlb2000@dmlb2004>
branch nick: stage-root
timestamp: Sun 2006-04-09 11:40:41 -0700
message:
added confmeld script initial commit has basic usage setup and that's about
it
=== added file 'usr/sbin/confmeld'
--- /dev/null
+++ usr/sbin/confmeld
@@ -0,0 +1,30 @@
+#!/bin/bash
+#---------------------------------------------------------------------
+## @Synopsis cast is the spell installation utility. It can be called by the
user or by sorcery
+## @Copyright Original version Copyright 2001 by Kyle Sallee
+## @Copyright Some parts copyright 2002 Anders Bruun Olsen et al
+## @Copyright Other additions/corrections Copyright 2002 by the Source Mage
Team
+## Script to cast spells.
+#---------------------------------------------------------------------
+
+#-----
+## Help... hmm... I wonder what it does...
+#-----
+function help()
+{
+ cat << EOF
+
+Melds the staged config files from $CONFIG_STAGE_DIRECTORY
+
+Example: confmeld
+
+Optional Parameters:
+
+ None at the moment
+
+EOF
+ exit 1
+}
+
+. /etc/sorcery/config
+help




  • [SM-Commit] BZR Change 6 to stage-root sorcery by David Brown <dmlb2000@dmlb2004>, bzr, 04/10/2006

Archive powered by MHonArc 2.6.24.

Top of Page