Hylafax Developers Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-devel] Thanks & 2 more patches
Hi,
Taking baby steps, I have been running faxq from the latest cvs IN PRODUCTION
for the last 2 days. Medium volume, I'm the Calgary TPC.INT Email->Fax Cell.
I am putting things together slowly, an hour at a time...
Thanks for checking in the CrackArgv patch...I grabbed it from the latest
CVS & it seems fine.
I am making a list of incompatabilities...Currently...
/var/spool/fax/etc/config - ModemClass changed to ModemGroup
/var/spool/fax/etc/hosts - Changed to /var/spool/fax/etc/hosts.hfaxd
What do people think of putting a check in one of the main programs ( faxq
or hfaxd ) for THIS VERSION, that would check for the exist
Two more patches...
One for the snprintf prototype I posted earlier, the diffs must have been
out by 1 line & it didn't go where it should. So, the a diff against the
latest CVS..
Another one for SuperServer.c++, to move #include "Sys.h" to before the
#include "Dispatcher.h" so that the defines & typedefs get set for fd_set
( as per a previous patch I submitted )...
I have two more patches that will be submitted in the next day or so,
one for faxsetup ( to do with SYSVINIT being empty on AIX ), and another
for the MultiTech ZDX config file... I have to ration my time on this
project.
----------------------------------------------------------------------
--- ./configure Wed Mar 8 22:59:12 2000
+++ ./configure.org Wed Mar 8 22:59:05 2000
@@ -2497,9 +2497,9 @@
CheckStdio popen 'extern FILE* popen(const char *, const char *);'
CheckStdio pclose 'extern int pclose(FILE*);'
CheckStdio fdopen 'extern FILE* fdopen(int, const char*);'
- CheckStdio snprintf 'extern int snprintf(char*, size_t, const char*,...);'
CheckForDefine fileno stdio.h || {
CheckStdio fileno 'extern int fileno(FILE*);'
+ CheckStdio snprintf 'extern int snprintf(char*, size_t, const char*,...);'
}
CheckFuncDecl opendir 'extern DIR* opendir(const char*);' dirent.h
CheckFuncDecl syslog 'extern void syslog(int, const char*, ...);' syslog.h
--- hfaxd/SuperServer.c++ Wed Mar 8 23:32:26 2000
+++ hfaxd/SuperServer.c++.org Wed Mar 8 23:32:15 2000
@@ -23,10 +23,10 @@
* LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
* OF THIS SOFTWARE.
*/
-#include "Sys.h"
#include "Dispatcher.h"
#include "HylaFAXServer.h"
#include "SuperServer.h"
+#include "Sys.h"
#include "Socket.h"
#define MAXTRIES 5
----------------------------------------------------------------------
--
Steve Williams, Calgary, Alberta, Canada
Genie Computer Systems Inc.
steve@genie96.com
"A man doesn't begin to attain wisdom until he recognizes that he is
no longer indispensable."
- Admiral Richard E. Byrd ( 1888-1957 )