Commit Graph

7 Commits

Author SHA1 Message Date
Steve Price
7334e5c303 Fix build on Alpha. 1999-05-31 04:47:02 +00:00
Warner Losh
06e87ec344 o Remove MAINTAINER, who is no longer maintaining this port
o Change errno program variable to eno.  Looks like this port has been
  broken for a while and no one noticed.

Approved by: Old maintainer
1998-09-23 05:13:55 +00:00
Peter Wemm
21aaf2b306 Convert the changes from the version of sup in the src tree in recent
history to patch format to the native tree layout.

The version in src/usr.sbin/sup can now die. :-)
1997-03-11 04:41:41 +00:00
Justin T. Gibbs
de346f883c makescan does not return int. 1995-12-13 16:24:56 +00:00
Justin T. Gibbs
5ef1cb544b Releases in a release file that do not specify scan=foo will not generate
a scan file if supscan is run on that collection.

Supfilesrv will not blindly take scan to be the scan file for any release
that does not specify a scan file.  It will take it if there is no releases
file (there can only be on collection in that case).

Supscan now takes optional "-r release" args to specify scanning only certain
releases in a collection.
1995-12-11 00:03:41 +00:00
Justin T. Gibbs
7399ab5ffb Bring in the modifications to SUP that I did for Berkeley's TCS.
1) Preserve the timestamp of an updated file even if a command that is
executed because of the update modifies the file.  This allows you to
do things like export /etc/hosts and when it changes, customize it based
on the target host with a simple script, but not upgrade it every time
sup is run.

2) Add the "unlinkbusy" SUP option.  The goal of this option is to allow
you to upgrade binaries and libraries on a running system via sup
automagically just like "install" does.

3) Add the "rename" collection function.  This allows you to store a file
on the server under one name, but have it land on the client under another.

All of these changes are targeted toward making SUP a better administrative
tool.  A reverse rdist if you like.  TCS uses sup to keep over 100 HP
workstations in sync with a master machine and performs all maintainence
including new software installations and system patches using it without
a hitch.  Of course, the SUP collections are fairly complicated
(HUP inetd when inetd.conf changes is a very simple example), but it
definitely works and works well.

This patch also includes full support for the HPUX platform.  I didn't
see any reason to strip it out since HPUX was the target platform of
the original work and it may be of use to other people.
1995-08-14 08:57:27 +00:00
Paul Traina
31260ac9d0 upfilesrv no longer linked due to missing -lcrypt
2.0-current distinguishes between crypt() and cipher() technology and
in this case, the crypt() call was for password authentication on the
file server.  If building an encrypting sup, link with -lcipher -lcrypt,
if building a normal sup, link with -lcrypt.
1994-10-27 21:23:24 +00:00