summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2009-09-26 21:50:10 +0200
committerLadislav Hagara2009-09-26 21:50:10 +0200
commit80de4b7d385a272c1e7c778836adfe0bd35a499e (patch)
tree20a454ee041886bb178b18dafa88efa6e55adea6
parent927a189a2a960712f0b4e8928a2649f8188f15c9 (diff)
system-tools-backends: init script fix
-rwxr-xr-xgnome2-apps/system-tools-backends/DETAILS1
-rw-r--r--gnome2-apps/system-tools-backends/HISTORY4
-rw-r--r--gnome2-apps/system-tools-backends/init.d/system-tools-backends2
3 files changed, 6 insertions, 1 deletions
diff --git a/gnome2-apps/system-tools-backends/DETAILS b/gnome2-apps/system-tools-backends/DETAILS
index 5c03d4c8a9..c4c37bf335 100755
--- a/gnome2-apps/system-tools-backends/DETAILS
+++ b/gnome2-apps/system-tools-backends/DETAILS
@@ -1,5 +1,6 @@
SPELL=system-tools-backends
VERSION=2.8.1
+ PATCHLEVEL=1
BRANCH=`echo ${VERSION}|cut -d . -f 1,2`
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/gnome2-apps/system-tools-backends/HISTORY b/gnome2-apps/system-tools-backends/HISTORY
index d5f4f2627f..0012f20d3d 100644
--- a/gnome2-apps/system-tools-backends/HISTORY
+++ b/gnome2-apps/system-tools-backends/HISTORY
@@ -1,3 +1,7 @@
+2009-09-26 Ladislav Hagara <hgr@vabo.cz>
+ * init.d/system-tools-backends: bin -> sbin, changed in 2.8.1
+ * DETAILS: PATCHLEVEL=1
+
2009-09-25 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 2.8.1
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 0c23dab1a7..c6b33e00b0 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/bin/system-tools-backends"
+PROGRAM="/usr/sbin/system-tools-backends"
RUNLEVEL=5
NEEDS="smgl-messagebus"