aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-12-07 15:12:36 -0500
committerBill Nottingham <notting@redhat.com>2012-12-07 15:12:36 -0500
commitdaaf1b7eb9aad6b3410c8992e0b3991854e1de87 (patch)
treeef95b893616c4f810e579500adf0acba439fe228 /src
parente2e88d172c4f5688c9f96c70ba31e69effd1248d (diff)
downloadinitscripts-daaf1b7eb9aad6b3410c8992e0b3991854e1de87.tar
initscripts-daaf1b7eb9aad6b3410c8992e0b3991854e1de87.tar.gz
initscripts-daaf1b7eb9aad6b3410c8992e0b3991854e1de87.tar.bz2
initscripts-daaf1b7eb9aad6b3410c8992e0b3991854e1de87.tar.xz
initscripts-daaf1b7eb9aad6b3410c8992e0b3991854e1de87.zip
Complete setsysfont removal.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile1
-rw-r--r--src/setsysfont.822
2 files changed, 0 insertions, 23 deletions
diff --git a/src/Makefile b/src/Makefile
index d93e7202..81401431 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -35,7 +35,6 @@ install:
install -m 644 ipcalc.1 $(ROOT)$(mandir)/man1
install -m 644 consoletype.1 $(ROOT)$(mandir)/man1
install -m 644 ifup.8 $(ROOT)$(mandir)/man8
- install -m 644 setsysfont.8 $(ROOT)$(mandir)/man8
install -m 644 sushell.8 $(ROOT)$(mandir)/man8
ln -s ifup.8 $(ROOT)$(mandir)/man8/ifdown.8
diff --git a/src/setsysfont.8 b/src/setsysfont.8
deleted file mode 100644
index 69958e94..00000000
--- a/src/setsysfont.8
+++ /dev/null
@@ -1,22 +0,0 @@
-.\" Copyright 2009 Petr Lautrbach (plautrba@redhat.com)
-.TH setsysfont 8 2009-10-27 "" "System Administration tools and Daemons"
-.SH NAME
-setsysfont \- set console font according to /etc/sysconfig/i18n.
-.SH SYNOPSIS
-.B setsysfont
-.SH DESCRIPTION
-.B setsysfont
-sets the console font for current virtual terminal. The font setting is read from /etc/sysconfig/i18n.
-.SH NOTES
-.B setsysfont
-should not need to be called in normal practice, as the font is set on boot.
-
-.SH FILES
-.TP
-\fB/etc/sysconfig/i18n\fR
-
-.SH "SEE ALSO"
-.BR /usr/share/doc/initscripts-*/sysconfig.txt,
-.BR unicode_start (1),
-.BR setfont (8),
-.BR consoletype (1)