SOURCES: mythtv-sbinpath.patch (NEW) - move programs not useful fo...

glen glen at pld-linux.org
Sun Feb 5 15:36:23 CET 2006


Author: glen                         Date: Sun Feb  5 14:36:23 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- move programs not useful for users to sbin

---- Files affected:
SOURCES:
   mythtv-sbinpath.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mythtv-sbinpath.patch
diff -u /dev/null SOURCES/mythtv-sbinpath.patch:1.1
--- /dev/null	Sun Feb  5 15:36:23 2006
+++ SOURCES/mythtv-sbinpath.patch	Sun Feb  5 15:36:18 2006
@@ -0,0 +1,55 @@
+--- mythtv/libs/libmythtv/jobqueue.cpp~	2005-12-21 00:35:51.000000000 +0200
++++ mythtv/libs/libmythtv/jobqueue.cpp	2006-02-05 16:17:49.000000000 +0200
+@@ -2008,7 +2008,7 @@
+     gContext->LogEntry("commflag", LP_NOTICE, msg, logDesc);
+ 
+     int breaksFound = 0;
+-    QString path = gContext->GetInstallPrefix() + "/bin/mythcommflag";
++    QString path = gContext->GetInstallPrefix() + "/sbin/mythcommflag";
+     QString cmd = QString("%1 -j %2 -V %3")
+                           .arg(path).arg(jobID).arg(print_verbose_messages);
+ 
+--- mythtv/programs/mythcommflag/mythcommflag.pro~	2005-10-18 02:33:37.000000000 +0300
++++ mythtv/programs/mythcommflag/mythcommflag.pro	2006-02-05 16:20:01.000000000 +0200
+@@ -4,7 +4,7 @@
+ 
+ TEMPLATE = app
+ CONFIG += thread
+-target.path = $${PREFIX}/bin
++target.path = $${PREFIX}/sbin
+ INSTALLS = target
+ 
+ QMAKE_CLEAN += $(TARGET)
+--- mythtv/programs/mythbackend/mythbackend.pro~	2006-01-29 18:32:00.000000000 +0200
++++ mythtv/programs/mythbackend/mythbackend.pro	2006-02-05 16:20:52.000000000 +0200
+@@ -6,7 +6,7 @@
+ TEMPLATE = app
+ CONFIG += thread
+ TARGET = mythbackend
+-target.path = $${PREFIX}/bin
++target.path = $${PREFIX}/sbin
+ INSTALLS = target
+ 
+ QMAKE_CLEAN += $(TARGET)
+--- mythtv/programs/mythjobqueue/mythjobqueue.pro~	2005-10-18 02:33:36.000000000 +0300
++++ mythtv/programs/mythjobqueue/mythjobqueue.pro	2006-02-05 16:21:08.000000000 +0200
+@@ -4,7 +4,7 @@
+ 
+ TEMPLATE = app
+ CONFIG += thread
+-target.path = $${PREFIX}/bin
++target.path = $${PREFIX}/sbin
+ INSTALLS = target
+ 
+ QMAKE_CLEAN += $(TARGET)
+--- mythtv/programs/mythlcdserver/mythlcdserver.pro~	2005-10-18 02:33:38.000000000 +0300
++++ mythtv/programs/mythlcdserver/mythlcdserver.pro	2006-02-05 16:21:25.000000000 +0200
+@@ -5,7 +5,7 @@
+ TEMPLATE = app
+ CONFIG += thread
+ TARGET = mythlcdserver
+-target.path = $${PREFIX}/bin
++target.path = $${PREFIX}/sbin
+ 
+ INSTALLS += target
+ 
================================================================


More information about the pld-cvs-commit mailing list