summaryrefslogtreecommitdiffstats
path: root/login-utils/Makemodule.am
diff options
context:
space:
mode:
authorSami Kerola2015-06-02 11:18:25 +0200
committerKarel Zak2015-06-29 12:05:39 +0200
commit0688911ad423cf9fae9b813e88578fe5594768f4 (patch)
treeca9731e05e9b3876bc250bd38db120e9d8a3d84d /login-utils/Makemodule.am
parentscript: fix variable initialization warning (diff)
downloadkernel-qcow2-util-linux-0688911ad423cf9fae9b813e88578fe5594768f4.tar.gz
kernel-qcow2-util-linux-0688911ad423cf9fae9b813e88578fe5594768f4.tar.xz
kernel-qcow2-util-linux-0688911ad423cf9fae9b813e88578fe5594768f4.zip
last-deprecated: remove from source tree
The last/lastb(1) from sysvinit has been around for about two years, and the better implementation is already part of releases 2.24 to 2.26. It should be safe to remove the unused last code from the source tree. Reference: ce60272039ea11952b15fefb653892dd0da02217 Signed-off-by: Sami Kerola <sami.kerola@lastminute.com>
Diffstat (limited to 'login-utils/Makemodule.am')
-rw-r--r--login-utils/Makemodule.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/login-utils/Makemodule.am b/login-utils/Makemodule.am
index 1b413c615..fb58b46cd 100644
--- a/login-utils/Makemodule.am
+++ b/login-utils/Makemodule.am
@@ -13,13 +13,6 @@ install-exec-hook-last:
INSTALL_EXEC_HOOKS += install-exec-hook-last
endif
-if BUILD_DEPRECATED_LAST
-usrbin_exec_PROGRAMS += last
-dist_man_MANS += login-utils/last-deprecated.1
-last_SOURCES = login-utils/last-deprecated.c
-endif # BUILD_DEPRECATED_LAST
-
-
if BUILD_SULOGIN
sbin_PROGRAMS += sulogin
dist_man_MANS += login-utils/sulogin.8