summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-03-03 13:10:41 +0000
committerwiz <wiz@pkgsrc.org>2017-03-03 13:10:41 +0000
commit79d13b3fa7bed32b7239d4e7ece44c18cf32a3ca (patch)
tree849484d94ce3de04da802dbb872a845189f6ce97
parente4aaffdfef7f014a209d8b8e6d02ba8965c9e07e (diff)
downloadpkgsrc-79d13b3fa7bed32b7239d4e7ece44c18cf32a3ca.tar.gz
file system police; fix typo.
-rw-r--r--net/syncffsd/DESCR6
-rw-r--r--net/syncffsd/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/net/syncffsd/DESCR b/net/syncffsd/DESCR
index 140a70ede1e..ddc74853a9b 100644
--- a/net/syncffsd/DESCR
+++ b/net/syncffsd/DESCR
@@ -6,11 +6,11 @@ well for huge directories trees.
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 --git a/net/syncffsd/Makefile b/net/syncffsd/Makefile
index 22fb145be04..9aafa804467 100644
--- a/net/syncffsd/Makefile
+++ b/net/syncffsd/Makefile
@@ -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 @@ EXTRACT_SUFX= .tgz
MAINTAINER= manu@NetBSD.org
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