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:
parent
1d56dc9bfa
commit
7985b1b1df
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user