Bugs item #1656081, was opened at 2007-02-09 09:07
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=1656081&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 devel
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ovidiu Sas (osas)
Assigned to: Nobody/Anonymous (nobody)
Summary: openserctl issues

Initial Comment:
On some systems, the "-n" switch is mandatory.
Please update the openserctl.base:

$ diff -Naur openserctl.base openserctl.base.orig
--- openserctl.base     2007-02-09 09:01:31.000000000 -0500
+++ openserctl.base.orig        2007-02-09 09:01:04.000000000 -0500
@@ -70,7 +70,7 @@
                echo "error: 'TAIL' tool not found: set TAIL variable to 
correct tool path"
                exit
        fi
-       LAST_LINE="$TOOLPATH -n -1"
+       LAST_LINE="$TOOLPATH -1"
 fi
 if [ -z "$EXPR" ] ; then
        locate_tool expr


also, if the MySQL tables are created without serweb, openserclt add ... is 
failing (see the following error):

ERROR 1054 (42S22) at line 1: Unknown column 'phplib_id' in 'field list'

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

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

_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to