Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 4056] failure snort-2.0.0 sancho:200308211319

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 4056] failure snort-2.0.0 sancho:200308211319
  • Date: Thu, 19 Feb 2004 11:53:48 -0500

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





------- Additional Comments From acedit AT armory.com 2004-02-19 11:53 -------
just for fun ill post the PREPARE file
message "Creation of ${SPELL} user ${MESSAGE_COLOR} snort ${DEFAULT_COLOR}."

if ! exists_account snort; then
message "${MESSAGE_COLOR} ERROR:${DEFAULT_COLOR} The ${SPELL} user and
group
was not yet defined.";
message "Solution: "
message " echo "snort:121:121" >> /etc/sorcery/accounts"
message " echo "snort:121:" >> /etc/sorcery/groups"
exit 1
else
if [ "`grep 'snort' /etc/passwd`" == "" ]; then
create_account snort
fi
fi

*sigh*



------- 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