From f029d97c6471676dc3a57355a60ea70be59e8ce1 Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 7 Apr 2006 03:57:03 +0000 Subject: [PATCH] small update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1081 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- mac/xcode/libs/apr-1.2.2.xcodeproj/project.pbxproj | 10 +++++----- src/mod/applications/mod_commands/mod_commands.c | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mac/xcode/libs/apr-1.2.2.xcodeproj/project.pbxproj b/mac/xcode/libs/apr-1.2.2.xcodeproj/project.pbxproj index c078dd60d0..5578c2e5c4 100644 --- a/mac/xcode/libs/apr-1.2.2.xcodeproj/project.pbxproj +++ b/mac/xcode/libs/apr-1.2.2.xcodeproj/project.pbxproj @@ -264,19 +264,19 @@ D32C90D609C10C3300FCE413 = { isa = PBXGroup; children = ( - D32C90E709C10C4600FCE413 /* apr-1.2.2 */, + D32C90E709C10C4600FCE413 /* apr-1.2.6 */, D32C90E809C10C4600FCE413 /* apr-Info.plist */, D32C90E609C10C4600FCE413 /* apr.framework */, ); sourceTree = ""; }; - D32C90E709C10C4600FCE413 /* apr-1.2.2 */ = { + D32C90E709C10C4600FCE413 /* apr-1.2.6 */ = { isa = PBXGroup; children = ( D32C90EE09C10C8C00FCE413 /* include */, D32C927E09C10F3100FCE413 /* src */, ); - name = "apr-1.2.2"; + name = "apr-1.2.6"; sourceTree = ""; }; D32C90EE09C10C8C00FCE413 /* include */ = { @@ -837,7 +837,7 @@ ); hasScannedForEncodings = 0; mainGroup = D32C90D609C10C3300FCE413; - productRefGroup = D32C90E709C10C4600FCE413 /* apr-1.2.2 */; + productRefGroup = D32C90E709C10C4600FCE413 /* apr-1.2.6 */; projectDirPath = ""; targets = ( D32C90E509C10C4600FCE413 /* apr.framework */, @@ -858,7 +858,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/bash; - shellScript = "if [ -e ../../../libs/apr-1.2.2/.complete ]; then\n\texit 0\nfi\n/usr/bin/curl http://svn.freeswitch.org/downloads/libs/apr-1.2.2.tar.gz -o ../../../libs/apr-1.2.2.tar.gz\ncd ../../../libs\ntar zxfv apr-1.2.2.tar.gz\ncd apr-1.2.2\n./configure --enable-layout=\"Mac OS X Server\"\nmake apr.exp\ntouch .complete"; + shellScript = "if [ -e ../../../libs/apr-1.2.6/.complete ]; then\n\texit 0\nfi\n/usr/bin/curl http://svn.freeswitch.org/downloads/libs/apr-1.2.6.tar.gz -o ../../../libs/apr-1.2.6.tar.gz\ncd ../../../libs\ntar zxfv apr-1.2.6.tar.gz\ncd apr-1.2.6\n./configure --enable-layout=\"Mac OS X Server\"\nmake apr.exp\ntouch .complete"; }; /* End PBXShellScriptBuildPhase section */ diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index eefa93c3c7..35517097af 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -25,8 +25,8 @@ * * Anthony Minessale II * - * - * mod_commands.c -- Raw Audio File Streaming Application Module + * + * mod_commands.c -- Misc. Command Module * */ #include