diff options
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/ChangeLog | 5 | ||||
| -rw-r--r-- | src/config/post.in | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 03c70e291..a47e8d2a2 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,8 @@ +2003-08-29 Ken Raeburn <raeburn@mit.edu> + + * post.in (daemon.c): New rule for copying daemon.c locally from + master copy in lib/krb5/posix. + 2003-05-27 Ken Raeburn <raeburn@mit.edu> * win-pre.in (CPPFLAGS): Define KRB5_DEPRECATED=1. diff --git a/src/config/post.in b/src/config/post.in index 0a14ce852..d42c2d213 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -193,6 +193,12 @@ $(RECURSE_TARGETS): fi;\ exit $$status +# Some servers need "daemon", but we're not providing it directly +# through a library. We used to provide it through the krb5 library, +# and the source is still there. +daemon.c: $(SRCTOP)/lib/krb5/posix/daemon.c + $(CP) $(SRCTOP)/lib/krb5/posix/daemon.c daemon.c + ## ## end of post.in ############################################################ |
