All of lore.kernel.org
 help / color / mirror / Atom feed
* pull: tailf: remove deprecated utility
@ 2017-04-02 15:58 Sami Kerola
  2017-04-04 12:54 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Sami Kerola @ 2017-04-02 15:58 UTC (permalink / raw)
  To: util-linux; +Cc: Sami Kerola

Hi Karel and Ruediger,

March 2017 is gone, it is time to remove this utility as scheduled in 
earlier commit, and promised in manual page.

Reference: 3f8478a71ccde6883d4c81b7e65561a106653b28

To avoid sending a long trivial change to all subscribers please pull it 
from my remote instead.

----------------------------------------------------------------
The following changes since commit eff2c9a42621b4cba81a81bc78f431b00e8a2968:
  tests: add --mountpoint to findmnt calls (2017-03-31 14:00:24 +0200)
are available in the git repository at:
  git://github.com/kerolasa/lelux-utiliteetit.git tailf-removal
for you to fetch changes up to 70ca1a77721b41f2355eeb00d4e55e13dba3e313:
  tailf: remove deprecated utility (2017-04-02 16:51:00 +0100)
----------------------------------------------------------------
Sami Kerola (1):
      tailf: remove deprecated utility

 .gitignore                                         |   1 -
 Documentation/deprecated.txt                       |   5 -
 bash-completion/Makemodule.am                      |   3 -
 bash-completion/tailf                              |  28 --
 configure.ac                                       |   7 -
 tests/commands.sh                                  |   1 -
 tests/expected/build-sys/config-all                |   1 -
 tests/expected/build-sys/config-all-devel          |   1 -
 tests/expected/build-sys/config-all-non-nls        |   1 -
 tests/expected/build-sys/config-audit              |   1 -
 tests/expected/build-sys/config-chfnsh-libuser     |   1 -
 tests/expected/build-sys/config-chfnsh-no-password |   1 -
 tests/expected/build-sys/config-chfnsh-pam         |   1 -
 tests/expected/build-sys/config-core               |   1 -
 tests/expected/build-sys/config-devel              |   1 -
 tests/expected/build-sys/config-devel-new-mount    |   1 -
 tests/expected/build-sys/config-devel-non-docs     |   1 -
 tests/expected/build-sys/config-non-libblkid       |   1 -
 tests/expected/build-sys/config-non-libmount       |   1 -
 tests/expected/build-sys/config-non-libs           |   1 -
 tests/expected/build-sys/config-non-libsmartcols   |   1 -
 tests/expected/build-sys/config-non-libuuid        |   1 -
 tests/expected/build-sys/config-non-nls            |   1 -
 tests/expected/build-sys/config-selinux            |   1 -
 tests/expected/build-sys/config-slang              |   1 -
 tests/expected/build-sys/config-static             |   1 -
 tests/ts/tailf/simple                              |  40 ---
 text-utils/Makemodule.am                           |   7 -
 text-utils/tailf.1                                 |  73 -----
 text-utils/tailf.c                                 | 295 ---------------------
 30 files changed, 480 deletions(-)
 delete mode 100644 bash-completion/tailf
 delete mode 100755 tests/ts/tailf/simple
 delete mode 100644 text-utils/tailf.1
 delete mode 100644 text-utils/tailf.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: pull: tailf: remove deprecated utility
  2017-04-02 15:58 pull: tailf: remove deprecated utility Sami Kerola
@ 2017-04-04 12:54 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2017-04-04 12:54 UTC (permalink / raw)
  To: Sami Kerola; +Cc: util-linux

On Sun, Apr 02, 2017 at 04:58:10PM +0100, Sami Kerola wrote:
>  .gitignore                                         |   1 -
>  Documentation/deprecated.txt                       |   5 -
>  bash-completion/Makemodule.am                      |   3 -
>  bash-completion/tailf                              |  28 --
>  configure.ac                                       |   7 -
>  tests/commands.sh                                  |   1 -
>  tests/expected/build-sys/config-all                |   1 -
>  tests/expected/build-sys/config-all-devel          |   1 -
>  tests/expected/build-sys/config-all-non-nls        |   1 -
>  tests/expected/build-sys/config-audit              |   1 -
>  tests/expected/build-sys/config-chfnsh-libuser     |   1 -
>  tests/expected/build-sys/config-chfnsh-no-password |   1 -
>  tests/expected/build-sys/config-chfnsh-pam         |   1 -
>  tests/expected/build-sys/config-core               |   1 -
>  tests/expected/build-sys/config-devel              |   1 -
>  tests/expected/build-sys/config-devel-new-mount    |   1 -
>  tests/expected/build-sys/config-devel-non-docs     |   1 -
>  tests/expected/build-sys/config-non-libblkid       |   1 -
>  tests/expected/build-sys/config-non-libmount       |   1 -
>  tests/expected/build-sys/config-non-libs           |   1 -
>  tests/expected/build-sys/config-non-libsmartcols   |   1 -
>  tests/expected/build-sys/config-non-libuuid        |   1 -
>  tests/expected/build-sys/config-non-nls            |   1 -
>  tests/expected/build-sys/config-selinux            |   1 -
>  tests/expected/build-sys/config-slang              |   1 -
>  tests/expected/build-sys/config-static             |   1 -
>  tests/ts/tailf/simple                              |  40 ---
>  text-utils/Makemodule.am                           |   7 -
>  text-utils/tailf.1                                 |  73 -----
>  text-utils/tailf.c                                 | 295 ---------------------
>  30 files changed, 480 deletions(-)
>  delete mode 100644 bash-completion/tailf
>  delete mode 100755 tests/ts/tailf/simple
>  delete mode 100644 text-utils/tailf.1
>  delete mode 100644 text-utils/tailf.c

Applied, thanks.

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-04 12:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-02 15:58 pull: tailf: remove deprecated utility Sami Kerola
2017-04-04 12:54 ` Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.