diff options
author | jkh <jkh@FreeBSD.org> | 1994-08-23 18:14:21 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-08-23 18:14:21 +0800 |
commit | 4bcf75350a193cd549bd5820c225779bde04893d (patch) | |
tree | 6c9e2cdcae6898536b53cf8ca8c6421703b184eb /net | |
parent | 4309f5d8e0efea28c5eef5e3c95f0e8cd847f5ac (diff) | |
download | freebsd-ports-graphics-4bcf75350a193cd549bd5820c225779bde04893d.tar.gz freebsd-ports-graphics-4bcf75350a193cd549bd5820c225779bde04893d.tar.zst freebsd-ports-graphics-4bcf75350a193cd549bd5820c225779bde04893d.zip |
Package files for sup. NOTE: I screwed up when I committed sup to utils/
since it should have been in net/. Since not too many people are grabbing
ports yet I'm going to be nasty and relocate it in the repository.
Submitted by: jkh
Diffstat (limited to 'net')
-rw-r--r-- | net/sup/pkg-comment | 1 | ||||
-rw-r--r-- | net/sup/pkg-descr | 5 | ||||
-rw-r--r-- | net/sup/pkg-plist | 6 |
3 files changed, 12 insertions, 0 deletions
diff --git a/net/sup/pkg-comment b/net/sup/pkg-comment new file mode 100644 index 00000000000..ad48003570d --- /dev/null +++ b/net/sup/pkg-comment @@ -0,0 +1 @@ +This is CMU's Software Update Protocol package diff --git a/net/sup/pkg-descr b/net/sup/pkg-descr new file mode 100644 index 00000000000..4554c3dbbad --- /dev/null +++ b/net/sup/pkg-descr @@ -0,0 +1,5 @@ +Sup is a program used for upgrading collections of files from other machines +to your machine. You execute sup, the client program, which talks over the +network using IP/TCP to a file server process. The file server process +cooperates with sup to determine which files of the collection need to be +upgraded on your machine. diff --git a/net/sup/pkg-plist b/net/sup/pkg-plist new file mode 100644 index 00000000000..36db99316b4 --- /dev/null +++ b/net/sup/pkg-plist @@ -0,0 +1,6 @@ +@cwd /usr/local +bin/sup +bin/supscan +bin/supfilesrv +man/man1/sup.1 +man/man8/supservers.8 |