Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 13323] 65534 missing from $GRIMOIRE/groups

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 13323] 65534 missing from $GRIMOIRE/groups
  • Date: 11 Dec 2006 00:56:23 -0000

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





------- Additional Comments From qwnsknight AT gmail.com 2006-12-10 18:56
-------
Maybe an accounts/groups sanity check during either a sorcery update. (or more
likely more appropriately during a scribe update/add).

sample that can be worked into something more elegant.

# released under GPL :)
grep -e '[a-zA-Z]' accounts|cut -f3 -d: | (while read GID_CHECK;do grep -q
$GID_CHECK groups;RETURN=$?;if [ $RETURN != '0' ]; then echo "$GID_CHECK is an
invalid group listed in account";exit;fi;done)


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- 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