head	1.2;
access;
symbols
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.01.17.00.20.11;	author kuriyama;	state dead;
branches;
next	1.1;

1.1
date	2004.11.17.01.42.53;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Upgrade to 3.2.3.

Approved by:	maintainer
@
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/
@


1.1
log
@- 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
@
text
@@

