]> git.ipfire.org Git - thirdparty/util-linux.git/commit
agetty: move agetty.c to agetty-cmd/ directory
authorKarel Zak <kzak@redhat.com>
Wed, 13 May 2026 13:02:27 +0000 (15:02 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 14 May 2026 11:14:34 +0000 (13:14 +0200)
commit4fdc72730967300f196ae153d73c54d7353a018b
treed4f41c86447658ff42ab5641d55718e2ddcb1071
parent63b385e624b534698722e4429d40294a6aa0fa10
agetty: move agetty.c to agetty-cmd/ directory

Create a dedicated agetty-cmd/ directory and move the monolithic
agetty.c there as a first step towards splitting it into smaller,
more maintainable files.

Update both autotools and meson build systems accordingly.

Signed-off-by: Karel Zak <kzak@redhat.com>
Makefile.am
agetty-cmd/Makemodule.am [new file with mode: 0644]
agetty-cmd/agetty.c [moved from term-utils/agetty.c with 99% similarity]
agetty-cmd/meson.build [new file with mode: 0644]
meson.build
term-utils/Makemodule.am
term-utils/meson.build