summaryrefslogtreecommitdiff
path: root/pm
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-01-28 19:52:14 +0000
committerRichard Hughes <richard@hughsie.com>2008-01-28 19:52:14 +0000
commita7608722ff88455a99a0efc139fa285acad815d7 (patch)
tree8bd96569f82aa6185102494bd360dae9dd1e3c17 /pm
parent2af15dbd00801c55f7683ec8eabb3d9cba3023af (diff)
remove sysfont wrapper call. no other distro from fedora uses it
On Jan 28, 2008 11:31 AM, Dan Nicholson <dbn.lists@gmail.com> wrote: > On Jan 27, 2008 9:42 PM, Vasiliy G Tolstov <v.tolstov@selfip.ru> wrote: > > Gentoo does not have this utilities. Default gentoo init script that > > setting console font executes /bin/setfont > > That's because setsysfont is a Fedora specific wrapper script around > setfont in their initscripts package. > > http://cvs.fedoraproject.org/repo/pkgs/initscripts/initscripts-8.60.tar.bz2/a0e888cc91ef6350a991985567d21366/initscripts-8.60.tar.bz2 In that case... Patch attached to remove 60sysfont. setsysfont is Fedora-specific, and other distros do not use it.
Diffstat (limited to 'pm')
-rwxr-xr-xpm/sleep.d/60sysfont10
-rw-r--r--pm/sleep.d/Makefile.am1
2 files changed, 0 insertions, 11 deletions
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 \