morpheus-site

morpheus.2f30.org website
git clone git://git.2f30.org/morpheus-site
Log | Files | Refs | README | LICENSE

commit 532be8245ccc866453c7f55f6933f7733da27b65
parent 04aee6685f410100c6e732ff6cab53038f93272d
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 23 Apr 2014 13:09:19 +0200

add sdhcp to list of software

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

Diffstat:
Mpages/index.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pages/index.md b/pages/index.md @@ -25,4 +25,5 @@ Software we use or have developed for our core system * [smdev](http://git.2f30.org/smdev/): device hotplug, replacement for udev for most purposes. * [svc](http://git.2f30.org/ports/tree/fs/bin/svc): service management, written in POSIX sh. * [mkbuild](http://git.2f30.org/mkbuild/): Plan9 mk-based build system, used by ports. +* [sdhcp](http://git.2f30.org/sdhcp/): simple dhcp client. * [ports](http://git.2f30.org/ports/): Plan9 mkfiles to build software packages, uses mkbuild.