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:
Robert Watson 2000-11-29 19:19:06 +00:00
parent f404050e44
commit 9766e32c01
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69364

View File

@ -6,6 +6,9 @@
# /etc/namedb/localhost.rev
#
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin
export PATH
if [ "`hostname -s`" != "`hostname`" ]; then
# hostname must contain domain