dtinfo other files

This commit is contained in:
Ulrich Wilkens
2013-08-28 21:16:39 +02:00
committed by Jon Trulson
parent acdae62484
commit 4ec9658299
42 changed files with 1415 additions and 118 deletions

View File

@@ -227,7 +227,7 @@ XCOMM ###############################################################
FixEtcInetdDotConf
FixEtcPamDotConf
HASH FixEtcPamDotConf
HASH
HASH create the /var/dt/tmp directory for the dtspcd
@@ -266,9 +266,9 @@ XCOMM ###############################################################
ps -ef | grep inetd | grep -v grep >/tmp/tmppsout
if [ -s /tmp/tmppsout ]
then
awk '{print "kill -1 " $2}' /tmp/tmppsout | /bin/csh
awk '{print "kill -1 " $2}' /tmp/tmppsout | /bin/sh
else
/usr/sbin/inetd -s
[ -x /usr/sbin/inetd ] && /usr/sbin/inetd
fi
fi