[SCM] crtmpserver/master: Make some cosmetic fixes

jet-guest at users.alioth.debian.org jet-guest at users.alioth.debian.org
Tue Nov 1 22:36:48 UTC 2011


The following commit has been merged in the master branch:
commit e472a359171ad6d3b8b1c08370c86a390a6d35e2
Author: Andriy Beregovenko <jet at jet.kiev.ua>
Date:   Wed Nov 2 00:30:10 2011 +0200

    Make some cosmetic fixes

diff --git a/debian/crtmpserver-scripts/crtmpserver.lua b/debian/crtmpserver-scripts/crtmpserver.lua
index efc3d6b..d286ca1 100644
--- a/debian/crtmpserver-scripts/crtmpserver.lua
+++ b/debian/crtmpserver-scripts/crtmpserver.lua
@@ -7,12 +7,12 @@ enabled_apps = confdir.."/enabled_applications.conf"
 app_lib_path = libdir.."/applications"
 logger_config_path = confdir.."/log_appenders.lua"
 
--- Print anything - including nested tables                                                                                                                           
-function table_print (tt, indent, done)                                                                                                                               
+-- Print anything - including nested tables
+function table_print (tt, indent, done)
 	done = done or {}                                                                                                                                             
 	indent = indent or 0                                                                                                                                          
 	if type(tt) == "table" then                                                                                                                                   
-		for key, value in pairs (tt) do                                                                                                                               
+		for key, value in pairs (tt) do
 			io.write(string.rep (" ", indent)) -- indent it                                                                                               
 			if type (value) == "table" and not done [value] then                                                                                          
 				done [value] = true                                                                                                                   
@@ -103,6 +103,6 @@ configuration =
 	logAppenders = read_logappenders(),
 	applications = read_applications()
 }
-print("__________________________")
-table_print(configuration)
-print("__________________________")
+-- print("__________________________")
+-- table_print(configuration)
+-- print("__________________________")
diff --git a/debian/crtmpserver-scripts/enabled_applications.conf b/debian/crtmpserver-scripts/enabled_applications.conf
index 7944d40..f0f5d20 100644
--- a/debian/crtmpserver-scripts/enabled_applications.conf
+++ b/debian/crtmpserver-scripts/enabled_applications.conf
@@ -3,4 +3,3 @@
 # list of enabled applications
 # it will reads by configuration script
 # and will be loaded correspondisn applications
-appselector

-- 
crtmpserver packaging



More information about the pkg-multimedia-commits mailing list