home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
BASEman
/
install
/
postinstall
< prev
next >
Wrap
Text File
|
1998-08-19
|
314b
|
9 lines
#ident "@(#)pkg.BASEman:postinstall 1.00"
#Run the configuration routines for the man pages
LOGFILE=/var/adm/log/basemanins.$$.log
ERRFILE=/var/adm/log/basemanins.$$.err
/usr/man/bin/config_man -L en_US.ISO8859-1 > $LOGFILE 2> $ERRFILE
/usr/man/bin/config_views -L en_US.ISO8859-1 >> $LOGFILE 2>> $ERRFILE
exit 0