From 7985b1b1df1fdd9cf2fd9bfbfb00a92d6adf3aec Mon Sep 17 00:00:00 2001 From: brianfinley Date: Wed, 13 Jun 2012 15:28:45 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/dhcp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/dhcp.pm b/xCAT-server/lib/xcat/plugins/dhcp.pm index 32f331fc7..805f9c32f 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -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;