Revision: 7942
http://sourceforge.net/p/astlinux/code/7942
Author: abelbeck
Date: 2016-11-11 14:02:14 +0000 (Fri, 11 Nov 2016)
Log Message:
-----------
asterisk, the Asterisk-GUI is no longer supported, remove hack, related r7067
Revision Links:
--------------
http://sourceforge.net/p/astlinux/code/7067
Modified Paths:
--------------
branches/1.0/package/asterisk/asterisk.init
Modified: branches/1.0/package/asterisk/asterisk.init
===================================================================
--- branches/1.0/package/asterisk/asterisk.init 2016-11-08 14:01:45 UTC (rev 7941)
+++ branches/1.0/package/asterisk/asterisk.init 2016-11-11 14:02:14 UTC (rev 7942)
@@ -31,11 +31,6 @@
mkdir -p /var/tmp/asterisk/agi-bin
- # Asterisk-GUI tmp directory
- if [ -L /stat/var/lib/asterisk/static-http/config/tmp ]; then
- mkdir -p -m 0700 /var/tmp/asterisk-gui
- fi
-
if [ ! -d /var/log/asterisk ]; then
mkdir /var/log/asterisk
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|