diff options
author | Erik Troan <ewt@redhat.com> | 1998-03-10 16:15:16 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1998-03-10 16:15:16 +0000 |
commit | 7fae6aace6ac811c4aebdbc1e5c15d9fd6e9d243 (patch) | |
tree | 892d5cf3c2259a20d1de844c98804292c019ccac | |
parent | 83f62d66d3ce0bd3e62d5d1fb061a816225d325b (diff) | |
download | initscripts-7fae6aace6ac811c4aebdbc1e5c15d9fd6e9d243.tar initscripts-7fae6aace6ac811c4aebdbc1e5c15d9fd6e9d243.tar.gz initscripts-7fae6aace6ac811c4aebdbc1e5c15d9fd6e9d243.tar.bz2 initscripts-7fae6aace6ac811c4aebdbc1e5c15d9fd6e9d243.tar.xz initscripts-7fae6aace6ac811c4aebdbc1e5c15d9fd6e9d243.zip |
added missing \
-rw-r--r-- | sysconfig/network-scripts/network-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions index 2578ac46..9b108bb7 100644 --- a/sysconfig/network-scripts/network-functions +++ b/sysconfig/network-scripts/network-functions @@ -31,7 +31,7 @@ do_netreport () need_hostname() { - if [ "`hostname`" = "(none)" -o "`hostname`" = "localhost" -o + if [ "`hostname`" = "(none)" -o "`hostname`" = "localhost" -o \ "`hostname`" = "localhost.localdomain" ]; then NEEDHOSTNAME=yes else |