diff --git a/src/kits/network/libnet/Jamfile b/src/kits/network/libnet/Jamfile index 945b6c392e..c435dc5f44 100644 --- a/src/kits/network/libnet/Jamfile +++ b/src/kits/network/libnet/Jamfile @@ -65,11 +65,10 @@ OBOSInstallRelSymLink install-networking : libnet.so : installed-networking-test ; - - Package openbeos-networkingkit-cvs : README.html ; Package openbeos-networkingkit-cvs : libnet.so : - boot home config lib ; +# boot home config lib ; + boot home Desktop openbeos-networkingkit lib ; diff --git a/src/kits/network/libnet/README.html b/src/kits/network/libnet/README.html new file mode 100644 index 0000000000..4f5ac17a26 --- /dev/null +++ b/src/kits/network/libnet/README.html @@ -0,0 +1,49 @@ + +OpenBeOS Networking Kit Package + +

OpenBeOS Networking Kit Package

+ +

About

+This package was created to allow BeOS users to have the latest version of the OpenBeOS Networking Kit, without having to compile it themselves. This also lets BeOS users take advantage of bug fixes and new features without having to wait for the next beta release of the Networking Kit. +

+However, because this package is made from the latest sources, experimental and unstable features may be present. Such features may cause some programs to behave abnormally. +

+USE AT YOUR OWN RISK. + +

Included Files

+Currently, this package is intended to contain the OBOS Networking Kit and all of the OBOS Translators. This may change in the future. +

+Files:
+boot/home/config/lib/libnet.so
+boot/home/config/lib/libnetapi.so
+boot/home/config/add-ons/kernel/drivers/bin/net_stack_driver
+boot/home/config/add-ons/kernel/drivers/bin/net_server_driver
+boot/home/config/add-ons/kernel/drivers/bin/sis900
+boot/home/config/add-ons/kernel/drivers/bin/rtl8139
+boot/home/config/add-ons/kernel/drivers/dev/net/net_stack_driver (link)
+boot/home/config/add-ons/kernel/drivers/dev/net/net_server_driver (link)
+boot/home/config/add-ons/kernel/drivers/dev/net/sis900 (link)
+boot/home/config/add-ons/kernel/drivers/dev/net/rtl8139 (link)
+boot/home/config/add-ons/kernel/obos_network/core
+boot/home/config/add-ons/kernel/obos_network/interfaces/ether_drivers
+boot/home/config/add-ons/kernel/obos_network/interfaces/loopback
+boot/home/config/add-ons/kernel/obos_network/interfaces/dialup
+boot/home/config/add-ons/kernel/obos_network/ppp/ipcp
+boot/home/config/add-ons/kernel/obos_network/ppp/modem
+boot/home/config/add-ons/kernel/obos_network/ppp/pap
+boot/home/config/add-ons/kernel/obos_network/ppp/pppoe
+boot/home/config/add-ons/kernel/obos_network/protocols/icmp
+boot/home/config/add-ons/kernel/obos_network/protocols/ipv4
+boot/home/config/add-ons/kernel/obos_network/protocols/raw
+boot/home/config/add-ons/kernel/obos_network/protocols/tcp
+boot/home/config/add-ons/kernel/obos_network/protocols/udp
+ +

Installing

+To install this package, simply double-click on the install.sh script. The install process WILL NOT change any of the system files. Because the files are copied to under the home folder, they will be loaded instead of the BeOS system files. + +

Bugs

+As always, if you find a bug with the Networking Kit, please e-mail me at phoudoin <@t> users | sourceforge | net. Please include the date of the package in your e-mail so I know which version of the files you are seeing bugs with. + + + + diff --git a/src/kits/network/libnetapi/Jamfile b/src/kits/network/libnetapi/Jamfile index 4dfc6e9702..56ff09450e 100644 --- a/src/kits/network/libnetapi/Jamfile +++ b/src/kits/network/libnetapi/Jamfile @@ -23,4 +23,5 @@ OBOSInstallRelSymLink install-networking Package openbeos-networkingkit-cvs : libnetapi.so : - boot home config lib ; +# boot home config lib ; + boot home Desktop openbeos-networkingkit lib ;