pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/syncffsd file system police; fix typo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bd086024bc2
branches:  trunk
changeset: 359213:2bd086024bc2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 03 13:10:41 2017 +0000

description:
file system police; fix typo.

diffstat:

 net/syncffsd/DESCR    |  6 +++---
 net/syncffsd/Makefile |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 4702fe3a87f3 -r 2bd086024bc2 net/syncffsd/DESCR
--- a/net/syncffsd/DESCR        Fri Mar 03 12:54:12 2017 +0000
+++ b/net/syncffsd/DESCR        Fri Mar 03 13:10:41 2017 +0000
@@ -6,11 +6,11 @@
 
 syncffsd attempts to improve the situation until kqueue(2) gets better,
 by using FFS superblock's fs_time field, which is updated on every
-filesystem change. This lets syncffsd detects a change immediatly if the
-filesystem is mounted synchronous, or after a few seconds if mounted with
+file system change. This lets syncffsd detects a change immediately if the
+file system is mounted synchronous, or after a few seconds if mounted with
 WAPBL(4) enabled.
 
 Once a change is detected, the relevant nodes are found by walking source
-looking for files that changed since the previous filesystem modification.
+looking for files that changed since the previous file system modification.
 The resulting nodes are deduped (i.e.: we do not retain a node in
 a directory if the directory itself changed), and are fed to rsync(1).
diff -r 4702fe3a87f3 -r 2bd086024bc2 net/syncffsd/Makefile
--- a/net/syncffsd/Makefile     Fri Mar 03 12:54:12 2017 +0000
+++ b/net/syncffsd/Makefile     Fri Mar 03 13:10:41 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/09/30 02:03:56 manu Exp $
+# $NetBSD: Makefile,v 1.3 2017/03/03 13:10:41 wiz Exp $
 
 DISTNAME=      syncffsd-0.8
 CATEGORIES=    net
@@ -7,7 +7,7 @@
 
 MAINTAINER=    manu%NetBSD.org@localhost
 HOMEPAGE=      http://ftp.espci.fr/pub/syncffsd/
-COMMENT=       FFS filesystem miroring using rsync
+COMMENT=       FFS file system mirroring using rsync
 LICENSE=       modified-bsd
 
 RCD_SCRIPTS=   syncffsd



Home | Main Index | Thread Index | Old Index