summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 16:23:42 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commitb0e9c75ef9d8639056d24287227da0079f119ffe (patch)
tree7025ad59701d34b12daac88abcd41ae6d3f465bd /system
parent9331c0bf0e60b193e6c6d2bd5f3d741699c1b9fe (diff)
downloadslackbuilds-b0e9c75ef9d8639056d24287227da0079f119ffe.tar.gz
slackbuilds-b0e9c75ef9d8639056d24287227da0079f119ffe.tar.xz
system/qingy: Fix README.
Diffstat (limited to 'system')
-rw-r--r--system/qingy/README24
1 files changed, 12 insertions, 12 deletions
diff --git a/system/qingy/README b/system/qingy/README
index 460d98ee6a..c87bed232c 100644
--- a/system/qingy/README
+++ b/system/qingy/README
@@ -13,21 +13,21 @@ unusable.
To use qingy as a replacement for agetty, simply edit your /etc/inittab
and change the console login lines from:
- c1:12345:respawn:/sbin/agetty --noclear 38400 tty1 linux
- c2:12345:respawn:/sbin/agetty 38400 tty2 linux
- c3:12345:respawn:/sbin/agetty 38400 tty3 linux
- c4:12345:respawn:/sbin/agetty 38400 tty4 linux
- c5:12345:respawn:/sbin/agetty 38400 tty5 linux
- c6:12345:respawn:/sbin/agetty 38400 tty6 linux
+ c1:12345:respawn:/sbin/agetty --noclear 38400 tty1 linux
+ c2:12345:respawn:/sbin/agetty 38400 tty2 linux
+ c3:12345:respawn:/sbin/agetty 38400 tty3 linux
+ c4:12345:respawn:/sbin/agetty 38400 tty4 linux
+ c5:12345:respawn:/sbin/agetty 38400 tty5 linux
+ c6:12345:respawn:/sbin/agetty 38400 tty6 linux
to
- c1:12345:respawn:/sbin/qingy tty1
- c2:12345:respawn:/sbin/qingy tty2
- c3:12345:respawn:/sbin/qingy tty3
- c4:12345:respawn:/sbin/qingy tty4
- c5:12345:respawn:/sbin/qingy tty5
- c6:12345:respawn:/sbin/qingy tty6
+ c1:12345:respawn:/sbin/qingy tty1
+ c2:12345:respawn:/sbin/qingy tty2
+ c3:12345:respawn:/sbin/qingy tty3
+ c4:12345:respawn:/sbin/qingy tty4
+ c5:12345:respawn:/sbin/qingy tty5
+ c6:12345:respawn:/sbin/qingy tty6
It would be wise to leave agetty on at least one console until you're
sure that qingy is working correctly for you.