Date: Mon, 6 Apr 1998 09:13:50 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/tail extern.h forward.c tail.1 tail.c Message-ID: <199804061613.JAA02563@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1998/04/06 09:13:50 PDT Modified files: usr.bin/tail extern.h forward.c tail.1 tail.c Log: Add a new -F flag which is a superset of -f. It will cause tail to stat() the file being followed and do a close/reopen if the file has been renamed and/or rotated. This is damn useful for leaving running on files in /var/log when newsyslog(8) rotates them. Revision Changes Path 1.4 +1 -1 src/usr.bin/tail/extern.h 1.11 +16 -0 src/usr.bin/tail/forward.c 1.3 +20 -1 src/usr.bin/tail/tail.1 1.5 +5 -2 src/usr.bin/tail/tail.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804061613.JAA02563>