Browse Source

Alejandro Mery <amery@geeks.cl>:

creates rocknet dir before coping modules, because sysfiles is not yet built
and fixed a type in the .desc's [T] tags


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1872 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Alejandro Mery 21 years ago
parent
commit
f036edd179
3 changed files with 3 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -0
      package/base/iproute2/iproute2.conf
  3. +1
    -1
      package/base/iproute2/iproute2.desc

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -4,6 +4,7 @@
- Juergen Sawinski: fixed priority of nikolaus/gnupod-perlmods
- Dimitar Zhekov: xfce upgrade 2/2
- Benjamin Schieder: disabled ElGamal Keys in GnuPG
- Alejandro Mery: hotfixed iproute2
*) 2003-11-27 (2.0.0-rc3 - 2.0.0-rc4)

+ 1
- 0
package/base/iproute2/iproute2.conf

@ -33,6 +33,7 @@ ipr2_pm() {
[ -f $root/$x ] || cp -v $x $root/$x
done
mkdir -p $root/etc/network/modules/
cp -v $confdir/rocknet_iproute2.sh \
$root/etc/network/modules/iproute2.sh

+ 1
- 1
package/base/iproute2/iproute2.desc

@ -23,7 +23,7 @@
[I] Tools for advanced Linux IP Configuration
[T] The standard UNIX commands ifcounfig, route and arp don't give the
[T] The standard UNIX commands ifconfig, route and arp don't give the
[T] administrator full control of all features of the Linux IP stack.
[T]
[T] In order to configure IP Tunnels, QoS, Policy Routing, etc. you need

Loading…
Cancel
Save