sup 20100519-1 source package in Ubuntu

Changelog

sup (20100519-1) unstable; urgency=low

  * Update to new upstream snapshot.
  * Refresh 04_fix_man.patch as several man page problems are fixed
    upstream now.
  * Switch to dpkg-source 3.0 (quilt) format
  * Bump Standards version to 3.8.4
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  27 May 2010 09:26:09 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Jochen Friedrich
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe devel
Trusty release universe devel
Precise release universe devel

Downloads

File Size SHA-256 Checksum
sup_20100519.orig.tar.gz 92.8 KiB 8cd6d6aba5e195068c7494c7a14f0116d4b4f00c62c351bc9108ecc1b5a659e2
sup_20100519-1.debian.tar.gz 18.7 KiB cb38ee5a9ed1d06ff1a00d99eedfa717e1a4cbd674927e33b9578f2982de00a0
sup_20100519-1.dsc 970 bytes 960a11f01c4c868e9aeca35a0536fe7f571ccf6c91c34516546e7e081670a8e2

Available diffs

View changes file

Binary packages built by this source

sup: Software Upgrade Protocol implementation

 The SUP System is a set of programs developed by Carnegie Mellon
 University that provide for collections of files to be maintained in
 identical versions across a number of machines. These programs are:
 .
 SUP: The "client" program, run by users or system maintainers, which
 initiates the upgrade activity on a machine requesting the
 latest version of a collection of files. SUP will normally be
 run as a daemon, firing up once each night (week, etc.) to
 upgrade the specified file collections.
 .
 SUPFILESRV: The "file server" program, a daemon that is run by the
 system maintainer to service requests for files initiated by client
 SUP programs. The file server runs on every machine used as a
 "repository" of distributable versions of files. It runs continuously
 and listens for network connection requests by individual client
 processes; for each individual client request, a process is forked to
 service that request.
 .
 SUPSCAN: The "file scanner" program, that may optionally be run
 periodically to speed up execution of the file server. It
 pre-compiles a list of files on the file system that match the
 specifications for a given file collection so that the file server
 need not do this during each upgrade of that collection. The file
 scanner is normally used daily for very large file collections that
 are upgraded by many clients each day; it is not so useful for small
 file collections or for those that are upgraded by only a few client
 machines per day.