pfsense/usr
Phil Davis f6fef11d63 Fix deleting DHCP leases
This broke when the code was changed to suck the whole leases file into an array with:
$leases_contents = file($leasesfile);
Each array entry has the text of a line in the file AND the newline at the end of the line. So when matching array entries, the match has to expect the "\n" on the end.
2012-09-18 11:23:50 +05:45
..
local Fix deleting DHCP leases 2012-09-18 11:23:50 +05:45
sbin Use product name for bsdlabel 2011-07-02 20:57:10 -04:00
share Move locale files from /usr/share to /usr/local/share 2012-07-06 21:18:24 -03:00