]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: move agetty to term-utils
authorKarel Zak <kzak@redhat.com>
Wed, 2 Mar 2011 12:57:00 +0000 (13:57 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 2 Mar 2011 12:57:00 +0000 (13:57 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/Makefile.am
login-utils/README.getty [deleted file]
term-utils/Makefile.am
term-utils/README.modems-with-agetty [moved from login-utils/README.modems-with-agetty with 100% similarity]
term-utils/agetty.8 [moved from login-utils/agetty.8 with 100% similarity]
term-utils/agetty.c [moved from login-utils/agetty.c with 100% similarity]

index 9c64149f1ac0eaa018e3e91284cc73c599a35798..a1282465db1769f9103667cfb26d56b0b8728c47 100644 (file)
@@ -6,16 +6,7 @@ sbin_PROGRAMS =
 usrsbin_exec_PROGRAMS =
 dist_man_MANS =
 
-EXTRA_DIST = README.getty  README.modems-with-agetty  README.poeigl
-
-if BUILD_AGETTY
-sbin_PROGRAMS += agetty
-dist_man_MANS += agetty.8
-agetty_SOURCES = agetty.c
-if !HAVE_LANGINFO
-agetty_SOURCES += $(top_srcdir)/lib/langinfo.c
-endif
-endif
+EXTRA_DIST = README.poeigl
 
 if BUILD_LAST
 usrbin_exec_PROGRAMS += last
diff --git a/login-utils/README.getty b/login-utils/README.getty
deleted file mode 100644 (file)
index 4e32faa..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-@(#) README 1.8 9/1/91 23:32:37
-
-This is a SYSV/SunOS4 getty program with useful features for hardwired
-and dial-in tty lines.
-
-- The program adapts the tty modes to parity bits and to erase, kill
-end-of-line and upper-case characters when it reads a login name.
-
-- The baud rate can be established by BREAK character processing and by
-parsing the CONNECT status messages from Hayes-compatible modems.
-
-Other features: RTS/CTS flow control (SunOS4, suggested by John Harkin,
-<jh@moon.nbn.com>), alternate login program, does not use /etc/gettytab
-or /etc/gettydefs.
-
-The program works without modification under System V release 2 and
-SunOS 4.1/4.1.1. It probably also works with later System V releases.
-
-In the Makefile you will have to specify whether diagnostics should be
-reported through the syslog daemon; the alternative is that all error
-reports go directly to /dev/console.
-
-The command-line interface was cleaned up a bit; it is slightly
-incompatible with earlier agetty versions.
-
-               Wietse Venema (wietse@wzv.win.tue.nl)
index 3602b8c80301a2167644aed76a7236bcac43188a..a7459a0f229beefae2ecadbd4efa34fde9bcf6f0 100644 (file)
@@ -6,3 +6,13 @@ sbin_PROGRAMS =
 usrsbin_exec_PROGRAMS =
 dist_man_MANS =
 
+EXTRA_DIST = README.modems-with-agetty
+
+if BUILD_AGETTY
+sbin_PROGRAMS += agetty
+dist_man_MANS += agetty.8
+agetty_SOURCES = agetty.c
+if !HAVE_LANGINFO
+agetty_SOURCES += $(top_srcdir)/lib/langinfo.c
+endif
+endif
similarity index 100%
rename from login-utils/agetty.8
rename to term-utils/agetty.8
similarity index 100%
rename from login-utils/agetty.c
rename to term-utils/agetty.c