diff options
author | kim <kim@pkgsrc.org> | 1999-08-31 02:37:52 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-08-31 02:37:52 +0000 |
commit | 5ecdc53bf56e611ceb903ce576d0729878bf8a16 (patch) | |
tree | c85619b4a2d98bc36b544f8a8011972f253d533e /net/ssync/pkg | |
parent | 7ce242e5293727fc4a5628bb4a3f6e1ba9d7308a (diff) | |
download | pkgsrc-5ecdc53bf56e611ceb903ce576d0729878bf8a16.tar.gz |
Ssync invokes rsync in an intelligent manner. Usually, the ssync
command is invoked from the master distribution host.
Invoking the command without any arguments will distribute the current
working directory to all hosts in the netgroup for the platform you are
running ssync on.
Diffstat (limited to 'net/ssync/pkg')
-rw-r--r-- | net/ssync/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/ssync/pkg/DESCR | 6 | ||||
-rw-r--r-- | net/ssync/pkg/PLIST | 3 |
3 files changed, 10 insertions, 0 deletions
diff --git a/net/ssync/pkg/COMMENT b/net/ssync/pkg/COMMENT new file mode 100644 index 00000000000..9fc77ead905 --- /dev/null +++ b/net/ssync/pkg/COMMENT @@ -0,0 +1 @@ +invoke rsync to distribute files to a set of hosts diff --git a/net/ssync/pkg/DESCR b/net/ssync/pkg/DESCR new file mode 100644 index 00000000000..17e3ce9150d --- /dev/null +++ b/net/ssync/pkg/DESCR @@ -0,0 +1,6 @@ +Ssync invokes rsync in an intelligent manner. Usually, the ssync +command is invoked from the master distribution host. + +Invoking the command without any arguments will distribute the current +working directory to all hosts in the netgroup for the platform you are +running ssync on. diff --git a/net/ssync/pkg/PLIST b/net/ssync/pkg/PLIST new file mode 100644 index 00000000000..f390dcf1faf --- /dev/null +++ b/net/ssync/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/31 02:37:52 kim Exp $ +sbin/ssync +man/man8/ssync.8 |