CVS Commit: FAC dist/service/rcnetwork/usr/adm/fac/libexec by jhutz
Jeffrey Hutzelman
jhutz+ at minbar.fac.cs.cmu.edu
Tue Dec 4 15:15:38 EST 2018
Update of /afs/cs.cmu.edu/project/fac-cvs/dist/service/rcnetwork/usr/adm/fac/libexec
In directory minbar.fac.cs.cmu.edu:/afs/cs.cmu.edu/project/fac-master/dist/service/rcnetwork/usr/adm/fac/libexec
Modified Files:
rc_net_host
Log Message:
rc_net_host: fix hostname availability check vs aliases
When checking for availability of a hostname, we need to search for
a variety of possible existing records using that name. For some reason,
when looking for records where the name was in use as an alias, the
search was done using an RE rather than just the name. That may have
been correct at one time, but currently, that criterion is a plain
string, not an RE.
More information about the Fac-source-change-log
mailing list