Skip to content

Commit

Permalink
Ssync invokes rsync in an intelligent manner. Usually, the ssync
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
suominen committed Aug 31, 1999
1 parent 7ce242e commit 5ecdc53
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
19 changes: 19 additions & 0 deletions net/ssync/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]

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"
3 changes: 3 additions & 0 deletions net/ssync/files/md5
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions net/ssync/pkg/COMMENT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
invoke rsync to distribute files to a set of hosts
6 changes: 6 additions & 0 deletions net/ssync/pkg/DESCR
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions net/ssync/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5ecdc53

Please sign in to comment.