Skip to content

Commit

Permalink
chkdupexe: remove, deprecated for years
Browse files Browse the repository at this point in the history
Signed-off-by: Karel Zak <kzak@redhat.com>
  • Loading branch information
karelzak committed Mar 14, 2013
1 parent 27abd80 commit 58a3cee
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 188 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -67,14 +67,12 @@ tests/run.sh.trs
#
/addpart
/agetty
/arch
/blkid
/blockdev
/cal
/cfdisk
/chcpu
/chfn
/chkdupexe
/chrt
/chsh
/col
Expand Down
6 changes: 0 additions & 6 deletions Documentation/deprecated.txt
Expand Up @@ -2,12 +2,6 @@ The following is a list of commands or features that are deprecated. All
deprecated utils are in maintenance mode and we keep them in source tree for
backward compatibility only.

What: chkdupexe
Why: unnecessary, in Perl, not used in distributions, possible to replace
by a simple shell script.

--------------------------

What: 'udev' and 'list' blkid(8) output formats
Why: udevd links libblkid directly; the 'list' is unnecessary, use lsblk(8)

Expand Down
14 changes: 0 additions & 14 deletions configure.ac
Expand Up @@ -684,7 +684,6 @@ AC_ARG_ENABLE([most-builds],
)
if test "x$enable_most_builds" = xyes; then
enable_chfn_chsh=yes
enable_chkdupexe=yes
enable_elvtune=check
enable_last=yes
enable_line=yes
Expand Down Expand Up @@ -1296,19 +1295,6 @@ UL_BUILD_INIT([write])
AM_CONDITIONAL(BUILD_WRITE, test "x$build_write" = xyes)


AC_ARG_ENABLE([chkdupexe],
AS_HELP_STRING([--enable-chkdupexe], [build deprecated chkdupexe]),
[], enable_chkdupexe=no
)
UL_BUILD_INIT([chkdupexe])
AM_CONDITIONAL(BUILD_CHKDUPEXE, test "x$build_chkdupexe" = xyes)

if test "x$build_chkdupexe" = xyes; then
AC_PATH_PROG(PERL, perl)
AC_CONFIG_FILES([misc-utils/chkdupexe:misc-utils/chkdupexe.pl])
fi


AC_ARG_ENABLE([socket-activation],
AS_HELP_STRING([--enable-socket-activation], [build uuidd with support for systemd socket activation]),
[], enable_socket_activation=no
Expand Down
1 change: 0 additions & 1 deletion misc-utils/.gitignore
Expand Up @@ -2,4 +2,3 @@ uuidd.8
uuidd.rc
uuidd.service
uuidd.socket
/chkdupexe
7 changes: 0 additions & 7 deletions misc-utils/Makemodule.am
Expand Up @@ -45,13 +45,6 @@ usrbin_exec_PROGRAMS += whereis
dist_man_MANS += misc-utils/whereis.1
whereis_SOURCES = misc-utils/whereis.c


if BUILD_CHKDUPEXE
dist_usrbin_exec_SCRIPTS += misc-utils/chkdupexe
CLEANFILES += misc-utils/chkdupexe
dist_man_MANS += misc-utils/chkdupexe.1
endif

if BUILD_LSLOCKS
usrbin_exec_PROGRAMS += lslocks
dist_man_MANS += misc-utils/lslocks.8
Expand Down
38 changes: 0 additions & 38 deletions misc-utils/chkdupexe.1

This file was deleted.

120 changes: 0 additions & 120 deletions misc-utils/chkdupexe.pl

This file was deleted.

0 comments on commit 58a3cee

Please sign in to comment.