On Jan 28, 2008 12:56 PM, Michael Biebl <[EMAIL PROTECTED]> wrote:
> You missed to remove it Makefile.am (make distcheck will fail now).

D'oh!  Updated patch attached.

> Cheers,
> Michael
> --
> Why is it that all of the instruments seeking intelligent life in the
> universe are pointed away from Earth?
>
diff --git a/pm/sleep.d/60sysfont b/pm/sleep.d/60sysfont
deleted file mode 100755
index 9e21832..0000000
--- a/pm/sleep.d/60sysfont
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-. /usr/lib/pm-utils/functions
-
-case "$1" in
-	resume|thaw) 
-		setsysfont </dev/tty0 ;;
-esac
-
-exit $?
diff --git a/pm/sleep.d/Makefile.am b/pm/sleep.d/Makefile.am
index 4a69616..256ee0b 100644
--- a/pm/sleep.d/Makefile.am
+++ b/pm/sleep.d/Makefile.am
@@ -9,7 +9,6 @@ sleep_SCRIPTS =			\
 	49bluetooth		\
 	50modules		\
 	55battery		\
-	60sysfont		\
 	65alsa			\
 	90clock			\
 	94cpufreq		\
_______________________________________________
Pm-utils mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pm-utils

Reply via email to