[Devel] [ openser-Bugs-1540132 ] Solaris openserctl.base script error

SourceForge.net noreply at sourceforge.net
Tue Aug 15 14:35:34 CEST 2006


Bugs item #1540132, was opened at 2006-08-14 20:28
Message generated for change (Comment added) made by miconda
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1540132&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: tools
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Samwise (samwiseuk)
>Assigned to: Daniel-Constantin Mierla (miconda)
Summary: Solaris openserctl.base script error

Initial Comment:
Lines 135 and 136 in
/usr/local/lib64/openser/openserctl/openserctl.base:

OSERUSER=`echo $1|$AWK -F @ '{print $1}'`
OSERDOMAIN=`echo $1|$AWK -F @ '{print $2}'`

need the space removing before the @ sign.  Solaris 9
awk does not allow whitespace before the parameter,
else it errors and drops out:

awk: syntax error near line 1
awk: bailing out near line 1

This was discovered with the rel_1_1_0 branch checked
out from CVS.

----------------------------------------------------------------------

>Comment By: Daniel-Constantin Mierla (miconda)
Date: 2006-08-15 15:35

Message:
Logged In: YES 
user_id=1246013

This was fixed in the past, but reintroduced by me by
mistake. Foxed again on cvs.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1540132&group_id=139143



More information about the Devel mailing list