[OpenSER-Devel] [ openser-Patches-1852909 ] openserdbctl.mysql scripts fails when using egrep in Solaris

SourceForge.net noreply at sourceforge.net
Tue Dec 18 08:25:30 UTC 2007


Patches item #1852909, was opened at 2007-12-18 03:23
Message generated for change (Settings changed) made by saguti
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1852909&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: ver 1.3.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sergio Gutierrez (saguti)
Assigned to: Nobody/Anonymous (nobody)
Summary: openserdbctl.mysql scripts fails when using egrep in Solaris

Initial Comment:
Standard egrep(1) command in Solaris does not have the -w option intended to report matches which form exact words.

As in openserdbctl.mysql regular expression matches are not performed, this script could use grep instead egrep; grep does have the -w option.

This issue is not presented in Solaris has the GNU packages utilites instaled, and those utilites are found first in PATH

A patch is provided, which changes the value of variable 
GREP

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

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



More information about the Devel mailing list