Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
26
cde/admin/IntegTools/post_install/configTT.src
Executable file
26
cde/admin/IntegTools/post_install/configTT.src
Executable file
@@ -0,0 +1,26 @@
|
||||
XCOMM! /bin/ksh
|
||||
XCOMM #######
|
||||
XCOMM Product: CDE
|
||||
XCOMM Fileset: CDE-TT
|
||||
XCOMM configure
|
||||
XCOMM @(#) $XConsortium: configTT.src /main/4 1996/04/23 19:33:48 drk $
|
||||
XCOMM #######
|
||||
XCOMM
|
||||
XCOMM (c) Copyright Hewlett-Packard Company, 1993
|
||||
XCOMM
|
||||
XCOMM #######
|
||||
|
||||
PRODUCT=CDE
|
||||
FILESET=CDE-TT
|
||||
retval=0
|
||||
|
||||
XCOMM
|
||||
XCOMM check for existence of /etc/inetd.conf
|
||||
XCOMM
|
||||
|
||||
if [ ! -f /etc/inetd.conf ] # highly unlikely
|
||||
then
|
||||
echo "" >/etc/inetd.conf
|
||||
fi
|
||||
|
||||
return $retval
|
||||
Reference in New Issue
Block a user