summaryrefslogtreecommitdiff
path: root/package/dhcp
AgeCommit message (Collapse)Author
2007-05-09Rename all INIT scripts to have the numerical prefixes to easily see the ↵"Steven J. Hill"
start-up order.
2007-02-16- provide -source targets for the 3 parts of the split dhcp.Bernhard Reutner-Fischer
Closes #1223. Thanks
2006-12-13bump versionEric Andersen
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-07-19ver bump #958 by bowerymarcMike Frysinger
2005-11-24remove extra space after touchMike Frysinger
2005-09-13Add an empty dhclient-script to keep dhclient from complainingEric Andersen
2005-08-28marcusbrutus writes in Bug 393: version 3.0.2 no longer exists, upstream has ↵Mike Frysinger
released 3.0.3 of dhcp
2005-06-24be a bit more consistant with naming, always escape wildcardsEric Andersen
2005-04-21Don't mess with /etc/default for now.Eric Andersen
2005-04-21Update init scripts a bit. Don't mess with /etc/default for now.Eric Andersen
2005-04-15Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen
2005-03-17Don't let the system /usr/bin/install try to strip target binariesEric Andersen
since it is too stupid to know about cross compilation, and will therefore try to use the system strip command, too ill effect.
2005-03-09Fix http://bugs.uclibc.org/view.php?id=135Eric Andersen
The ISC DHCP package only install the dhcrelay binary. Patch supplied to install server and client too, as configured.
2005-02-24Update to ISC dhcp 3.0.2Eric Andersen
2005-02-16provide a runlevelEric Andersen
2005-02-16more dhcp updatesEric Andersen
2005-02-16the deleting part of 'svn mv' doesnt seem to work. I mustEric Andersen
be doing something wrong.
2005-02-16rename dhcp_relay to dhcpEric Andersen