o Add a PATH statement to the beginning of make-localhost, making it
work right when the administrator has modified their runtime environment in a manner not anticipated by our script. Requested by: Tom Maher <tardis@ece.cmu.edu>
This commit is contained in:
parent
f404050e44
commit
9766e32c01
@ -6,6 +6,9 @@
|
|||||||
# /etc/namedb/localhost.rev
|
# /etc/namedb/localhost.rev
|
||||||
#
|
#
|
||||||
|
|
||||||
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin
|
||||||
|
export PATH
|
||||||
|
|
||||||
if [ "`hostname -s`" != "`hostname`" ]; then
|
if [ "`hostname -s`" != "`hostname`" ]; then
|
||||||
# hostname must contain domain
|
# hostname must contain domain
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user