-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
5 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
invoke rsync to distribute files to a set of hosts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |