Give users an indication of where to find dhcpd.leases

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13079 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
brianfinley 2012-06-13 15:28:45 +00:00
parent 1d56dc9bfa
commit 7985b1b1df

View File

@ -520,7 +520,7 @@ sub addnode
unless (grep /#definition for host $node aka host $hostname/, @dhcpconf)
{
push @dhcpconf,
"#definition for host $node aka host $hostname can be found in the dhcpd.leases file\n";
"#definition for host $node aka host $hostname can be found in the dhcpd.leases file (typically /var/lib/dhcpd/dhcpd.leases)\n";
}
}
$count = $count + 2;