Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (a469ba5352ffc9177494fe74e3cb6513319b448d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (a469ba5352ffc9177494fe74e3cb6513319b448d)
  • Date: Wed, 23 Jan 2008 10:41:53 -0600

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
usr/share/man/man8/dispel.8 | 17 +++++++++--------
2 files changed, 10 insertions(+), 8 deletions(-)

New commits:
commit a469ba5352ffc9177494fe74e3cb6513319b448d
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

dispel.8: added --total-dispel and fixed some grammar

diff --git a/ChangeLog b/ChangeLog
index a3b9d0d..d785620 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
removed a redundant check in remove_triggers if the transaction
*file*
was a file; if it wasn't, the code would lock the trigger list
forever
fixed bug #13466 - dispel_self was dispelling the triggerer
+ * dispel.8: added --total-dispel and fixed some grammar

2008-01-22 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libstate: moved the subshell from the callers into
query_spell_status and
diff --git a/usr/share/man/man8/dispel.8 b/usr/share/man/man8/dispel.8
index 1cdd4fa..3fa5301 100644
--- a/usr/share/man/man8/dispel.8
+++ b/usr/share/man/man8/dispel.8
@@ -78,14 +78,15 @@ disables handling of "triggers" for this session,
the automatic recasting/dispelling of other spells when
a spell is dispelled.
.SS "--nosustain"
-usually, sorcery will refuse to dispel things it vitally needs
-(gcc, tar, bash, etc.)
+usually, sorcery will refuse to dispel things it vitally needs (gcc, tar,
bash, etc.).
This overrides that protection.
.SS "--noreap"
dispel the spell without removing its files
.SS "--no-reap-depends"
-Dont remove dependency information, do not use this unless you know exactly
+Don't remove dependency information. DO NOT use this unless you know exactly
what you are doing, and dont complain if it breaks your box.
+.SS "--total-dispel"
+Remove everything including config files, even if they were modified.

.SS "--orphan <quad-opt>"
Default action for dispelling a newly orphaned child spell.
@@ -93,7 +94,7 @@ Default action for dispelling a newly orphaned child spell.
Default action for dispelling a dependee of another spell, that is not an
orphan (doing this will break the spells that still depend on it).

.SS "--child <quad-opt>"
-Default action for dispelling a child spell that is either an orphan or
non-orphan.
+Default action for dispelling a child spell that is either an orphan or a
non-orphan.

.SS "--recast-parent <quad-opt>"
If a spell has a child removed from under it, the
@@ -117,7 +118,7 @@ List of regexps that are excluded during a cast or dispel.
.SS /var/lib/sorcery/protected
List of files that will not be removed.
.SS /var/lib/sorcery/sustained
-List of spells that are essential to system, and dispel of is not permitted.
+List of spells that are so essential to system that their dispel is not
permitted.
Casting and upgrading is fine.
.SH ADVANCED USAGE
Remove xfree86, will not be cast again for any reason
@@ -132,15 +133,15 @@ dispel
.B --downgrade
glibc 2.2.3
.SH "NOTES"
-Do not include
+Do not include the
.SM version
or
.SM section
-when specifying a package. To get complete listing of installed software
+when specifying a package. To get a complete listing of the installed
software
packages and versions type
.B gaze installed
.SH "NOTES"
-Downgrade will only rollback to versions that were previously installed.
+Downgrade will only rollback to versions that were previously installed and
have caches available.
It will not download older versions from the Internet.
.SH "AUTHOR"
Original version by Kyle Sallee, and updated Thomas Stewart



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (a469ba5352ffc9177494fe74e3cb6513319b448d), Jaka Kranjc, 01/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page