diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
commit | f1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /security/mirrordir | |
parent | 37170ce899bdf394cca1d0769b2215d84b15a7ee (diff) | |
download | pkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'security/mirrordir')
-rw-r--r-- | security/mirrordir/DESCR | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/mirrordir/DESCR b/security/mirrordir/DESCR index f9f58fc1264..820dad28fa6 100644 --- a/security/mirrordir/DESCR +++ b/security/mirrordir/DESCR @@ -1,13 +1,13 @@ Mirrordir is a suite of functions in one package. It contains the -following programs: +following programs: * pslogin: A remote login utility and daemon that provides a secure -shell. This can be considered as a GPL replacement to Ssh. +shell. This can be considered as a GPL replacement to Ssh. * copydir: A cp equivalent which additionally copies to and from ftp servers. Use it to upload and download via ftp and via mirrordir's secure daemon. Use it as a rigorous cp to correctly reproduce -hardlinks, permissions and access times. +hardlinks, permissions and access times. * mirrordir: Mirrors filesystems over ftp or locally via a minimal set of changes. It is optimised for locally mirroring a device as @@ -16,7 +16,7 @@ detail, even correctly recreating hardlinks, devices and access times. It works well mirroring ftp sites that don't support ls-lR summaries. Mirrordir can take a C script to customise the kind of files to mirror based on their stat info, name, or other -information. +information. * recursdir: Pass a C script to recursdir to recursively perform operations on files. This is a fast and overkill equivalent of find. |