From: Alp Toker Date: Thu, 20 Apr 2006 23:11:37 +0000 (-0000) Subject: 2006-04-21 Alp Toker X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=9c38a62365abfe61a5f67dc7ef2ec5c25f304f2e;p=mono.git 2006-04-21 Alp Toker * scripts/mono-service.in: Usage info fixes: Lock file was referred to as .log instead of .lock. Fixes #75724. $0 was in single-quoted, so not interpreted. svn path=/trunk/mono/; revision=59719 --- diff --git a/ChangeLog b/ChangeLog index b3ed9f62e6f..34ebf62e363 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-21 Alp Toker + + * scripts/mono-service.in: Usage info fixes: + Lock file was referred to as .log instead of .lock. Fixes #75724. + $0 was in single-quoted, so not interpreted. + 2006-04-13 Chris Toshok * data/net_2_0/machine.config: add system.data section listing the diff --git a/scripts/mono-service.in b/scripts/mono-service.in index 4d142ad5c7f..cac692f7723 100644 --- a/scripts/mono-service.in +++ b/scripts/mono-service.in @@ -12,10 +12,10 @@ done if test x$assembly = x; then echo You must specify at least the assembly name echo - echo 'Usage is: $0 [options] service' + echo "Usage is: $0 [options] service" echo echo ' -d: Working directory' - echo ' -l: Lock file (default is /tmp/.log)' + echo ' -l: Lock file (default is /tmp/.lock)' echo ' -m: Name to show in syslog' echo ' -n: Name of service to start (default is first defined)' echo