deleted comments, formated with tabstop 8

This commit is contained in:
sonmi%netscape.com 2001-02-20 21:53:52 +00:00
Родитель a35064d1ee
Коммит 967a27a3cc
1 изменённых файлов: 667 добавлений и 707 удалений

Просмотреть файл

@ -4,7 +4,7 @@
#
# /u/sonmi/bin/header - /u/svbld/bin/init/nss/header
#
# variables, utilities and shellfunktions global to NSS QA
# variables, utilities and shellfunctions global to NSS QA
# needs to work on all Unix platforms
#
# included from (don't expect this to be up to date)
@ -127,7 +127,6 @@ KILL_SELFSERV=OFF # if sourcing script sets this to on cleanup will also
# kill the running selfserv processes
# Set the masterbuilds
if [ -z "$MASTERBUILD" ]
then
MASTERBUILD=y2sun2_Solaris8
@ -986,45 +985,6 @@ tell()
fi
}
#set_host()
#{
#set_host_done=0
#HOST=`echo $HOST | sed -e "s/.red.iplanet.com//"`
#DOMSUF=`cat /etc/defaultdomain 2>/dev/null`
#if [ -z "$DOMSUF" ]
#then
#DOMSUF="red.iplanet.com"
#fi
#if [ -z "$HOST" ]
#then
#HOST=`uname -n | sed -e "s/.red.iplanet.com//"`
#fi
#while [ $set_host_done -eq 0 ]
#do
#Echo
#ask "DOMSUF=$DOMSUF, HOST=$HOST - OK", "y" "n" &&
#set_host_done=1
#if [ $set_host_done -eq 0 ]
#then
#Echo "input DOMSUF: "
#read D
#if [ -n "$D" ]
#then
#DOMSUF=$D
#fi
#Echo "input HOST: "
#read H
#if [ -n "$H" ]
#then
#HOST=$H
#fi
#fi
#done
#export HOST DOMSUF
#Debug "HOST: $HOST, DOMSUF: $DOMSUF"
#}
if [ $O_INIT = "ON" ]
then
glob_init $*