Patch-ID#  100210-01
Keywords: defaults system database
Synopsis: SunOS 4.1.1: sunview bugid 1028856 - Defaults not reading the master Database
Date: 25/Jan/91
 
SunOS release: SunOS 4.1.1
 
BugId's fixed with this patch: 1028856

Architectures for which this patch is available: sun4 sun3

Obsoleted by: 

Problem Description:

  This patch fixes a bug where a user may not easily prevent or allow
  a sunview program from reading the system defaults database.

INSTALL:

cd /usr/lib
mv libsunwindow.a libsunwindow.a.orig
mv libsunwindow_p.a libsunwindow_p.a.orig
mv libsunwindow.so.0.53 libsunwindow.so.0.53.orig
mv libsunwindow.sa.0.53 libsunwindow.sa.0.53.orig
cp libsunwindow.a /usr/lib/libsunwindow.a
cp libsunwindow_p.a /usr/lib/libsunwindow_p.a
cp libsunwindow.so /usr/lib/libsunwindow.so.0.53
cp libsunwindow.sa /usr/lib/libsunwindow.sa.0.53
ranlib libsunwindow.a libsunwindow_p.a libsunwindow.sa
