Bugs item #1529628, was opened at 2006-07-27 15:02 Message generated for change (Comment added) made by miconda You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1529628&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: core Group: ver devel >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Norman Brandinger (goestelecom) >Assigned to: Daniel-Constantin Mierla (miconda) Summary: openserctl fixes Initial Comment: Mahesh Paolini-Subramanya found a couple of problems in openserctl that was described in the following thread: http://openser.org/pipermail/devel/2006- July/003490.html I put together a patch that addresses the issues identified. The patch is attached. For future reference, creating a patch is a pretty simple three step process. 1. Make a copy of the original source: cp openserctl openserctl.orig 2. Update the source: vi openserctl 3. Create a patch file diff -u openserctl.orig openserctl > openserctl.patch Note that there are many ways to create patches, the above works for me and is quick and simple (for single file patches). Regards, Norm ---------------------------------------------------------------------- >Comment By: Daniel-Constantin Mierla (miconda) Date: 2006-07-27 18:47 Message: Logged In: YES user_id=1246013 Applied on CVS ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1529628&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
