rpms/hddtemp/devel hddtemp.init,1.3,1.4 hddtemp.spec,1.22,1.23

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Sep 4 21:24:02 UTC 2007


Author: scop

Update of /cvs/pkgs/rpms/hddtemp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17989

Modified Files:
	hddtemp.init hddtemp.spec 
Log Message:
* Wed Sep  5 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.3-0.14.beta15
- Adjust server chkconfig start/stop priorities to start before gkrellmd,
  other cosmetic init script tweaks.



Index: hddtemp.init
===================================================================
RCS file: /cvs/pkgs/rpms/hddtemp/devel/hddtemp.init,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hddtemp.init	9 Jul 2007 21:13:32 -0000	1.3
+++ hddtemp.init	4 Sep 2007 21:23:29 -0000	1.4
@@ -2,7 +2,7 @@
 #
 # hddtemp       This shell script takes care of starting and stopping hddtemp.
 #
-# chkconfig:    - 90 10
+# chkconfig:    - 80 20
 # description:  hddtemp provides information about hard drives' temperature
 # processname:  hddtemp
 # config:       __ETCDIR__/sysconfig/hddtemp
@@ -27,13 +27,13 @@
   HDDTEMP_OPTIONS="$HDDTEMPARGS"
 HDDTEMP_OPTIONS="$HDDTEMP_OPTIONS $HDDTEMP_DAEMON_OPTIONS"
 
-exec="__SBINDIR__/hddtemp"
-prog=$(basename $exec)
+exec=__SBINDIR__/hddtemp
+prog=${exec##*/}
 lockfile=__LOCKDIR__/subsys/$prog
 
 start() {
     if [[ "$HDDTEMP_OPTIONS" != */dev/* ]] ; then
-        action $"Unconfigured: $prog, see__ETCDIR__/sysconfig/hddtemp: " /bin/false
+        action $"Unconfigured: $prog, see __ETCDIR__/sysconfig/hddtemp: " /bin/false
         retval=6
     else
         echo -n $"Starting hard disk temperature monitor daemon ($prog): "


Index: hddtemp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hddtemp/devel/hddtemp.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- hddtemp.spec	16 Aug 2007 09:13:24 -0000	1.22
+++ hddtemp.spec	4 Sep 2007 21:23:30 -0000	1.23
@@ -2,7 +2,7 @@
 
 Name:           hddtemp
 Version:        0.3
-Release:        0.13.%{beta}%{?dist}
+Release:        0.14.%{beta}%{?dist}
 Summary:        Hard disk temperature tool
 
 Group:          Applications/System
@@ -95,6 +95,10 @@
 
 
 %changelog
+* Wed Sep  5 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.3-0.14.beta15
+- Adjust server chkconfig start/stop priorities to start before gkrellmd,
+  other cosmetic init script tweaks.
+
 * Mon Aug  6 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.3-0.13.beta15
 - License: GPLv2+
 




More information about the fedora-extras-commits mailing list