summaryrefslogtreecommitdiffstats
path: root/sys-apps/fbres/files/fbres.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/fbres/files/fbres.sysinit')
-rw-r--r--sys-apps/fbres/files/fbres.sysinit14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys-apps/fbres/files/fbres.sysinit b/sys-apps/fbres/files/fbres.sysinit
deleted file mode 100644
index 6bd187b..0000000
--- a/sys-apps/fbres/files/fbres.sysinit
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:
-
-start() {
- ebegin "Setting frambe buffer resolution"
- modprobe fbdev
- if [ -n "$FRAMEBUFFER_RESOLUTION" ]; then
- fbset -a $FRAMEBUFFER_RESOLUTION
- fi
- eend 0
- /etc/init.d/consolefont restart
-}