[arch-commits] Commit in mythtv/trunk (mythbackend)

Juergen Hoetzel juergen at archlinux.org
Sun Nov 8 23:09:47 UTC 2009


    Date: Sunday, November 8, 2009 @ 18:09:47
  Author: juergen
Revision: 58561

typo in sourcing config file

Modified:
  mythtv/trunk/mythbackend

-------------+
 mythbackend |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: mythbackend
===================================================================
--- mythbackend	2009-11-08 23:05:14 UTC (rev 58560)
+++ mythbackend	2009-11-08 23:09:47 UTC (rev 58561)
@@ -31,7 +31,7 @@
 PIDFILE=/var/run/mythbackend.pid
 
 if [[ -f ${CONFIG_FILE} ]]; then
-    . ${CONFI_FILE}
+    . ${CONFIG_FILE}
 fi
 
 pid="$(cat ${PIDFILE} 2>/dev/null || pidof mythbackend)";




More information about the arch-commits mailing list