Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/libexec/kpasswdd Revision 1.5: add -DINETD_SUPPORT to e...



details:   https://anonhg.NetBSD.org/src/rev/373ac70853c7
branches:  netbsd-1-5
changeset: 489481:373ac70853c7
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Tue Sep 19 18:46:43 2000 +0000

description:
Revision 1.5: add -DINETD_SUPPORT to enable kpasswdd to be run from inetd,
which it is supposed to in NetBSD.

(approved by thorpej)

diffstat:

 libexec/kpasswdd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 07dd26031dfb -r 373ac70853c7 libexec/kpasswdd/Makefile
--- a/libexec/kpasswdd/Makefile Tue Sep 19 18:43:15 2000 +0000
+++ b/libexec/kpasswdd/Makefile Tue Sep 19 18:46:43 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 23:41:42 thorpej Exp $
+# $NetBSD: Makefile,v 1.2.2.1 2000/09/19 18:46:43 fvdl Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kpasswd
 
@@ -19,7 +19,7 @@
        -I${DIST}/openssl/crypto/sha            \
        -I${DIST}/openssl/crypto/rc4            \
        -I${DIST}/openssl/crypto/des            \
-       -DHAVE_CONFIG_H
+       -DHAVE_CONFIG_H -DINETD_SUPPORT
 
 LDADD= -lkadm5srv \
        -lhdb \



Home | Main Index | Thread Index | Old Index