Util-Linux package development
 help / color / mirror / Atom feed
* [PATCH 0/2] tailf is deprecated
@ 2015-03-13 15:09 Ruediger Meier
  2015-03-13 15:09 ` [PATCH 1/2] tailf: deprecated Ruediger Meier
  2015-03-13 15:09 ` [PATCH 2/2] tests: disarm tailf test Ruediger Meier
  0 siblings, 2 replies; 5+ messages in thread
From: Ruediger Meier @ 2015-03-13 15:09 UTC (permalink / raw)
  To: util-linux

From: Ruediger Meier <ruediger.meier@ga-group.nl>

This is pull request 178 on github
https://github.com/karelzak/util-linux/pull/178

Ruediger Meier (2):
  tailf: deprecated
  tests: disarm tailf test

 Documentation/deprecated.txt |  5 +++++
 tests/expected/tailf/simple  |  1 +
 tests/ts/tailf/simple        |  4 ++++
 text-utils/tailf.1           |  6 ++++++
 text-utils/tailf.c           | 16 ++++++++++++----
 5 files changed, 28 insertions(+), 4 deletions(-)

-- 
1.8.4.5


^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] tailf: deprecated
@ 2015-03-16 14:14 Ruediger Meier
  0 siblings, 0 replies; 5+ messages in thread
From: Ruediger Meier @ 2015-03-16 14:14 UTC (permalink / raw)
  To: util-linux

On Monday 16 March 2015 at 14:32, you wrote:
> On Fri, Mar 13, 2015 at 04:09:36PM +0100, Ruediger Meier wrote:
> >  Documentation/deprecated.txt |  5 +++++
> >  tests/expected/tailf/simple  |  1 +
> >  text-utils/tailf.1           |  6 ++++++
> >  text-utils/tailf.c           | 16 ++++++++++++----
> >  4 files changed, 24 insertions(+), 4 deletions(-)
>
> Boys you're so bad.. I use tailf! Well, both patches applied :-)
>
> >  #include <stdio.h>
> >  #include <stdlib.h>
> >  #include <unistd.h>
> > @@ -246,6 +251,9 @@ int main(int argc, char **argv)
> >  	textdomain(PACKAGE);
> >  	atexit(close_stdout);
> >
> > +	warnx(_("warning: "
> > +		"use of 'tailf' is deprecated, use 'tail -f' instead"));
>
> moved to usage() to avoid regression in output.

Ok, then we can also remove it from test output again.

cu,
Rudi

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

end of thread, other threads:[~2015-03-16 14:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13 15:09 [PATCH 0/2] tailf is deprecated Ruediger Meier
2015-03-13 15:09 ` [PATCH 1/2] tailf: deprecated Ruediger Meier
2015-03-16 13:32   ` Karel Zak
2015-03-13 15:09 ` [PATCH 2/2] tests: disarm tailf test Ruediger Meier
  -- strict thread matches above, loose matches on Subject: below --
2015-03-16 14:14 [PATCH 1/2] tailf: deprecated Ruediger Meier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox