summaryrefslogtreecommitdiff
path: root/net/sdist/pkg
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-08-30 17:47:17 +0000
committerkim <kim@pkgsrc.org>1999-08-30 17:47:17 +0000
commit9d2c3e7200b73159a56b0efce2da8351463d89f9 (patch)
treed42b6da96672cbeb79c3924cecd7a03c401bf42a /net/sdist/pkg
parentbdb6457bfe4ecf2b05c3401ab8a91015c256e6c3 (diff)
downloadpkgsrc-9d2c3e7200b73159a56b0efce2da8351463d89f9.tar.gz
Sdist invokes rdist in an intelligent manner. Usually, the sdist
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 sdist on.
Diffstat (limited to 'net/sdist/pkg')
-rw-r--r--net/sdist/pkg/COMMENT1
-rw-r--r--net/sdist/pkg/DESCR6
-rw-r--r--net/sdist/pkg/PLIST3
3 files changed, 10 insertions, 0 deletions
diff --git a/net/sdist/pkg/COMMENT b/net/sdist/pkg/COMMENT
new file mode 100644
index 00000000000..d2d4111bf33
--- /dev/null
+++ b/net/sdist/pkg/COMMENT
@@ -0,0 +1 @@
+invoke rdist to distribute files to a set of hosts
diff --git a/net/sdist/pkg/DESCR b/net/sdist/pkg/DESCR
new file mode 100644
index 00000000000..a9244f088d2
--- /dev/null
+++ b/net/sdist/pkg/DESCR
@@ -0,0 +1,6 @@
+Sdist invokes rdist in an intelligent manner. Usually, the sdist
+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 sdist on.
diff --git a/net/sdist/pkg/PLIST b/net/sdist/pkg/PLIST
new file mode 100644
index 00000000000..1071a473fa4
--- /dev/null
+++ b/net/sdist/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/30 17:47:17 kim Exp $
+sbin/sdist
+man/man8/sdist.8