diff options
author | zuntum <zuntum> | 2001-10-31 22:52:58 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-10-31 22:52:58 +0000 |
commit | 7e9524f1017cb18948282b999e45c15b8b9e6dee (patch) | |
tree | b3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /net/rdist6/DESCR | |
parent | 41c8c3cd74ce618106e762374834328ba0c18a8c (diff) | |
download | pkgsrc-7e9524f1017cb18948282b999e45c15b8b9e6dee.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'net/rdist6/DESCR')
-rw-r--r-- | net/rdist6/DESCR | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/rdist6/DESCR b/net/rdist6/DESCR new file mode 100644 index 00000000000..de7c02e0148 --- /dev/null +++ b/net/rdist6/DESCR @@ -0,0 +1,17 @@ +This is derived from version 6.1 of Rdist from USC. It is based on +rdist from 4.3BSD (classic). It includes all fixes for all bugs known +to the CSRG Berkeley folks. It has been running at USC and numerous +other sites for some time now on a wide variety of platforms. + +This version of rdist is not directly compatible with rdist +distributed with 4.3BSD and subsequent vendor releases, but does +indirectly provide full backward compatibility. See COMPATIBILITY +below for details. + +This version of rdist does not need to be setuid "root" at all. Rdist +now uses the rsh(1c) [remote command] program to make connections to +remote hosts, instead of making the connection directly. This +eliminates the need to be run as "root". Many thanks to Chris +Siebenmann <cks@utcc.utoronto.ca> and John DiMarco +<jdd@cdf.toronto.edu> who came up with an rsh version of rcmd() that +makes this possible. |