[Devel] [ openser-Bugs-1370925 ] mysqldb.sh using old subdirectory
name
SourceForge.net
noreply at sourceforge.net
Thu Dec 1 15:46:38 CET 2005
Bugs item #1370925, was opened at 2005-12-01 14:46
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=1370925&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
Submitted By: Norman Brandinger (goestelecom)
Assigned to: Nobody/Anonymous (nobody)
Summary: mysqldb.sh using old subdirectory name
Initial Comment:
Below is a patch to update where initialization parms
are looked for. Note that a similar problem exists in
scripts/postgresqldb.sh
--- scripts/mysqldb.sh Wed Nov 30 16:44:10 2005
+++ /root/bin/openser_mysql.sh Thu Dec 1 09:15:59 2005
@@ -23,8 +23,8 @@
# include resource files, if any
-if [ -f /etc/ser/.opensermysqlrc ]; then
- . /etc/ser/.opensermysqlrc
+if [ -f /etc/openser/.opensermysqlrc ]; then
+ . /etc/openser/.opensermysqlrc
fi
if [ -f /usr/local/etc/openser/.opensermysqlrc ]; then
. /usr/local/etc/openser/.opensermysqlrc
Regards,
Norm
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1370925&group_id=139143
More information about the Devel
mailing list