[Zrouter-src] ZRouter.org: push to ZRouter profiles/DEBUG_/profile.mk profiles...

zrouter-src at zrouter.org zrouter-src at zrouter.org
Thu Dec 29 10:24:16 UTC 2011


details:   http://zrouter.org/hg/zrouter//rev/c5881b523b37
changeset: 297:c5881b523b37
user:      ray at terran.dlink.ua
date:      Thu Dec 29 12:22:25 2011 +0200
description:
Remove random module, since it already in default kernel.

diffstat:

 profiles/DEBUG_/profile.mk           |  2 +-
 profiles/SMALL_/files/etc/rc.d/MAIN  |  1 -
 profiles/xSMALL_/files/etc/rc.d/MAIN |  1 -
 3 files changed, 1 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r b0c997bccfb2 -r c5881b523b37 profiles/DEBUG_/profile.mk
--- a/profiles/DEBUG_/profile.mk	Thu Dec 29 12:21:20 2011 +0200
+++ b/profiles/DEBUG_/profile.mk	Thu Dec 29 12:22:25 2011 +0200
@@ -185,7 +185,7 @@
 .endif
 
 
-KERNCONF_MODULES_OVERRIDE+=random if_bridge bridgestp ipfw dummynet
+KERNCONF_MODULES_OVERRIDE+=if_bridge bridgestp ipfw dummynet
 KERNCONF_MODULES_OVERRIDE+=libalias/libalias
 #KERNCONF_MODULES_OVERRIDE+=libalias/modules/cuseeme
 KERNCONF_MODULES_OVERRIDE+=libalias/modules/ftp
diff -r b0c997bccfb2 -r c5881b523b37 profiles/SMALL_/files/etc/rc.d/MAIN
--- a/profiles/SMALL_/files/etc/rc.d/MAIN	Thu Dec 29 12:21:20 2011 +0200
+++ b/profiles/SMALL_/files/etc/rc.d/MAIN	Thu Dec 29 12:22:25 2011 +0200
@@ -17,7 +17,6 @@
 	stty status '^T'
 	sysctl kern.coredump=0
 	sysctl net.inet.ip.forwarding=1
-	kldload random
 
 	md=`/sbin/mdconfig -a -t malloc -s 10m`
 	newfs -b 4096 -f 512 -n -o space /dev/${md} > /dev/null
diff -r b0c997bccfb2 -r c5881b523b37 profiles/xSMALL_/files/etc/rc.d/MAIN
--- a/profiles/xSMALL_/files/etc/rc.d/MAIN	Thu Dec 29 12:21:20 2011 +0200
+++ b/profiles/xSMALL_/files/etc/rc.d/MAIN	Thu Dec 29 12:22:25 2011 +0200
@@ -17,7 +17,6 @@
 	stty status '^T'
 	sysctl kern.coredump=0
 	sysctl net.inet.ip.forwarding=1
-	kldload random
 
 	md=`/sbin/mdconfig -a -t malloc -s 10m`
 	newfs -b 4096 -f 512 -n -o space /dev/${md} > /dev/null


More information about the Zrouter-src mailing list