[Mono-bugs] [Bug 80309][Nor] New - mono-service / mono-service2 start script minor issue + enhancement request
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Dec 18 17:23:47 EST 2006
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 iceh at gmx.de.
http://bugzilla.ximian.com/show_bug.cgi?id=80309
--- shadow/80309 2006-12-18 17:23:46.000000000 -0500
+++ shadow/80309.tmp.486 2006-12-18 17:23:47.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 80309
+Product: Mono: Runtime
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: iceh at gmx.de
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mono-service / mono-service2 start script minor issue + enhancement request
+
+Description of Problem:
+
+- Minor issues in mono-service
+
+Current Mono SVN has some minor issues in "mono-service" and
+"mono-service2"
+
+1) "mono-service2" is create from the same
+"./mono/scripts/mono-service.in" file.
+
+exec @bindir@/@mono_interp@ $MONO_OPTIONS
+ at mono_instdir@/@framework_version@/@exe_name at .exe $args </dev/null
+>& /dev/null &
+
+exe_name is expanded to "mono-service2" which is wrong. This also should
+named "mono-service".
+
+2) I would suggest adding some optional --debug or --verbose flag for not
+putting console output to /dev/null and input to /dev/null
+
+3) I would suggest adding some optional --no-daemon flag to suppress the &
+and to keep the process in front of the console.
+
+If this is ok - just ask - I'll send a patch.
More information about the mono-bugs
mailing list