[zaptel-commits] tzafrir: branch 1.4 r3835 - /branches/1.4/kernel/zaptel-base.c
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Sat Feb 16 05:23:04 CST 2008
Author: tzafrir
Date: Sat Feb 16 05:23:03 2008
New Revision: 3835
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3835
Log:
Make the kerenl parameters of zaptel.ko world-readable.
Modified:
branches/1.4/kernel/zaptel-base.c
Modified: branches/1.4/kernel/zaptel-base.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/kernel/zaptel-base.c?view=diff&rev=3835&r1=3834&r2=3835
==============================================================================
--- branches/1.4/kernel/zaptel-base.c (original)
+++ branches/1.4/kernel/zaptel-base.c Sat Feb 16 05:23:03 2008
@@ -7243,8 +7243,8 @@
#endif
#ifdef LINUX26
-module_param(debug, int, 0600);
-module_param(deftaps, int, 0600);
+module_param(debug, int, 0644);
+module_param(deftaps, int, 0644);
#else
MODULE_PARM(debug, "i");
MODULE_PARM(deftaps, "i");
More information about the zaptel-commits
mailing list