From ffdb50d4bd9dcc7847be1170fb5b90b222a0afaa Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Sat, 6 Mar 2004 10:44:18 +0000 Subject: [PATCH] - released 0.5.4 --- RELNOTES | 11 +++++++++-- config.h.in | 6 +++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/RELNOTES b/RELNOTES index ae2f77c..3d19e39 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,4 +1,4 @@ -Release Notes for siproxd-0.5.3 +Release Notes for siproxd-0.5.4 =============================== Major changes since 0.5.3: @@ -71,9 +71,16 @@ distribution I'd be happy to get a short notice. ----- -md5sum for siproxd-0.5.4.tar.gz: +md5sum for siproxd-0.5.4.tar.gz: 7bbde9fb65a3285b125b4d208a0cdf62 GnuPG signature for siproxd-0.5.4.tar.gz archive: +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.1 (GNU/Linux) + +iD8DBQBASaprCfzBioe83JQRAswDAJ4rEERvkU0s3HHEnbuA1o44XykMhgCfVpG9 +9JqbE3KKTC4/W72C9NUxUn8= +=LvlG +-----END PGP SIGNATURE----- GnuPG: pub 1024D/87BCDC94 2000-03-19 Thomas Ries diff --git a/config.h.in b/config.h.in index 4a4c5bc..8e5e278 100644 --- a/config.h.in +++ b/config.h.in @@ -27,9 +27,6 @@ /* Define if you have the chroot function. */ #undef HAVE_CHROOT -/* Define if you have the daemon function. */ -#undef HAVE_DAEMON - /* Define if you have the fcntl function. */ #undef HAVE_FCNTL @@ -84,6 +81,9 @@ /* Define if you have the setgid function. */ #undef HAVE_SETGID +/* Define if you have the setsid function. */ +#undef HAVE_SETSID + /* Define if you have the setuid function. */ #undef HAVE_SETUID