From: <st...@us...> - 2004-03-11 21:09:01
|
Update of /cvsroot/uts/uts/src/sec In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23704/sec Modified Files: main.c Log Message: Added command line options to teld and camd. Index: main.c =================================================================== RCS file: /cvsroot/uts/uts/src/sec/main.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** main.c 29 Jan 2004 03:02:41 -0000 1.1.1.1 --- main.c 11 Mar 2004 20:42:06 -0000 1.2 *************** *** 41,47 **** #endif ! #define ROOT_DIR_ENV_VAR "GUTS_DIR" ! #define DEF_ROOT_DIR "/guts" ! #define DEF_CONF_FILE_NAME "/etc/comm.conf" --- 41,47 ---- #endif ! #define ROOT_DIR_ENV_VAR "UTS_DIR" ! #define DEF_ROOT_DIR "/usr/local/uts" ! #define DEF_CONF_FILE_NAME "/etc/sec.conf" *************** *** 50,54 **** static char *conffname; /* configuration file */ static char *logfname; /* log file */ ! static int detach = FALSE; /* the program should detach from terminal? */ --- 50,54 ---- static char *conffname; /* configuration file */ static char *logfname; /* log file */ ! static int detach = FALSE; /* should the program detach from terminal? */ *************** *** 154,158 **** " -v / --version\n" " Display version and copyright " ! "information.\n\n" " -d / --detach\n" --- 154,158 ---- " -v / --version\n" " Display version and copyright " ! " information.\n\n" " -d / --detach\n" |