diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-09-26 23:35:52 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-09-26 23:35:52 +0000 |
commit | 8cbf2e0cf5239223d45517f344933375a018ad64 (patch) | |
tree | d7b3aa30c00e535a65364adb3dad6e169601811b /etc/myname | |
parent | 21dfcd9017b0afa934995b5ebf0b30c49e64025a (diff) |
Bring the /etc/myname file installed from etcXX.tgz into line with the
one created during an install by making the name it contains a FQDN.
Make the /etc/hosts file installed from etcXX.tgz internally consistant
by including a valid entry for the name in /etc/myname.
These two files will 'survive' the install process only if the user
chooses to *not* configure the network. In that scenario these changes
silence the sendmail complaints about 'My unqualified host name ...'.
ok deraadt@.
Diffstat (limited to 'etc/myname')
-rw-r--r-- | etc/myname | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/myname b/etc/myname index eaa95e7d0d1..cad21fe9205 100644 --- a/etc/myname +++ b/etc/myname @@ -1 +1 @@ -noname +noname.my.domain |