Patches item #1852909, was opened at 2007-12-18 03:23 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: None Group: None 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 _______________________________________________ Devel mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/devel
