freebsd-ports/security/swatch/files/patch-swatch
Jun Kuriyama 163c72876f - Use "tail -F" rather than "tail -f".
- Add rc.subr script to allow invoking multiple instance of swatch
  daemon at startup time.

Approved by:	maintainer
2004-11-17 01:42:53 +00:00

11 lines
384 B
Text

--- swatch.orig Fri Nov 5 12:06:30 2004
+++ swatch Fri Nov 5 12:06:46 2004
@@ -396,7 +396,7 @@
my $Now = 0; # The current time in Unix seconds. Gets set when set_restart_time is called
my $thCounter = 0;
my $tail_cmd_name = ''; # We'll try to find it in the PATH later
-my $tail_cmd_args = '-n 0 -f';
+my $tail_cmd_args = '-n 0 -F';
$awk_field_syntax = 0;
my $USAGE = qq/