[9118] in Athena Bugs
7.3S rsaix: rc*/ODM improvements
daemon@ATHENA.MIT.EDU (Richard Basch)
Tue Mar 24 06:38:49 1992
Date: Tue, 24 Mar 92 06:38:22 -0500
To: bugs@MIT.EDU
From: "Richard Basch" <basch@MIT.EDU>
The following will improve the situation for private RISC/6000 owners.
odmget -q "subsysname=named" SRCsubsys | sed s:/etc/:/etc/athena/: | odmchange -q "subsysname=named" -o SRCsubsys
odmget -q "subsysname=timed" SRCsubsys | sed s:/etc/:/etc/athena/: | odmchange -q "subsysname=timed" -o SRCsubsys
In rc.tcpip:
Enable the starting of named.
In rc.athena:
Change timed invocation to use "startsrc"
Comment out the "named" invocation
What this will do is allow the use of the "src" suite with the named and
timed daemons. In addition, by moving the named invocation to rc.tcpip,
one can setup a RISC/6000 as an NFS server, including specifying
restricted host exports, without getting errors upon reboot.
The "system" rc* files are being maintained in a compatible fashion with
the system. The ODM editing was a way to fool the system...
In addition, the following ODM edit should be done:
odmget -q "id=passwd" sm_cmd_hdr | sed 's:passwd :/bin/passwd :' | odmchange -q "id=passwd" -o sm_cmd_hdr
This will fix passwd editing via SMIT.
-Richard