Browse Source

"Andreas V. Meier" <avmeier@web.de>:

as I just noticed the new rocknet does not start interfaces
automatically. (pointed out by clifford ;)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1990 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
a66494cc6d
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      package/base/sysfiles/rocknet_modules_base.sh

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -7,6 +7,7 @@
- Benjamin Schieder: hand-tuned dvgrab's priority
- Sebastian Jaenicke: update ethereal
- Andreas V. Meier: two tiny fixes for network.init
a tiny auto interface fix for rocknet_module_base.sh
*) 2003-12-13 (2.0.0-rc3 - 2.0.0-rc4)

+ 1
- 1
package/base/sysfiles/rocknet_modules_base.sh

@ -33,7 +33,7 @@ public_interface() {
fi
if [ "$ignore" = 0 ]; then
if [ "$if" = "auto" ]; then
if [ "$interface" = "auto" ]; then
ignore=1
for x in "${auto_if[@]}"; do
[[ "$if" == $x ]] && ignore=0

|||||||
100:0
Loading…
Cancel
Save