HP3000-L Archives

November 1999, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Bixby <[log in to unmask]>
Reply To:
Mark Bixby <[log in to unmask]>
Date:
Wed, 3 Nov 1999 13:51:26 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (86 lines)
Patchman v2.0 is now available for your enjoyment.  Death to MOVER!!!  Long
live :STORE-to-disk!!!

- Mark B.

# PATCHMAN v2.0 MPE Patch analysis tool.
# --------------------------------------
# Patchman is a patch management tool that analyzes the patches previously
# installed on your system, looking for:
#
#       patches that have been marked bad
#       patches that have been superseded by downloadable patches
#       patches that have been superseded by non-downloadable patches
#       patches that are unrecognized (generally alpha or beta patches)
#
# Patchman then suggests which new patches you might want to download and
# install:
#
#       new patches superseding any of your previously installed patches
#       new patches for FOS or HPSWINFO-patched subsystems
#       new patches for other subsystems
#
# Patchman is willing to optionally download and unpack any recommended
# patches.
#
# See patchman -h for full usage information.  If run with no parameters, the
# default behavior is just to report on installed patches and recommend new
# patches.

# Download patchman from:
#
# ftp://ftp.bixby.org/pub/mpe/patchman-2.0
# or
# http://www.bixby.org/ftp/pub/mpe/patchman-2.0

# This piece of personal freeware is unsupported by HP, but I'm willing to
# answer comments and questions as time permits:
#
# Hewlett-Packard Company
# ATTN: Mark Bixby
# 19447 Pruneridge Avenue, MS 47UX
# Cupertino, CA  95014
#
# email: [log in to unmask]
# phone: +1 408 447-5653
# web  : http://www.bixby.org/mark/

# README README README README README README README README README README README
#
# This tool is not a substitute for exercising your own good judgement or
# talking to the HP Response Center!!!!!
#
# I make some critical assumptions in this script:
#
# 1) Patch names must match the regexp [A-Z]{2}[0-9A-Z][A-Z]{2}[0-9A-Z]{2}[A-Z]
#
# 2) A superseding patch will have a name alphanumerically greater than the
#    superseded patch.
#
# 3) HPSWINFO is NOT examined chronologically.  Thus if you installed a patch,
#    then supersede it, then at some later date re-install the old version,
#    this script won't know it and will think you're still using the
#    superseding patch.
#
# 4) "Interesting" new non-superseding patches for FOS are identified by a
#    fixed list of prefixes.  I don't know if the prefixes are 100% accurate.
#    Take a look and let me know.  Thanks.
#
# 5) "Interesting" new non-superseding patches for HPSWINFO are identified by
#    existing HPSWINFO prefixes.  Thus if a new non-FOS subsys patch appears
#    in the catalog, and you don't already have any patches in HPSWINFO for
#    this subsys, the new patch won't be listed in the HPSWINFO section (but
#    it WILL be listed in the other section).
#
# 6) No attempt is made to analyze dependency information.  That's a job for
#    Patch/iX anyway.  (You ARE using Patch/iX, aren't you?)
#
# README README README README README README README README README README README

# CHANGE HISTORY
# --------------
#
# v2.0  November 3, 1999
#
#       De-MOVER-ized to handle the new :STORE-to-disk patch format.

ATOM RSS1 RSS2