Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 9576] New: mutt needs to create the mail group

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 9576] New: mutt needs to create the mail group
  • Date: Mon, 22 Aug 2005 12:05:31 -0700 (PDT)

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

Summary: mutt needs to create the mail group
Product: Codex
Version: test grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: mail
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: BearPerson AT gmx.net


something in the mutt install wants the "mail" group to be around. Can we get
it
to install it by itself?

if test -f /usr/bin/mutt_dotlock && test xmail != x ; then \
chgrp mail /usr/bin/mutt_dotlock && \
chmod 2755 /usr/bin/mutt_dotlock || \
{ echo "Can't fix mutt_dotlock's permissions!" >&2 ; exit 1 ; } \
fi
chgrp: invalid group name `mail'
Can't fix mutt_dotlock's permissions!

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



  • [SM-Grimoire-Bugs] [Bug 9576] New: mutt needs to create the mail group, bugzilla-daemon, 08/22/2005

Archive powered by MHonArc 2.6.24.

Top of Page