[Mono-bugs] [Bug 73451][Min] New - gacutil should be quiet
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Mar 2005 18:02:34 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by michi@zeroc.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73451
--- shadow/73451 2005-03-07 18:02:34.000000000 -0500
+++ shadow/73451.tmp.11015 2005-03-07 18:02:34.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 73451
+Product: Mono: Runtime
+Version: 1.0
+OS: Red Hat 8.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: michi@zeroc.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: gacutil should be quiet
+
+Running
+
+gacutil -i glaciercs.dll
+
+produces the output:
+
+glacier2cs installed into the gac (/usr/lib/mono/gac)
+
+Like any other UNIX command, gacutil should be quiet when it works and
+only say something when it doesn't work. The noise is annoying,
+particularly when gacutil is run from an RPM install or other kind of
+script, because I have to redirect output to /dev/null to avoid getting
+spurious output.
+
+Cheers,
+
+Michi.