[11267] in Athena Bugs
broken line in /usr/athena/lib/update/do_update on Solaris
daemon@ATHENA.MIT.EDU (Calvin Clark)
Sun Oct 24 07:18:29 1993
Date: Sun, 24 Oct 93 07:18:13 -0400
From: Calvin Clark <ckclark@MIT.EDU>
To: bugs@MIT.EDU
Cc: rel-eng@MIT.EDU
I tried to update dt to 7.6P, but it hung in the middle. It seems there
is a broken sed line in the do_update script:
*** /usr/athena/lib/update/do_update Wed Oct 20 09:30:14 1993
--- do_update Sun Oct 24 07:06:48 1993
***************
*** 360,367 ****
/usr/ucb/echo -n "named..."
kill `cat /etc/named.pid` > /dev/null 2>&1
fi
! pid=`/usr/bin/ps -e | /usr/bin/grep n.named | /usr/bin/sed -e 's/^ *//' -
! e 's/ .*//'`
if test "$pid"
then
kill $pid
--- 360,366 ----
/usr/ucb/echo -n "named..."
kill `cat /etc/named.pid` > /dev/null 2>&1
fi
! pid=`/usr/bin/ps -e | /usr/bin/grep n.named | /usr/bin/sed -e 's/^ *//' -e 's/ .*//'`
if test "$pid"
then
kill $pid