[SM-Commit] GIT changes to master grimoire by David Brown (80502596b8d199b88b855f063c6058b1e81b3a38)

David Brown scm at sourcemage.org
Fri Apr 20 20:04:29 EDT 2007


GIT changes to master grimoire by David Brown <dmlb2000 at gmail.com>:

 gnome2-apps/system-tools-backends/HISTORY                      |    4 ++++
 gnome2-apps/system-tools-backends/init.d/system-tools-backends |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 80502596b8d199b88b855f063c6058b1e81b3a38
Author: David Brown <dmlb2000 at gmail.com>
Commit: David Brown <dmlb2000 at gmail.com>

    system-tools-backends fixed init script to work again with the new version

diff --git a/gnome2-apps/system-tools-backends/HISTORY b/gnome2-apps/system-tools-backends/HISTORY
index a0982c7..c1e7f58 100644
--- a/gnome2-apps/system-tools-backends/HISTORY
+++ b/gnome2-apps/system-tools-backends/HISTORY
@@ -1,3 +1,7 @@
+2007-04-20 David Brown <dmlb2000 at gmail.com>
+	* init.d/system-tools-backends: perl script in /usr/share don't work no
+	  more use /usr/bin/system-tools-backends
+
 2007-03-16 Robin Cook <rcook at wyrms.net>
 	* DETAILS: updated VERSION to 2.2.0
 
diff --git a/gnome2-apps/system-tools-backends/init.d/system-tools-backends b/gnome2-apps/system-tools-backends/init.d/system-tools-backends
index 015071d..0c23dab 100644
--- a/gnome2-apps/system-tools-backends/init.d/system-tools-backends
+++ b/gnome2-apps/system-tools-backends/init.d/system-tools-backends
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-PROGRAM="/usr/share/system-tools-backends-2.0/scripts/SystemToolsBackends.pl"
+PROGRAM="/usr/bin/system-tools-backends"
 RUNLEVEL=5
 NEEDS="smgl-messagebus"
 



More information about the SM-Commit mailing list