File: README.Debian

package info (click to toggle)
ngetty 1.0-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 304 kB
  • ctags: 207
  • sloc: ansic: 1,503; makefile: 236; sh: 109; asm: 100
file content (18 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ngetty for Debian
-----------------

You can edit your /etc/inittab like following:

   BEFORE:
	 # Run gettys in standard runlevels
	 # 1:2345:respawn:/sbin/mingetty tty1
        ...
	 # 6:2345:respawn:/sbin/mingetty tty6

   AFTER:
	 # Run ngetty in standard runlevels
	 ng:2345:respawn:/sbin/ngetty 1 2 3 4 5 6

In this packaging, I don't include cleanutmp, nwho and utmpdump yet.

 -- NIIBE Yutaka <gniibe@fsij.org>, Wed, 13 Feb 2008 10:14:17 +0900