diff options
Diffstat (limited to 'net/siproxd/files/patch-src_siproxd.c')
-rw-r--r-- | net/siproxd/files/patch-src_siproxd.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/siproxd/files/patch-src_siproxd.c b/net/siproxd/files/patch-src_siproxd.c new file mode 100644 index 0000000..6616310 --- /dev/null +++ b/net/siproxd/files/patch-src_siproxd.c @@ -0,0 +1,18 @@ +--- src/siproxd.c.orig Thu Aug 26 19:32:08 2004 ++++ src/siproxd.c Thu Oct 14 07:18:15 2004 +@@ -179,6 +179,7 @@ + /* + * Init stuff + */ ++ INFO(PACKAGE"-"VERSION"-"BUILDSTR" started"); + + /* read the config file */ + if (read_config(configfile, config_search) == STS_FAILURE) exit(1); +@@ -245,7 +246,6 @@ + /* initialize the registration facility */ + register_init(); + +- INFO(PACKAGE"-"VERSION"-"BUILDSTR" started"); + /* + * silence the log - if so required... + */ |