[Asterisk-cvs] asterisk ChangeLog,1.164,1.165 Makefile,1.227,1.228

russell russell
Sun Nov 20 21:04:28 CST 2005


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

Modified Files:
	ChangeLog Makefile 
Log Message:
create the monitor spool dir


Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- ChangeLog	21 Nov 2005 01:39:26 -0000	1.164
+++ ChangeLog	21 Nov 2005 01:53:44 -0000	1.165
@@ -1,5 +1,7 @@
 2005-11-20  Russell Bryant <russell at digium.com>
 
+	* Makefile: Create the monitor spool directory when the other spool directories are created.
+
 	* pbx.c.c: Remove some useless checks and unnecessary calls to ast_strlen_zero(). (issue #5805)
 
 	* cli.c: Remove some unnecessary calls to ast_strlen_zero(). (issue #5804)

Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -d -r1.227 -r1.228
--- Makefile	17 Nov 2005 21:45:03 -0000	1.227
+++ Makefile	21 Nov 2005 01:53:44 -0000	1.228
@@ -636,6 +636,7 @@
 	mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/system
 	mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/tmp
 	mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/meetme
+	mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/monitor
 	if [ -f asterisk ]; then $(INSTALL) -m 755 asterisk $(DESTDIR)$(ASTSBINDIR)/; fi
 	if [ -f cygwin/asterisk.exe ]; then $(INSTALL) -m 755 cygwin/asterisk.exe $(DESTDIR)$(ASTSBINDIR)/; fi
 	if [ -f asterisk.dll ]; then $(INSTALL) -m 755 asterisk.dll $(DESTDIR)$(ASTSBINDIR)/; fi




More information about the svn-commits mailing list