get_hostname: Needs to set the hostname to all lowercase for entry into the
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5715
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed May 3 22:00:48 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * default.exp: (get_hostname): The FQDN returned by resolve needs
+ to be made lower case as the host name is entered directly
+ into the database.
+
Mon May 1 21:32:57 1995 Theodore Y. Ts'o (tytso@dcl)
* default.exp: (get_hostname): Use tests/resolve/resolve to get
close $file
catch "exec rm -f tmpdir/hostname" exec_output
regexp "^\[^.\]*" $hostname localhostname
+
+ set hostname [string tolower $hostname]
+ set localhostname [string tolower $localhostname]
verbose "hostname: $hostname; localhostname: $localhostname"
return 1