Patch Name:  PHSS_7573

Patch Description: s700 10.X A4362A Dial box, A4363A Button box driver patch

Creation Date: 96/06/26

Post Date:  96/08/12

Hardware Platforms - OS Releases:
        s700: 10.00 10.01 10.10 10.20

Products: N/A

Filesets:
        DAISY.DAISY

Automatic Reboot?: No

Status: General Superseded

Critical: No

Path Name:  /hp-ux_patches/s700/10.X/PHSS_7573

Symptoms:
        PHSS_7573:
        This is a re-packaging of PHSS_5248.  The preinstall
        and preremove scripts have been altered.  The utility
        script /usr/local/daisy/cfgdaisy has been simplified.

        PHSS_5248:
        The Daisy Driver rev. 1.0 will not work on 10.0 systems.

Defect Description:
        PHSS_7573:
        The support for this driver lapsed.

        PHSS_5248:
        The problem occured due to changes in X server code.

SR:
        5003252973 5003253161

Patch Files:
        /usr/local/daisy/README.daisy
        /usr/local/daisy/chk_daisy
        /usr/local/daisy/test_daisy
        /usr/local/daisy/cfgdaisy
        /usr/local/daisy/deldaisy
        /usr/local/daisy/xlsdev
        /usr/local/daisy/xbutton.c
        /usr/local/daisy/xdial.c
        /usr/lib/X11/extensions/daisy.sl
        /usr/lib/X11/extensions/button.kmap

what(1) Output:
        /usr/local/daisy/README.daisy:
                $Revision: 1.2 $ $Date: 95/03/16 11:22:23 $ README.d
                        aisy
        /usr/local/daisy/chk_daisy:
                $Revision: 1.1 $ $Date: 95/02/07 17:11:54 $ chk_dais
                        y.c
        /usr/local/daisy/test_daisy:
                $Revision: 1.1 $ $Date: 95/02/07 17:12:10 $ newtest.
                        c
        /usr/local/daisy/cfgdaisy:
                $Revision: 1.2 $ $Date: 95/02/08 11:59:34 $ cfgdaisy
        /usr/local/daisy/deldaisy:
                $Revision: 1.1 $ $Date: 95/02/07 17:12:15 $ deldaisy
        /usr/local/daisy/xlsdev:
                None
        /usr/local/daisy/xbutton.c:
                $Revision: 1.2 $ $Date: 95/02/08 12:01:45 $ xbutton.
                        c
        /usr/local/daisy/xdial.c:
                $Revision: 1.1 $ $Date: 95/02/07 17:12:07 $ xdial.c
        /usr/lib/X11/extensions/daisy.sl:
                $Revision: 2.1 $ PATCH $Date: 95/11/03 14:36:32 $ da
                        isy.c
        /usr/lib/X11/extensions/button.kmap:
                None

cksum(1) Output:
        4212013378 7703 /usr/local/daisy/README.daisy
        2477387616 20533 /usr/local/daisy/chk_daisy
        422320122 28741 /usr/local/daisy/test_daisy
        3757016479 7806 /usr/local/daisy/cfgdaisy
        2296444455 777 /usr/local/daisy/deldaisy
        1517639172 20529 /usr/local/daisy/xlsdev
        408343909 3095 /usr/local/daisy/xbutton.c
        2750886854 3057 /usr/local/daisy/xdial.c
        1456408522 24643 /usr/lib/X11/extensions/daisy.sl
        1750123831 227 /usr/lib/X11/extensions/button.kmap

Patch Conflicts: None

Patch Dependencies:  None

Hardware Dependencies:  None

Other Dependencies:  None

Supersedes:
        PHSS_5248

Equivalent Patches: None

Patch Package Size:  180 Kbytes

Installation Instructions:
        Please review all instructions and the Hewlett-Packard
        SupportLine User Guide or your Hewlett-Packard support terms
        and conditions for precautions, scope of license,
        restrictions, and, limitation of liability and warranties,
        before installing this patch.
        ------------------------------------------------------------
        1. Back up your system before installing a patch.

        2. Login as root.

        3. Copy the patch to the /tmp directory.

        4. Move to the /tmp directory and unshar the patch:

                cd /tmp
                sh PHSS_7573

        5a. For a standalone system, run swinstall to install the
            patch:

                swinstall -x autoreboot=true -x match_target=true \
                        -s /tmp/PHSS_7573.depot

        5b. For a homogeneous NFS Diskless cluster run swcluster on the
            server to install the patch on the server and the clients:

                swcluster -i -b

            This will invoke swcluster in the interactive mode and
            force all clients to be shut down.

            WARNING: All cluster clients must be shut down prior to the
                     patch installation.  Installing the patch while the
                     clients are booted is unsupported and can lead to
                     serious problems.

            The swcluster command will invoke an swinstall session in which
            you must specify:

                alternate root path  -  default is /export/shared_root/OS_700
                source depot path    -  /tmp/PHSS_7573.depot

            To complete the installation, select the patch by choosing
            "Actions -> Match What Target Has" and then "Actions -> Install"
            from the Menubar.

        5c. For a heterogeneous NFS Diskless cluster:

                - run swinstall on the server as in step 5a to install
                  the patch on the cluster server.

                - run swcluster on the server as in step 5b to install
                  the patch on the cluster clients.

        By default swinstall will archive the original software in
        /var/adm/sw/patch/PHSS_7573.  If you do not wish to retain a
        copy of the original software, you can create an empty file
        named /var/adm/sw/patch/PATCH_NOSAVE.

        Warning: If this file exists when a patch is installed, the
                 patch cannot be deinstalled.  Please be careful
                 when using this feature.

        It is recommended that you move the PHSS_7573.text file to
        /var/adm/sw/patch for future reference.

        To put this patch on a magnetic tape and install from the
        tape drive, use the command:

                dd if=/tmp/PHSS_7573.depot of=/dev/rmt/0m bs=2k

Special Installation Instructions:
        If the patch is being installed on a system where it's
        ancestor fileset (i.e DAISY) is absent , then modify
        the swinstall script as,

        swinstall -x match_target=false -s /tmp/PHSS_7573.depot \*

        The -s field is the full pathname of the tape depot on
        this machine.  If the depot has been installed and enabled
        then the product name will be the patch name, PHSS_7573
        and interactive invocation of swinstall is preferable.