]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: move mesg to term-utils/
authorKarel Zak <kzak@redhat.com>
Wed, 2 Mar 2011 13:18:31 +0000 (14:18 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 2 Mar 2011 13:18:31 +0000 (14:18 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/Makefile.am
term-utils/Makefile.am
term-utils/mesg.1 [moved from login-utils/mesg.1 with 100% similarity]
term-utils/mesg.c [moved from login-utils/mesg.c with 100% similarity]

index a1282465db1769f9103667cfb26d56b0b8728c47..d2f9eb38192195aeafcfe955c9308244a5b954b9 100644 (file)
@@ -74,11 +74,6 @@ install-exec-hook::
 
 endif
 
-if BUILD_MESG
-usrbin_exec_PROGRAMS += mesg
-dist_man_MANS += mesg.1
-endif
-
 if BUILD_WALL
 usrbin_exec_PROGRAMS += wall
 wall_SOURCES = wall.c ttymsg.c ttymsg.h
index 1f8a5b84f1cb7afd79226abdaf008faef1f3f788..c14c1489afc483767f8a20cb9695118356784e08 100644 (file)
@@ -45,3 +45,8 @@ dist_usrbin_exec_SCRIPTS = reset
 dist_man_MANS += reset.1
 endif
 EXTRA_DIST += README.reset reset.033c
+
+if BUILD_MESG
+usrbin_exec_PROGRAMS += mesg
+dist_man_MANS += mesg.1
+endif
similarity index 100%
rename from login-utils/mesg.1
rename to term-utils/mesg.1
similarity index 100%
rename from login-utils/mesg.c
rename to term-utils/mesg.c