home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
base
/
root.16
/
etc
/
init.d
/
ttymap
/
ttymap~
Wrap
Text File
|
1998-08-19
|
444b
|
18 lines
#ident "@(#)initpkg:common/cmd/initpkg/init.d/ttymap 1.2.6.4"
#ident "$Header: ttymap 1.4 91/07/24 $"
# create /var/adm/ttymap.data - a map of /dev for ttyname(3) to use.
/usr/sbin/ttymap
# change level of /var/adm/ttymap.data to SYS_PUBLIC for ES
mldmode > /dev/null 2>&1
if [ "$?" = "0" ]
then
/sbin/chlvl SYS_PUBLIC /var/adm/ttymap.data
fi
chmod 644 /var/adm/ttymap.data&
chown sys /var/adm/ttymap.data&
chgrp sys /var/adm/ttymap.data&