Update of /cvsroot/leaf/src/bering-uclibc/apps/etc/skel
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv783/skel

Modified Files:
        sysctl.conf 
Log Message:
greatly simplified the network init.d script by putting the proc setting in 
sysctl.conf like is also done upstream. This change also saves 500 bytes in the 
etc package

Index: sysctl.conf
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/etc/skel/sysctl.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sysctl.conf 14 Oct 2004 19:09:29 -0000      1.1
--- sysctl.conf 29 Aug 2006 18:02:51 -0000      1.2
***************
*** 2,5 ****
--- 2,18 ----
  # /etc/sysctl.conf - Configuration file for setting system variables
  #
+ # ip_forward
+ #net.ipv4.ip_forward=1
+ #
+ # ipv6_forward
+ #net.ipv6.conf.all.forwarding=1
+ #
+ # spoofprotect
+ net.ipv4.conf.default.rp_filter=1
+ net.ipv4.conf.all.rp_filter=1
+ #
+ # syncookies
+ #net.ipv4.tcp_syncookies=1
+ #
  # Examples:
  #


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to