[967] in Athena Bugs
re: multiple occurrences of lines in rc.conf
daemon@ATHENA.MIT.EDU (probe@ATHENA.MIT.EDU)
Sat Sep 17 22:24:20 1988
From: <probe@ATHENA.MIT.EDU>
Date: Sat, 17 Sep 88 22:24:02 EDT
To: bugs@ATHENA.MIT.EDU
Cc: rel-eng@ATHENA.MIT.EDU
Reply-To: Richard Basch <probe@ATHENA.MIT.EDU>
... found the problem:
Basically, the update to 6.0C on the VAX caused rc.conf to be edited in
the same way twice as it was during the 6.0B update. The changes made
to rc.conf in each of these updates were:
1) remove some obsolete entries
2) add some new entries
Even if you update from 6.0A or earlier, this would occur, because both
the 6.0B and 6.0C version specific update scripts would be executed.
Now that the explanation for the bug exists, now comes the fun part of
fixing it. <sigh>
-Richard