Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6267] cast not fulfilling depencies

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 6267] cast not fulfilling depencies
  • Date: Sun, 29 Feb 2004 17:15:00 -0500

http://bugs.sourcemage.org/show_bug.cgi?id=6267





------- Additional Comments From pmahon AT sourcemage.org 2004-02-29 17:14
-------
awk -F: '{if(NF==6 && ($3!="on" || $3!="off" || $3!="providedby") &&
($4!="optional" || $4!="required")) print $0;}' /var/state/sorcery/depends

That will dump out lines that match the proper expression. You can, of course,
reverse the logic to get all non-matching lines.

82kb? That's a little extreme. Like about 4 time bigger than it should be.
I'll
see if I can make a one liner that'll remove duplicate lines. That may another
problem.

Eventualy, I hope to have a suite of things to check and fix the integrity of
the sorcery files, which will use most of these statements here.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page