82499e1ce2
Add rc.d script for inetd. Add example inetd.conf. Add new patch and improve patch-aa so it will not hardcode paths. Regenerate distinfo. Add note to TODO. Fix install and PLIST for examples to go into examples directory. USE PKGBASE instead of netkit-base in Makefile and in PLIST.
18 lines
409 B
Text
18 lines
409 B
Text
$NetBSD: patch-aa,v 1.2 2003/12/18 03:03:50 jeremy-c-reed Exp $
|
|
|
|
--- configure.orig 2000-07-29 11:00:28.000000000 -0700
|
|
+++ configure
|
|
@@ -63,12 +63,9 @@ if [ x$DAEMONMODE = x ]; then
|
|
DAEMONMODE="$BINMODE"
|
|
fi
|
|
|
|
-if [ x$ROOTPREFIX = x/usr ]; then
|
|
- ROOTPREFIX=""
|
|
-fi
|
|
-
|
|
BINDIR="$EXECPREFIX/bin"
|
|
SBINDIR="$EXECPREFIX/sbin"
|
|
+_PATH_INETD="$SBINDIR/inetd"
|
|
MANDIR="$PREFIX/man"
|
|
ROOTBINDIR="$ROOTPREFIX/bin"
|
|
|