rpms/apmd/devel apmd.spec,1.25,1.26 apmscript,1.6,1.7

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 22 13:53:38 UTC 2006


Author: jkeating

Update of /cvs/dist/rpms/apmd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3069

Modified Files:
	apmd.spec apmscript 
Log Message:
* Tue Aug 22 2006 Jesse Keating <jkeating at redhat.com> - 1:3.2.2-5
- Fix typos in apmscript (#194024)


Index: apmd.spec
===================================================================
RCS file: /cvs/dist/rpms/apmd/devel/apmd.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- apmd.spec	12 Jul 2006 05:11:43 -0000	1.25
+++ apmd.spec	22 Aug 2006 13:53:36 -0000	1.26
@@ -1,7 +1,7 @@
 Summary: Advanced Power Management (APM) BIOS utilities for laptops.
 Name: apmd
 Version: 3.2.2
-Release: 4.1
+Release: 5
 Source: ftp://ftp.debian.org/debian/pool/main/a/apmd/%{name}_%{version}.orig.tar.gz
 Source1: apmd.init
 Source2: apmscript
@@ -96,6 +96,9 @@
 %config /etc/sysconfig/apm-scripts/*
 
 %changelog
+* Tue Aug 22 2006 Jesse Keating <jkeating at redhat.com> - 1:3.2.2-5
+- Fix typos in apmscript (#194024)
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 1:3.2.2-4.1
 - rebuild
 


Index: apmscript
===================================================================
RCS file: /cvs/dist/rpms/apmd/devel/apmscript,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- apmscript	16 Mar 2005 22:28:44 -0000	1.6
+++ apmscript	22 Aug 2006 13:53:36 -0000	1.7
@@ -58,7 +58,7 @@
 				SOUNDDISPLAY=`perl -e 's/\000/\n/g;' -p /proc/$SOUNDPID/environ| LC_ALL=C grep ^DISPLAY=|cut -d= -f2-`
 
 				# Make sure nobody is playing foul tricks on us
-				SOUNDPROG=`echo $SOUNDPROG |sed -e "s/|.*//`
+				SOUNDPROG=`echo $SOUNDPROG |sed -e 's/|.*//'`
 
 				kill $SOUNDPID
 				ps "$SOUNDPID" &>/dev/null && kill -9 $SOUNDPID
@@ -73,7 +73,7 @@
 			SOUNDDISPLAY=`perl -e 's/\000/\n/g;' -p /proc/$SOUNDPID/environ| LC_ALL=C grep ^DISPLAY=|cut -d= -f2-`
 
 			# Make sure nobody is playing foul tricks on us
-			SOUNDPROG=`echo $SOUNDPROG |sed -e "s/|.*//`
+			SOUNDPROG=`echo $SOUNDPROG |sed -e 's/|.*//'`
 
 			kill $SOUNDPID
 			ps "$SOUNDPID" &>/dev/null && kill -9 $SOUNDPID




More information about the fedora-cvs-commits mailing list