056de27b6b
Mirrordir is a suite of functions in one package. It contains the following programs: * pslogin: A remote login utility and daemon that provides a secure 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. * mirrordir: Mirrors filesystems over ftp or locally via a minimal set of changes. It is optimised for locally mirroring a device as an alternative to RAID devices. It duplicates file-systems in every 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. * recursdir: Pass a C script to recursdir to recursively perform operations on files. This is a fast and overkill equivalent of find. Taken from a suggestion by Jeff Sheinberg.
32 lines
700 B
Text
32 lines
700 B
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2001/12/19 14:44:07 agc Exp $
|
|
bin/mirrordir
|
|
bin/forward
|
|
bin/copydir
|
|
bin/recursdir
|
|
bin/pslogin
|
|
bin/secure-mcserv
|
|
etc/pam.d/secure-mcserv
|
|
etc/ssocket/accept.cs
|
|
etc/ssocket/connect.cs
|
|
etc/ssocket/arcencrypt.cs
|
|
etc/ssocket/arcinit.cs
|
|
lib/libmirrordirz.so.1.0
|
|
lib/libmirrordirz.so.1
|
|
lib/libmirrordirz.so
|
|
lib/libmirrordirz.la
|
|
lib/libmirrordirz.a
|
|
lib/libdiffie.so.1.0
|
|
lib/libdiffie.so.1
|
|
lib/libdiffie.so
|
|
lib/libdiffie.la
|
|
lib/libdiffie.a
|
|
man/man1/mirrordir.1
|
|
man/man1/copydir.1
|
|
man/man1/recursdir.1
|
|
man/man1/pslogin.1
|
|
man/man1/secure-mcserv.1
|
|
man/man1/forward.1
|
|
share/examples/mirrordir/secure-mcservusers
|
|
@dirrm share/examples/mirrordir
|
|
@dirrm etc/ssocket
|
|
@dirrm etc/pam.d
|