|
From: Andrew M. <fit...@us...> - 2007-05-25 02:48:28
|
Update of /cvsroot/radmind/radmind In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29552 Modified Files: daemon.c Log Message: -R is deprecated. -B is the new wave. Index: daemon.c =================================================================== RCS file: /cvsroot/radmind/radmind/daemon.c,v retrieving revision 1.80 retrieving revision 1.81 diff -C2 -d -r1.80 -r1.81 *** daemon.c 7 Mar 2007 20:00:27 -0000 1.80 --- daemon.c 25 May 2007 02:47:20 -0000 1.81 *************** *** 282,286 **** if ( err || optind != ac ) { ! fprintf( stderr, "Usage: radmind [ -dRrUV ] [ -a bind-address ] " ); fprintf( stderr, "[ -b backlog ] [ -D path ] [ -F syslog-facility " ); fprintf( stderr, "[ -L syslog-level ] [ -m max-connections ] " ); --- 282,286 ---- if ( err || optind != ac ) { ! fprintf( stderr, "Usage: radmind [ -dBrUV ] [ -a bind-address ] " ); fprintf( stderr, "[ -b backlog ] [ -D path ] [ -F syslog-facility " ); fprintf( stderr, "[ -L syslog-level ] [ -m max-connections ] " ); |