head	1.3;
access;
symbols
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.2
	RELEASE_2_2_2:1.1;
locks; strict;
comment	@# @;


1.3
date	2000.12.29.15.42.32;	author kevlo;	state dead;
branches;
next	1.2;

1.2
date	97.07.06.18.28.05;	author jfitz;	state Exp;
branches;
next	1.1;

1.1
date	97.05.09.16.06.41;	author jfitz;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Upgrade to 3.0.1

PR: 23911
Submitted by: MAINTAINER
@
text
@--- swatch.pl.orig	Thu Dec 14 21:01:08 1995
+++ swatch.pl	Sun Jul  6 19:22:13 1997
@@@@ -29,7 +29,7 @@@@
 eval 'PERL_BIN_DIR/perl -S $0 ${1+"$@@"}'
     if 0;
 #
-$ENV{'PATH'} = '/usr/ucb:/usr/bin:/bin:PERL_BIN_DIR';
+$ENV{'PATH'} = '/usr/bin:/bin:PERL_BIN_DIR';
 $ENV{'IFS'} = '' if $ENV{'IFS'} ne '';
 $0 = rindex($0, "/") > -1 ? substr($0, rindex($0, "/")+1) : $0;
 
@@@@ -44,8 +44,8 @@@@
 
 # Some defaults
 $PERL                   = 'PERL_BIN_DIR/perl';
-$TAIL			= '/usr/ucb/tail -f';
-$DEF_INPUT		= "$TAIL /var/log/syslog";
+$TAIL			= '/usr/bin/tail -f';
+$DEF_INPUT		= "$TAIL /var/log/messages";
 $Pipe			= 1;
 $ConfigFile		= "$ENV{'HOME'}/.swatchrc";
 $PatternSeparator	= ',';

@


1.2
log
@Fix for FreeBSD specific files and binaries
PR:		ports/4041
Submitted by:	Dirk Froemberg <dirk@@activ-consult.de>
@
text
@@


1.1
log
@Fix incorrect path: /usr/ucb/tail -> /usr/bin/tail
@
text
@d1 2
a2 2
--- swatch.pl.orig	Fri May  9 12:03:34 1997
+++ swatch.pl	Fri May  9 12:03:47 1997
d12 1
a12 1
@@@@ -44,7 +44,7 @@@@
d17 1
d19 1
a19 1
 $DEF_INPUT		= "$TAIL /var/log/syslog";
d22 2
@
