Project

General

Profile

Actions

Bug #2371

open

epgd-tool: Zeile 16: mysqld=mariadb: Kommando nicht gefunden.

Added by marco over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Start date:
04/06/2016
Due date:
% Done:

0%

Estimated time:

Description

epgd-tool wird unter Fedora nicht ausgeführt, da der Variablen Wert falsch gesetzt wird.
Bitte Patch anwenden.

--- epgd-tool.orig    2016-04-06 08:33:01.175264447 +0200
+++ epgd-tool    2016-04-06 08:33:18.189908512 +0200
@@ -13,7 +13,7 @@
 if [ $DISTRI == Fedora ] ; then
   MY_CNF="/etc/my.cnf" 
   if [ $RELEASE -gt 21 ] ; then
-    "$MY_DB_SV"="mariadb" 
+    MY_DB_SV="mariadb" 
   fi
 fi 

Actions #1

Updated by horchi over 8 years ago

  • Status changed from New to Resolved

erledigt, der Author vom epgd-tool ist übrigens 3po, ich habs mal geändert denke das ist für ihn okay

Actions #2

Updated by marco over 8 years ago

horchi wrote:

erledigt, der Author vom epgd-tool ist übrigens 3po, ich habs mal geändert denke das ist für ihn okay

Hallo,
du hast leider den Patch nicht genau so übernommen, wie ich es gern wollte.
In Zeile 16 sollte
MY_DB_SV="mariadb"
stehen und nicht
$MY_DB_SV="mariadb"

bitte nochmals nachbessern, Danke.

Actions #3

Updated by horchi over 8 years ago

erledigt

Actions

Also available in: Atom PDF