Date: Sun, 23 May 2004 09:29:27 -0700 (PDT) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/fileschanged Makefile distinfo pkg-descr pkg-message ports/sysutils/fileschanged/files patch-configure patch-filelist.c patch-handlers.c patch-monitor.c patch-opts.c patch-opts.h Message-ID: <200405231629.i4NGTRip012067@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2004/05/23 09:29:27 PDT FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/fileschanged Makefile distinfo pkg-descr pkg-message sysutils/fileschanged/files patch-configure patch-filelist.c patch-handlers.c patch-monitor.c patch-opts.c patch-opts.h Log: Add fileschanged, a client to the FAM (File Alteration Monitor) server. Here's how the fileschanged FAM client works: you give it some filenames on the command line and then it monitors those files for changes. When it discovers that a file has changed (or has been altered), it displays the filename on the standard-output. PR: ports/66894 Submitted by: Konstantin Reznichenko <kot@premierbank.dp.ua> Revision Changes Path 1.536 +1 -0 ports/sysutils/Makefile 1.1 +34 -0 ports/sysutils/fileschanged/Makefile (new) 1.1 +2 -0 ports/sysutils/fileschanged/distinfo (new) 1.1 +11 -0 ports/sysutils/fileschanged/files/patch-configure (new) 1.1 +33 -0 ports/sysutils/fileschanged/files/patch-filelist.c (new) 1.1 +32 -0 ports/sysutils/fileschanged/files/patch-handlers.c (new) 1.1 +12 -0 ports/sysutils/fileschanged/files/patch-monitor.c (new) 1.1 +28 -0 ports/sysutils/fileschanged/files/patch-opts.c (new) 1.1 +10 -0 ports/sysutils/fileschanged/files/patch-opts.h (new) 1.1 +7 -0 ports/sysutils/fileschanged/pkg-descr (new) 1.1 +9 -0 ports/sysutils/fileschanged/pkg-message (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405231629.i4NGTRip012067>