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

SourceForge.net noreply at sourceforge.net
Mon Aug 14 19:29:00 CEST 2006


Bugs item #1540132, was opened at 2006-08-14 17:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Samwise (samwiseuk)
Assigned to: Nobody/Anonymous (nobody)
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.

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

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