[Asterisk-cvs] asterisk LICENSE, 1.2, 1.3 Makefile, 1.198, 1.199 config.c, 1.74, 1.75 config_old.c, 1.5, NONE

kpfleming kpfleming
Tue Aug 30 14:30:56 CDT 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv21507

Modified Files:
	LICENSE Makefile config.c 
Removed Files:
	config_old.c 
Log Message:
major header file cleanup: license, copyrights, descriptions, markers, etc.
remove deprecated config_old.c/config_old.h
remove unused cvsid.h


Index: LICENSE
===================================================================
RCS file: /usr/cvsroot/asterisk/LICENSE,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- LICENSE	8 Dec 1999 00:16:51 -0000	1.2
+++ LICENSE	30 Aug 2005 18:32:09 -0000	1.3
@@ -3,7 +3,7 @@
 		       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 

Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -d -r1.198 -r1.199
--- Makefile	30 Aug 2005 15:44:09 -0000	1.198
+++ Makefile	30 Aug 2005 18:32:09 -0000	1.199
@@ -323,7 +323,7 @@
 	cdr.o tdd.o acl.o rtp.o manager.o asterisk.o \
 	dsp.o chanvars.o indications.o autoservice.o db.o privacy.o \
 	astmm.o enum.o srv.o dns.o aescrypt.o aestab.o aeskey.o \
-	utils.o config_old.o plc.o jitterbuf.o dnsmgr.o devicestate.o \
+	utils.o plc.o jitterbuf.o dnsmgr.o devicestate.o \
 	netsock.o slinfactory.o ast_expr2.o ast_expr2f.o
 
 ifeq (${OSARCH},Darwin)

Index: config.c
===================================================================
RCS file: /usr/cvsroot/asterisk/config.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- config.c	23 Aug 2005 01:44:28 -0000	1.74
+++ config.c	30 Aug 2005 18:32:09 -0000	1.75
@@ -394,7 +394,7 @@
 				} else if (!strcasecmp(cur, "+")) {
 					*cat = category_get(cfg, catname, 1);
 					if (!*cat) {
-						ast_destroy(cfg);
+						ast_config_destroy(cfg);
 						if (newcat)
 							ast_category_destroy(newcat);
 						ast_log(LOG_WARNING, "Category addition requested, but category '%s' does not exist, line %d of %s\n", catname, lineno, configfile);

--- config_old.c DELETED ---




More information about the svn-commits mailing list