November 12, 2003
Dear SCO Customer,
This package contains the UnixWare 7.1.3 Maintenance Pack 3. This Maintenance Pack contains important fixes to your UnixWare system and should be applied at your next maintenance period.
I. Software Notes and Recommendations
II. Installation Instructions
III. Removal Instructions
IV. Comprehensive List of Problems Fixed
V. Supplementary Documentation
VI. File Contents
VII. Escalation Fixes in this Maintenance Pack
The UnixWare 7.1.3 Maintenance Pack 3 package (uw713mp3.image) should only be installed on:
UnixWare 7.1.3
If you are performing an in-place upgrade from UnixWare 7.1.1 or Open UNIX 8.0.0 to UnixWare 7.1.3, make sure to reboot the system after applying the update and before applying this maintenance pack.
If you are installing from images downloaded from the SCO Web or FTP site then in addition to installing this maintenance pack, we strongly recommend that you download and install the latest nics and nd packages from http://www.sco.com/support/update/download/uw713list.html.
uw713mp3 is a set and contains the following packages:
uw713m3 Maintenance Pack 3 package libc Runtime Library Package libthread Runtime Library Package
Installing uw713mp3 will update the above runtime libraries as well as installing the uw713m3 package. The runtime libraries, once installed, are not removable.
If you have previously installed uw713mp1 or uw713mp2, you can install uw713mp3 without removing the previous maintenance pack.
This maintenance pack can not be installed on top of any UnixWare 7.1.3 Update Pack. For example, this maintenance pack can not be installed if uw713up1 (Update Pack 1) is installed.
This version of the Maintenance Pack supersedes the following Supplements which may have been withdrawn from the ftp site:
uw713mp3 updates sendmail to version 8.12.9 + security fixes from 8.12.10. However, if you previously added a version of sendmail provided by a vendor other than The SCO Group, then uw713mp3 will not update that version.
After installing uw713mp3, running sendmail commands such as the newalias command may display the following error message:
Warning: .cf file is out of date: sendmail 8.12.9 supports version 10, .cf file is version 9
Mail will continue to function. However none of the new features, implemented in the configuration file, will be available unless you edit this file manually. See http://sendmail.org for further detail.
Only sendmail has been updated. SCOadmin has not been updated. The old configuration file has been left in place to allow continued use of the SCOadmin interface.
To avoid the warning message edit /etc/sendmail.cf and change the config file format entry (the first non comment line) from "V9" to "V10". Note that once you edit sendmail.cf manually you will no longer be able to use SCOadmin to manage sendmail.
If your system hangs on the first reboot following installation of Maintenance Pack 3 and, prior to hanging, it displayed an error message stating that an HBA command timed out, apply the following workaround:
Reset the system.
When the system displays the UnixWare logo during the boot sequence, interrupt the boot by pressing any key.
At the boot prompt enter:
USE_XAPIC=N boot
The system should continue to boot normally.
Once the system is running edit /stand/boot and add the following entry:
USE_XAPIC=N
The base and uw713m prototype files lists /usr/include/sys/lxki.h as a file ("^f") but update713 prototype lists this file as volatile ("^v"). So installing uw713mp3 on a system that had been upgraded from UnixWare 7.1.1 or Open UNIX 8 to UnixWare 7.1.3 yields this warning (and keeps the file as volatile):
UX:pkginstall: WARNING: /usr/include/sys/lxki.h <shared file is volatile>
This warning can be ignored.
For a list of issues that this Maintenance Pack addresses, please see IV. Comprehensive List of Problems Fixed.
If you have questions regarding this supplement, or the product on which it is installed, please contact your software supplier or support representative.
If you are installing the Maintenance Pack from CD:
Insert the Maintenance Pack CD into the CD Drive.
As root, add the maintenance pack to your system using these commands:
$ su - Password: <type your root password> # mount /dev/cdrom/cdrom1 /install # pkgadd -d /install/uw713mp3.image
As root, add the nics and nd packages present on the CD using the commands:
# pkgadd -d /install/nics.image # pkgadd -d /install/nd.image
Reboot the system after installing this package.
# shutdown -i6 -g0 -y
If you see the following message:
WARNING: Reapply uw713m3 package. Failure to do so may leave your system in an inconsistent state.then you need to reapply the uw713m3 package. You can do this by repeating step 2.
If you are installing the Maintenance Pack from the web or ftp site:
Download the uw713mp3.image file to your server.
As root, change directory to the location of the downloaded image and add the maintenance pack to your system using these commands:
$ su - Password: type your root password # cat uw713mp3.image | pkgadd -d -
NOTE: We strongly recommend that you also download and install the latest nics and nd packages from:
http://www.sco.com/support/update/download/uw713list.html
Download and install these packages as instructed in the previous step.
Reboot the system after installation is complete:
# shutdown -i6 -g0 -y
If you see the following message:
WARNING: Reapply uw713m3 package. Failure to do so may leave your system in an inconsistent state.
then you need to reapply the uw713m3 package. You can do this by repeating step 2.
As noted in Section I, the runtime library packages are not removable. Thus when you remove the uw713mp3 set only the uw713m3 package is removed.
To remove the maintenance pack:
Enter:
$ su - Password: type your root password # pkgrm uw713mp3
Reboot the system:
# shutdown -i6 -g0 -y
uw713mp1 contained the following fixes; these fixes are also included in uw713mp3:
uw713mp2 contained the following fixes; these fixes are also included in uw713mp3:
10/24/02 17:14:51; 27209; cs: ioctl() set signal error; errno=22
erg712153/fz526540
UX:vxfs mount: ERROR: illegal -o suboption -- noquota
erg712190/fz526894
uw713mp3 contains these new fixes:
The following minor modifications have been made in order to maintain conformance to the UNIX 95 standard:
$ echo $((10+1)) 11 $ echo $((010+1)) 11 $ echo $((0x10+1)) /u95/bin/sh: 0x10+1: arithmetic syntax error
A change was made to work as intended when the POSIX2 environment variable is set:
$ export POSIX2=on $ echo $((10+1)) 11 $ echo $((010+1)) 9 $ echo $((0x10+1)) 17
Note that because integer constants like 010 have a silent change in behavior, this change requires POSIX2 to be set in the environment.
arpa/inet.h netdb.h netinet/in.h netinet/in6_f.h netinet/in_f.h fmtmsg.h grp.h libgen.h pwd.h stdarg.h strings.h unistd.h utmp.h utmpx.h wchar.h sys/fcntl.h sys/stat.h sys/statvfs.h sys/convsa.h sys/stropts.h sys/mman.h sys/socket.h sys/un.h sys/regset.h sys/siginfo.h sys/ucontext.h sys/fp.h
/etc/conf/bin/idconfupdate /etc/conf/bin/idinstall /etc/conf/drvmap.d/usb_ehci /etc/conf/drvmap.d/usb_msto /etc/conf/dtune.d/ipc /etc/conf/dtune.d/proc /etc/conf/mdevice.d/usb_ehci /etc/conf/mdevice.d/usb_msto /etc/conf/mtune.d/ipc /etc/conf/mtune.d/proc /etc/conf/node.d/usb_msto /etc/conf/pack.d/audit/Driver_atup.o /etc/conf/pack.d/audit/Driver_mp.o /etc/conf/pack.d/cdfs/Driver_atup.o /etc/conf/pack.d/cdfs/Driver_mp.o /etc/conf/pack.d/cmux/Driver_atup.o /etc/conf/pack.d/cmux/Driver_mp.o /etc/conf/pack.d/elf/Driver_atup.o /etc/conf/pack.d/elf/Driver_mp.o /etc/conf/pack.d/fs/Driver_atup.o /etc/conf/pack.d/fs/Driver_mp.o /etc/conf/pack.d/inet/Driver_atup.o /etc/conf/pack.d/inet/Driver_mp.o /etc/conf/pack.d/intp/Driver_atup.o /etc/conf/pack.d/intp/Driver_mp.o /etc/conf/pack.d/io/Driver_atup.o /etc/conf/pack.d/io/Driver_mp.o /etc/conf/pack.d/ipc/Driver_atup.o /etc/conf/pack.d/ipc/Driver_mp.o /etc/conf/pack.d/ipc/Modstub.o /etc/conf/pack.d/ipc/space.c /etc/conf/pack.d/ipc/stubs.c /etc/conf/pack.d/kd/Driver_atup.o /etc/conf/pack.d/kd/Driver_mp.o /etc/conf/pack.d/krpc/Driver_atup.o /etc/conf/pack.d/krpc/Driver_mp.o /etc/conf/pack.d/linux/Driver_atup.o /etc/conf/pack.d/linux/Driver_mp.o /etc/conf/pack.d/linux/Modstub.o /etc/conf/pack.d/lxdevfs/Driver_atup.o /etc/conf/pack.d/lxdevfs/Driver_mp.o /etc/conf/pack.d/lxuwfs/Driver_atup.o /etc/conf/pack.d/lxuwfs/Driver_mp.o /etc/conf/pack.d/mem/Driver_atup.o /etc/conf/pack.d/mem/Driver_mp.o /etc/conf/pack.d/memfs/Driver_atup.o /etc/conf/pack.d/memfs/Driver_mp.o /etc/conf/pack.d/mod/Driver_atup.o /etc/conf/pack.d/mod/Driver_mp.o /etc/conf/pack.d/mpio/Driver.o /etc/conf/pack.d/mps/Driver_mp.o /etc/conf/pack.d/msr/Driver.o /etc/conf/pack.d/nfs/Driver_atup.o /etc/conf/pack.d/nfs/Driver_mp.o /etc/conf/pack.d/pcid/Driver.o /etc/conf/pack.d/ppp/Driver.o /etc/conf/pack.d/pppml/Driver.o /etc/conf/pack.d/proc/Driver_atup.o /etc/conf/pack.d/proc/Driver_mp.o /etc/conf/pack.d/proc/space.c /etc/conf/pack.d/procfs/Driver_atup.o /etc/conf/pack.d/procfs/Driver_mp.o /etc/conf/pack.d/pse/Driver_atup.o /etc/conf/pack.d/pse/Driver_mp.o /etc/conf/pack.d/psm_apic/Driver_mp.o /etc/conf/pack.d/s5/Driver_atup.o /etc/conf/pack.d/s5/Driver_mp.o /etc/conf/pack.d/sd01/Driver.o /etc/conf/pack.d/sdi/Driver_atup.o /etc/conf/pack.d/sdi/Driver_mp.o /etc/conf/pack.d/sfs/Driver_atup.o /etc/conf/pack.d/sfs/Driver_mp.o /etc/conf/pack.d/sockfs/Driver_atup.o /etc/conf/pack.d/sockfs/Driver_mp.o /etc/conf/pack.d/socksys/Driver_atup.o /etc/conf/pack.d/socksys/Driver_mp.o /etc/conf/pack.d/specfs/Driver_atup.o /etc/conf/pack.d/specfs/Driver_mp.o /etc/conf/pack.d/st01/Driver.o /etc/conf/pack.d/svc/Driver_atup.o /etc/conf/pack.d/svc/Driver_mp.o /etc/conf/pack.d/ticots/Driver_atup.o /etc/conf/pack.d/ticots/Driver_mp.o /etc/conf/pack.d/ticotsor/Driver_atup.o /etc/conf/pack.d/ticotsor/Driver_mp.o /etc/conf/pack.d/udev/Driver_atup.o /etc/conf/pack.d/udev/Driver_mp.o /etc/conf/pack.d/usb_ehci/Driver.o /etc/conf/pack.d/usb_msto/Driver.o /etc/conf/pack.d/usb_msto/disk.cfg /etc/conf/pack.d/vtoc/Driver.o /etc/conf/pack.d/vxfs/Driver_atup.o /etc/conf/pack.d/vxfs/Driver_mp.o /etc/conf/sdevice.d/usb_ehci /etc/conf/sdevice.d/usb_msto /etc/fs/vxfs/ckroot /etc/fs/vxfs/df /etc/fs/vxfs/fsck /etc/fs/vxfs/fstyp /etc/fs/vxfs/labelit /etc/fs/vxfs/mkfs /etc/fs/vxfs/mount /etc/getty /etc/init.d/rpc /etc/mail/admin/mailadmin /etc/mail/cf/README /etc/mail/cf/README.SCO /etc/mail/cf/cf/Build /etc/mail/cf/cf/Makefile /etc/mail/cf/cf/README /etc/mail/cf/cf/chez.cs.mc /etc/mail/cf/cf/clientproto.mc /etc/mail/cf/cf/cs-hpux10.mc /etc/mail/cf/cf/cs-hpux9.mc /etc/mail/cf/cf/cs-osf1.mc /etc/mail/cf/cf/cs-solaris2.mc /etc/mail/cf/cf/cs-sunos4.1.mc /etc/mail/cf/cf/cs-ultrix4.mc /etc/mail/cf/cf/cyrusproto.mc /etc/mail/cf/cf/generic-bsd4.4.cf /etc/mail/cf/cf/generic-bsd4.4.mc /etc/mail/cf/cf/generic-hpux10.cf /etc/mail/cf/cf/generic-hpux10.mc /etc/mail/cf/cf/generic-hpux9.cf /etc/mail/cf/cf/generic-hpux9.mc /etc/mail/cf/cf/generic-linux.cf /etc/mail/cf/cf/generic-linux.mc /etc/mail/cf/cf/generic-mpeix.cf /etc/mail/cf/cf/generic-mpeix.mc /etc/mail/cf/cf/generic-nextstep3.3.cf /etc/mail/cf/cf/generic-nextstep3.3.mc /etc/mail/cf/cf/generic-osf1.cf /etc/mail/cf/cf/generic-osf1.mc /etc/mail/cf/cf/generic-solaris.cf /etc/mail/cf/cf/generic-solaris.mc /etc/mail/cf/cf/generic-sunos4.1.cf /etc/mail/cf/cf/generic-sunos4.1.mc /etc/mail/cf/cf/generic-ultrix4.cf /etc/mail/cf/cf/generic-ultrix4.mc /etc/mail/cf/cf/huginn.cs.mc /etc/mail/cf/cf/knecht.mc /etc/mail/cf/cf/mail.cs.mc /etc/mail/cf/cf/mail.eecs.mc /etc/mail/cf/cf/mailspool.cs.mc /etc/mail/cf/cf/python.cs.mc /etc/mail/cf/cf/s2k-osf1.mc /etc/mail/cf/cf/s2k-ultrix4.mc /etc/mail/cf/cf/sco.uw.svr5.cf /etc/mail/cf/cf/sco.uw.svr5.mc /etc/mail/cf/cf/submit.cf /etc/mail/cf/cf/submit.mc /etc/mail/cf/cf/tcpproto.mc /etc/mail/cf/cf/ucbarpa.mc /etc/mail/cf/cf/ucbvax.mc /etc/mail/cf/cf/uucpproto.mc /etc/mail/cf/cf/vangogh.cs.mc /etc/mail/cf/domain/Berkeley.EDU.m4 /etc/mail/cf/domain/CS.Berkeley.EDU.m4 /etc/mail/cf/domain/EECS.Berkeley.EDU.m4 /etc/mail/cf/domain/S2K.Berkeley.EDU.m4 /etc/mail/cf/domain/berkeley-only.m4 /etc/mail/cf/domain/generic.m4 /etc/mail/cf/feature/accept_unqualified_senders.m4 /etc/mail/cf/feature/accept_unresolvable_domains.m4 /etc/mail/cf/feature/access_db.m4 /etc/mail/cf/feature/allmasquerade.m4 /etc/mail/cf/feature/always_add_domain.m4 /etc/mail/cf/feature/authinfo.m4 /etc/mail/cf/feature/bestmx_is_local.m4 /etc/mail/cf/feature/bitdomain.m4 /etc/mail/cf/feature/blacklist_recipients.m4 /etc/mail/cf/feature/compat_check.m4 /etc/mail/cf/feature/delay_checks.m4 /etc/mail/cf/feature/dnsbl.m4 /etc/mail/cf/feature/domaintable.m4 /etc/mail/cf/feature/enhdnsbl.m4 /etc/mail/cf/feature/generics_entire_domain.m4 /etc/mail/cf/feature/genericstable.m4 /etc/mail/cf/feature/ldap_routing.m4 /etc/mail/cf/feature/limited_masquerade.m4 /etc/mail/cf/feature/local_lmtp.m4 /etc/mail/cf/feature/local_no_masquerade.m4 /etc/mail/cf/feature/local_procmail.m4 /etc/mail/cf/feature/lookupdotdomain.m4 /etc/mail/cf/feature/loose_relay_check.m4 /etc/mail/cf/feature/mailertable.m4 /etc/mail/cf/feature/masquerade_entire_domain.m4 /etc/mail/cf/feature/masquerade_envelope.m4 /etc/mail/cf/feature/msp.m4 /etc/mail/cf/feature/no_default_msa.m4 /etc/mail/cf/feature/nocanonify.m4 /etc/mail/cf/feature/nodns.m4 /etc/mail/cf/feature/notsticky.m4 /etc/mail/cf/feature/nouucp.m4 /etc/mail/cf/feature/nullclient.m4 /etc/mail/cf/feature/preserve_local_plus_detail.m4 /etc/mail/cf/feature/preserve_luser_host.m4 /etc/mail/cf/feature/promiscuous_relay.m4 /etc/mail/cf/feature/queuegroup.m4 /etc/mail/cf/feature/redirect.m4 /etc/mail/cf/feature/relay_based_on_MX.m4 /etc/mail/cf/feature/relay_entire_domain.m4 /etc/mail/cf/feature/relay_hosts_only.m4 /etc/mail/cf/feature/relay_local_from.m4 /etc/mail/cf/feature/relay_mail_from.m4 /etc/mail/cf/feature/smrsh.m4 /etc/mail/cf/feature/stickyhost.m4 /etc/mail/cf/feature/use_ct_file.m4 /etc/mail/cf/feature/use_cw_file.m4 /etc/mail/cf/feature/uucpdomain.m4 /etc/mail/cf/feature/virtuser_entire_domain.m4 /etc/mail/cf/feature/virtusertable.m4 /etc/mail/cf/hack/cssubdomain.m4 /etc/mail/cf/m4/cf.m4 /etc/mail/cf/m4/cfhead.m4 /etc/mail/cf/m4/proto.m4 /etc/mail/cf/m4/version.m4 /etc/mail/cf/mailer/cyrus.m4 /etc/mail/cf/mailer/cyrusv2.m4 /etc/mail/cf/mailer/fax.m4 /etc/mail/cf/mailer/local.m4 /etc/mail/cf/mailer/mail11.m4 /etc/mail/cf/mailer/phquery.m4 /etc/mail/cf/mailer/pop.m4 /etc/mail/cf/mailer/procmail.m4 /etc/mail/cf/mailer/qpage.m4 /etc/mail/cf/mailer/smtp.m4 /etc/mail/cf/mailer/usenet.m4 /etc/mail/cf/mailer/uucp.m4 /etc/mail/cf/ostype/a-ux.m4 /etc/mail/cf/ostype/aix3.m4 /etc/mail/cf/ostype/aix4.m4 /etc/mail/cf/ostype/aix5.m4 /etc/mail/cf/ostype/altos.m4 /etc/mail/cf/ostype/amdahl-uts.m4 /etc/mail/cf/ostype/bsd4.3.m4 /etc/mail/cf/ostype/bsd4.4.m4 /etc/mail/cf/ostype/bsdi.m4 /etc/mail/cf/ostype/bsdi1.0.m4 /etc/mail/cf/ostype/bsdi2.0.m4 /etc/mail/cf/ostype/darwin.m4 /etc/mail/cf/ostype/dgux.m4 /etc/mail/cf/ostype/domainos.m4 /etc/mail/cf/ostype/dynix3.2.m4 /etc/mail/cf/ostype/freebsd4.m4 /etc/mail/cf/ostype/freebsd5.m4 /etc/mail/cf/ostype/gnu.m4 /etc/mail/cf/ostype/hpux10.m4 /etc/mail/cf/ostype/hpux11.m4 /etc/mail/cf/ostype/hpux9.m4 /etc/mail/cf/ostype/irix4.m4 /etc/mail/cf/ostype/irix5.m4 /etc/mail/cf/ostype/irix6.m4 /etc/mail/cf/ostype/isc4.1.m4 /etc/mail/cf/ostype/linux.m4 /etc/mail/cf/ostype/maxion.m4 /etc/mail/cf/ostype/mklinux.m4 /etc/mail/cf/ostype/mpeix.m4 /etc/mail/cf/ostype/nextstep.m4 /etc/mail/cf/ostype/openbsd.m4 /etc/mail/cf/ostype/osf1.m4 /etc/mail/cf/ostype/powerux.m4 /etc/mail/cf/ostype/ptx2.m4 /etc/mail/cf/ostype/qnx.m4 /etc/mail/cf/ostype/riscos4.5.m4 /etc/mail/cf/ostype/sco-uw-2.1.m4 /etc/mail/cf/ostype/sco.uw.svr5.m4 /etc/mail/cf/ostype/sco3.2.m4 /etc/mail/cf/ostype/sinix.m4 /etc/mail/cf/ostype/solaris2.m4 /etc/mail/cf/ostype/solaris2.ml.m4 /etc/mail/cf/ostype/solaris2.pre5.m4 /etc/mail/cf/ostype/solaris8.m4 /etc/mail/cf/ostype/sunos3.5.m4 /etc/mail/cf/ostype/sunos4.1.m4 /etc/mail/cf/ostype/svr4.m4 /etc/mail/cf/ostype/ultrix4.m4 /etc/mail/cf/ostype/unixware7.m4 /etc/mail/cf/ostype/unknown.m4 /etc/mail/cf/ostype/uxpds.m4 /etc/mail/cf/sendmail.schema /etc/mail/cf/sh/makeinfo.sh /etc/mail/cf/siteconfig/uucp.cogsci.m4 /etc/mail/cf/siteconfig/uucp.old.arpa.m4 /etc/mail/cf/siteconfig/uucp.ucbarpa.m4 /etc/mail/cf/siteconfig/uucp.ucbvax.m4 /etc/mail/convertcf /etc/mail/hoststat /etc/mail/mailq /etc/mail/mailstats /etc/mail/makemap /etc/mail/newaliases /etc/mail/praliases /etc/mail/purgestat /etc/mail/sendmail /etc/mail/sendmail.hf /etc/mail/sendmailcf.factory /etc/mail/sendmailrc /etc/mail/smrsh /etc/mail/smtpd /etc/p6updata /etc/rc2.d/S75rpc /sbin/dd /sbin/init /sbin/ps /sbin/vxrestore /u95/bin/ksh /u95/bin/renice /u95/bin/sh /usr/bin/dd /usr/bin/ftp /usr/bin/htmldoc /usr/bin/ksh /usr/bin/lynx /usr/bin/makewhatis /usr/bin/metamail /usr/bin/posix/sh /usr/bin/ps /usr/bin/rmail /usr/bin/sar /usr/bin/sort /usr/bin/uudecode /usr/ccs/bin/debug /usr/ccs/bin/dump /usr/dt/bin/dthelpgen /usr/gnu/bin/lynx /usr/include/arpa/inet.h /usr/include/fmtmsg.h /usr/include/grp.h /usr/include/libgen.h /usr/include/netdb.h /usr/include/netinet/in.h /usr/include/netinet/in6_f.h /usr/include/netinet/in_f.h /usr/include/pwd.h /usr/include/scoadmin/sysAdmStd.h /usr/include/stdarg.h /usr/include/strings.h /usr/include/sys/convsa.h /usr/include/sys/fcntl.h /usr/include/sys/fp.h /usr/include/sys/ipc.h /usr/include/sys/lxki.h /usr/include/sys/mman.h /usr/include/sys/msg.h /usr/include/sys/pathname.h /usr/include/sys/plocal.h /usr/include/sys/regset.h /usr/include/sys/sem.h /usr/include/sys/shm.h /usr/include/sys/siginfo.h /usr/include/sys/socket.h /usr/include/sys/socksys.h /usr/include/sys/stat.h /usr/include/sys/statvfs.h /usr/include/sys/stropts.h /usr/include/sys/sysmacros.h /usr/include/sys/trap.h /usr/include/sys/ucontext.h /usr/include/sys/un.h /usr/include/unistd.h /usr/include/utmp.h /usr/include/utmpx.h /usr/include/vm/seg_kmem.h /usr/include/vm/seg_map.h /usr/include/vm/seg_vn.h /usr/include/wchar.h /usr/lib/acct/acctwtmp /usr/lib/acct/closewtmp /usr/lib/acct/runacct /usr/lib/acct/utmp2wtmp /usr/lib/acct/vxdiskusg /usr/lib/crash/addbin /usr/lib/crash/createbin /usr/lib/crash/extstr /usr/lib/crash/libkcrash.so /usr/lib/crash/listbin /usr/lib/crash/macros/buf.k /usr/lib/crash/macros/dak.k /usr/lib/crash/macros/device.k /usr/lib/crash/macros/e1008g.k /usr/lib/crash/macros/eeE8.k /usr/lib/crash/macros/file.k /usr/lib/crash/macros/ici.k /usr/lib/crash/macros/info.k /usr/lib/crash/macros/inode.k /usr/lib/crash/macros/ipc.k /usr/lib/crash/macros/loadmacs /usr/lib/crash/macros/mplock.k /usr/lib/crash/macros/net.k /usr/lib/crash/macros/page.k /usr/lib/crash/macros/pm.k /usr/lib/crash/macros/proc.k /usr/lib/crash/macros/sd01.k /usr/lib/crash/macros/sertty.k /usr/lib/crash/macros/stack.k /usr/lib/crash/macros/stat.k /usr/lib/crash/macros/stream.k /usr/lib/crash/macros/trace.k /usr/lib/crash/macros/ufs.k /usr/lib/crash/macros/user.k /usr/lib/crash/macros/vm.k /usr/lib/crash/macros/vnode.k /usr/lib/crash/macros/vxfs.k /usr/lib/docview/cgi-bin/htsearch.pl /usr/lib/docview/cgi-bin/info2html /usr/lib/docview/cgi-bin/infocat /usr/lib/docview/cgi-bin/man /usr/lib/docview/cgi-bin/man2html /usr/lib/docview/cgi-bin/manform /usr/lib/docview/cgi-bin/manlist /usr/lib/docview/cgi-bin/printbook /usr/lib/docview/cgi-bin/search /usr/lib/docview/cgi-bin/sectionlist /usr/lib/docview/conf/mknavlist /usr/lib/docview/conf/rundig.crontab /usr/lib/docview/conf/set.rundig.cron /usr/lib/docview/conf/templates/DocView.pm.in /usr/lib/docview/conf/templates/rewrite.conf.in /usr/lib/docview/conf/uw713up3install.pl /usr/lib/docview/de/Introductions/manpages.html /usr/lib/docview/de/Introductions/printintro.html /usr/lib/docview/de/Introductions/search.html /usr/lib/docview/en/Introductions/manpages.html /usr/lib/docview/en/Introductions/printintro.html /usr/lib/docview/en/Introductions/search.html /usr/lib/docview/es/Introductions/manpages.html /usr/lib/docview/es/Introductions/printintro.html /usr/lib/docview/es/Introductions/search.html /usr/lib/docview/fr/Introductions/manpages.html /usr/lib/docview/fr/Introductions/printintro.html /usr/lib/docview/fr/Introductions/search.html /usr/lib/docview/ja/IndexTemplate.html /usr/lib/docview/ja/Introductions/manpages.html /usr/lib/docview/ja/Introductions/printintro.html /usr/lib/docview/ja/Introductions/search.html /usr/lib/docview/ja/NavpageTemplate.html /usr/lib/docview/ja/header.html /usr/lib/docview/ja/nomatch.html /usr/lib/docview/ja/syntax.html /usr/lib/drf/conframdfs /usr/lib/drf/fsck-vxfs.dy /usr/lib/drf/labelit-vxfs.dy /usr/lib/drf/mkfs-vxfs.dy /usr/lib/fs/libsharedfstyp/libvxfsfstyp.so /usr/lib/fs/vxfs/df /usr/lib/fs/vxfs/edquota /usr/lib/fs/vxfs/ff /usr/lib/fs/vxfs/fsadm /usr/lib/fs/vxfs/fscat /usr/lib/fs/vxfs/fsdb /usr/lib/fs/vxfs/fstyp /usr/lib/fs/vxfs/getext /usr/lib/fs/vxfs/labelit /usr/lib/fs/vxfs/ncheck /usr/lib/fs/vxfs/quot /usr/lib/fs/vxfs/quota /usr/lib/fs/vxfs/quotaoff /usr/lib/fs/vxfs/quotaon /usr/lib/fs/vxfs/repquota /usr/lib/fs/vxfs/setext /usr/lib/fs/vxfs/volcopy /usr/lib/fs/vxfs/vxdump /usr/lib/fs/vxfs/vxrestore /usr/lib/fs/vxfs/vxupgrade /usr/lib/libnsl.so /usr/lib/libnsl.so.1 /usr/lib/libsocket.so /usr/lib/libsocket.so.1 /usr/lib/libsocket.so.2 /usr/lib/libxti.so /usr/lib/libxti.so.1 /usr/lib/lp/lpNet /usr/lib/lp/lpsched /usr/lib/lpsched /usr/lib/mail/execmail /usr/lib/nfs/lockd /usr/lib/ppp/psm/ip_rt /usr/lib/saf/ttymon /usr/lib/scoadmin/filesystem/CDFSSupplInfo.tlib /usr/lib/scoadmin/filesystem/filesystemGUI /usr/lib/scoadmin/filesystem/filesystemOsa /usr/lib/scoadmin/filesystem/fsUtils.tlib /usr/lib/scoadmin/filesystem/fsUtils.tndx /usr/lib/scohelp/en_US.ISO8859-1/man/bin/makewhatis /usr/lib/sendmail /usr/lib/sysadm.tlib /usr/lib/sysadm.tndx /usr/sadm/install/scripts/i_exit /usr/sbin/arp /usr/sbin/crash /usr/sbin/cs /usr/sbin/fsadm /usr/sbin/fscat /usr/sbin/getext /usr/sbin/getty /usr/sbin/in.ftpd /usr/sbin/in.otalkd /usr/sbin/in.rlogind /usr/sbin/in.talkd /usr/sbin/pkgadd /usr/sbin/pkgask /usr/sbin/pwck /usr/sbin/rtpm /usr/sbin/sar /usr/sbin/setext /usr/sbin/syslogd /usr/sbin/traceroute /usr/sbin/useradd /usr/sbin/userdel /usr/sbin/vxconvert /usr/sbin/vxdump /usr/sbin/vxrestore /usr/sbin/vxtunefs /usr/sbin/vxupgrade /usr/sbin/vxzip /usr/share/htmldoc/data/cp-1250 /usr/share/htmldoc/data/cp-1251 /usr/share/htmldoc/data/cp-1252 /usr/share/htmldoc/data/cp-1253 /usr/share/htmldoc/data/cp-1254 /usr/share/htmldoc/data/cp-1255 /usr/share/htmldoc/data/cp-1256 /usr/share/htmldoc/data/cp-1257 /usr/share/htmldoc/data/cp-1258 /usr/share/htmldoc/data/cp-874 /usr/share/htmldoc/data/iso-8859-1 /usr/share/htmldoc/data/iso-8859-14 /usr/share/htmldoc/data/iso-8859-15 /usr/share/htmldoc/data/iso-8859-2 /usr/share/htmldoc/data/iso-8859-3 /usr/share/htmldoc/data/iso-8859-4 /usr/share/htmldoc/data/iso-8859-5 /usr/share/htmldoc/data/iso-8859-6 /usr/share/htmldoc/data/iso-8859-7 /usr/share/htmldoc/data/iso-8859-8 /usr/share/htmldoc/data/iso-8859-9 /usr/share/htmldoc/data/koi8-r /usr/share/htmldoc/data/prolog.ps /usr/share/htmldoc/data/psglyphs /usr/share/htmldoc/fonts/Courier-Bold.afm /usr/share/htmldoc/fonts/Courier-Bold.pfa /usr/share/htmldoc/fonts/Courier-BoldOblique.afm /usr/share/htmldoc/fonts/Courier-BoldOblique.pfa /usr/share/htmldoc/fonts/Courier-Oblique.afm /usr/share/htmldoc/fonts/Courier-Oblique.pfa /usr/share/htmldoc/fonts/Courier.afm /usr/share/htmldoc/fonts/Courier.pfa /usr/share/htmldoc/fonts/Helvetica-Bold.afm /usr/share/htmldoc/fonts/Helvetica-Bold.pfa /usr/share/htmldoc/fonts/Helvetica-BoldOblique.afm /usr/share/htmldoc/fonts/Helvetica-BoldOblique.pfa /usr/share/htmldoc/fonts/Helvetica-Oblique.afm /usr/share/htmldoc/fonts/Helvetica-Oblique.pfa /usr/share/htmldoc/fonts/Helvetica.afm /usr/share/htmldoc/fonts/Helvetica.pfa /usr/share/htmldoc/fonts/Symbol.afm /usr/share/htmldoc/fonts/Symbol.pfa /usr/share/htmldoc/fonts/Times-Bold.afm /usr/share/htmldoc/fonts/Times-Bold.pfa /usr/share/htmldoc/fonts/Times-BoldItalic.afm /usr/share/htmldoc/fonts/Times-BoldItalic.pfa /usr/share/htmldoc/fonts/Times-Italic.afm /usr/share/htmldoc/fonts/Times-Italic.pfa /usr/share/htmldoc/fonts/Times-Roman.afm /usr/share/htmldoc/fonts/Times-Roman.pfa /usr/ucblib/makewhatis
CSSA-2002-SCO.42/erg712055/fz521053, CSSA-2002-SCO.43/erg712059/fz526562 CSSA-2002-SCO.44/erg712093/fz521051, CSSA-2003-SCO.1/erg712109/fz525292 CSSA-2003-SCO.3/erg712227/fz527425, CSSA-2003-SCO.5/erg712247/fz527484, CSSA-2003-SCO.7/erg501642/erg712182/fz525725/fz526861, CSSA-2003-SCO.23.1/erg712433/fz528320 erg501604/fz520887, erg501634/fz525626, erg501636/fz525650, erg501650/fz525867, erg501666/fz526164, erg501673/fz526330, erg501675/fz526224/fz526635/fz526681, erg501678/fz526352, erg501681/fz526404, erg501703/fz526973, erg501717/fz527726, erg501718/fz527462, erg501720/fz527517, erg501722/fz527554, erg501727/fz527381/fz528043/fz528046, erg501731/fz527737, erg501732/fz528409, erg550013/fz514721, erg711628/fz516107, erg712041/fz520932, erg712086/fz521356, erg712151/fz526496, erg712152/fz526505, erg712153/fz526540, erg712154/fz526541, erg712157/fz518020, erg712163/fz526524, erg712172/fz526750, erg712184/fz526355, erg712190/fz526894, erg712195/fz526396, erg712209/fz527217, erg712223/fz527360, erg712230/fz527439, erg712235/fz527455, erg712250/fz526110, erg712254/fz527498, erg712265/fz527543, erg712266/fz527550, erg712274/fz527623, erg712276/fz527629, erg712295/fz527776, erg712296/fz527783, erg712311/fz520676, erg712312/fz527879, erg712316/fz527917, erg712321/fz527939, erg712327/fz527968, erg712337/fz528010, erg712344/fz528030, erg712346/fz528045, erg712347/fz528048, erg712348/fz528051, erg712350/fz528053, erg712352/fz528064, erg712361/fz528100, erg712362/fz528070, erg712367/fz528126, erg712379/fz528144, erg712389/fz528172, erg712393/fz528133, erg712396/fz528199, erg712397/fz528056, erg712399/fz528204, erg712414/fz528159, erg712428/fz528292, erg712441/fz528135, erg712482/fz528474, fz199364, fz518517, fz518607, fz520729, fz526356, fz526395, fz526444, fz526462, fz526483, fz526501, fz526526, fz526550, fz526552, fz526629, fz526648, fz526683, fz526749, fz526791, fz526796, fz527264, fz527373, fz527377, fz527503, fz527522, fz527536, fz527571, fz527578, fz527750, fz527802, fz527910, fz527931, fz527934, fz528035, fz528107, fz528129, fz528131, fz528222, fz528295, fz528406, fz526593, fz527196
© Copyright 2003 The SCO Group, Inc. All rights reserved.