[openbnc-cvs] openbnc/src psybnc.c,1.1.1.1,1.2
Status: Beta
Brought to you by:
andrereis
From: Nuno Apar?c. <nun...@us...> - 2004-05-28 15:36:39
|
Update of /cvsroot/openbnc/openbnc/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15055/openbnc/src Modified Files: psybnc.c Log Message: testing only... Index: psybnc.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/psybnc.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- psybnc.c 24 May 2004 16:44:16 -0000 1.1.1.1 +++ psybnc.c 28 May 2004 15:36:14 -0000 1.2 @@ -29,7 +29,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ - + + /* + * + * The code will b changed but not the banner.....i will leave that to Andre... + * + */ #ifndef lint static char rcsid[] = "@(#)$Id$"; #endif @@ -171,7 +176,7 @@ { strmncpy(configfile,argv[1],sizeof(configfile)); } else { - strcpy(configfile,"psybnc.conf"); /* rcsid */ + strcpy(configfile,"openbnc.conf"); /* rcsid */ } conffile=fopen(configfile,"r"); if(conffile==NULL) |