Patches item #1852909, was opened at 2007-12-18 08:23 Message generated for change (Comment added) made by henningw 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: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Sergio Gutierrez (saguti) >Assigned to: Henning Westerholt (henningw) 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 ---------------------------------------------------------------------- >Comment By: Henning Westerholt (henningw) Date: 2008-02-13 09:33 Message: Logged In: YES user_id=337916 Originator: NO Thank you for the report, i've applied the change you've suggested. Commited in rev 3697. Henning ---------------------------------------------------------------------- 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
