[26819] in Athena Bugs
Re: linux 9.4.26: add
daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Apr 10 15:35:13 2006
From: Greg Hudson <ghudson@mit.edu>
To: Kevin Chen <kchen@mit.edu>
In-Reply-To: <200604101927.k3AJR4Vr018033@scyther.mit.edu>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Date: Mon, 10 Apr 2006 15:33:27 -0400
Message-Id: <1144697607.3794.43.camel@egyptian-gods.mit.edu>
Mime-Version: 1.0
X-Spam-Score: 1.217
X-Spam-Level: * (1.217)
X-Spam-Flag: NO
Cc: bugs@mit.edu
Errors-To: bugs-bounces@mit.edu
This is a known bug; root runs with default add flags of "-a -h -n"
which causes command-line add flags to be parsed as attach flags, rather
than add flags. Possible fixes include creating some kind of end
delimiter for the -a add flag, or making default add flags parse after
command-line flags rather than before. (But the latter option may have
some of its own issues.)
However, we've treated this as low priority because we don't encourage
people to do day-to-day work as root.