Don't be paranoid about hostname(1) and order the things logically.
Pointed out by: ceri
This commit is contained in:
parent
01b777f4cb
commit
5f9af361f4
@ -72,8 +72,8 @@ hostname_start()
|
||||
|
||||
# All right, it is safe to invoke hostname(1) now.
|
||||
#
|
||||
echo "Setting hostname: ${hostname}."
|
||||
/bin/hostname "${hostname}"
|
||||
echo "Setting hostname: `hostname`."
|
||||
}
|
||||
|
||||
load_rc_config $name
|
||||
|
Loading…
x
Reference in New Issue
Block a user