rpms/pm-utils/devel pm-utils.spec,1.48,1.49 60sysfont.hook,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 2 17:52:55 UTC 2007


Author: pjones

Update of /cvs/dist/rpms/pm-utils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8190

Modified Files:
	pm-utils.spec 60sysfont.hook 
Log Message:
-- Fix setsysfont hook to actually hit tty0, not the pty of the current task.



Index: pm-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/pm-utils/devel/pm-utils.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- pm-utils.spec	30 Jan 2007 18:22:49 -0000	1.48
+++ pm-utils.spec	2 Feb 2007 17:52:53 -0000	1.49
@@ -140,6 +140,9 @@
 %{_mandir}/man*/*
 
 %changelog
+* Fri Feb  2 2007 Peter Jones <pjones at redhat.com>
+- Fix setsysfont hook to actually hit tty0, not the pty of the current task.
+
 * Tue Jan 30 2007 Jeremy Katz <katzj at redhat.com> - 0.19.1-6
 - build so that hooks run properly on resume; fix syntax error in 
   functions-intel (pjones)


Index: 60sysfont.hook
===================================================================
RCS file: /cvs/dist/rpms/pm-utils/devel/60sysfont.hook,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 60sysfont.hook	24 Jan 2007 17:12:27 -0000	1.1
+++ 60sysfont.hook	2 Feb 2007 17:52:53 -0000	1.2
@@ -4,6 +4,6 @@
 	suspend)
 		:;;
 	resume) 
-		/sbin/setsysfont >/dev/null 2>&1 ;;
+		/sbin/setsysfont </dev/tty0 >/dev/null 2>&1 ;;
 	esac
 exit $?




More information about the fedora-cvs-commits mailing list