diff options
author | kim <kim> | 1999-08-31 02:37:52 +0000 |
---|---|---|
committer | kim <kim> | 1999-08-31 02:37:52 +0000 |
commit | cdf1e89515741a91a1db22208659af218deb9ea1 (patch) | |
tree | c85619b4a2d98bc36b544f8a8011972f253d533e /net/ssync | |
parent | ba801d7ce5f64e15b100284a470db1153af11b5a (diff) | |
download | pkgsrc-cdf1e89515741a91a1db22208659af218deb9ea1.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')
-rw-r--r-- | net/ssync/Makefile | 19 | ||||
-rw-r--r-- | net/ssync/files/md5 | 3 | ||||
-rw-r--r-- | net/ssync/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/ssync/pkg/DESCR | 6 | ||||
-rw-r--r-- | net/ssync/pkg/PLIST | 3 |
5 files changed, 32 insertions, 0 deletions
diff --git a/net/ssync/Makefile b/net/ssync/Makefile new file mode 100644 index 00000000000..d9634ffaced --- /dev/null +++ b/net/ssync/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/08/31 02:37:52 kim Exp $ +# + +DISTNAME= ssync-1.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ + +MAINTAINER= kim@tac.nyc.ny.us + +DEPENDS+= netname-*:../../net/netname +DEPENDS+= osname-*:../../sysutils/osname +DEPENDS+= rsync-2.3.1:../../net/rsync +DEPENDS+= srsh-*:../../net/srsh + +NO_CONFIGURE= yes +ALL_TARGET= all PREFIX=${PREFIX} +INSTALL_TARGET= install PREFIX=${PREFIX} + +.include "../../mk/bsd.pkg.mk" diff --git a/net/ssync/files/md5 b/net/ssync/files/md5 new file mode 100644 index 00000000000..7269586b69d --- /dev/null +++ b/net/ssync/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/08/31 02:37:52 kim Exp $ + +MD5 (ssync-1.1.tar.gz) = 81ecb0b5a2b05715cd221be7cdc7d5a8 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 |