diff options
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 000000000000..ad48003570db --- /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 000000000000..4554c3dbbad6 --- /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 000000000000..36db99316b4c --- /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 |