Browse Source

Miguel Bolanos <mike@hack-solutions.com>:

mkdir -p $root/etc/network/modules/ , this is line is no longer needed
as this dir is now part of 00-dirtree.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1951 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Miguel Bolaños 21 years ago
parent
commit
9044791d3f
2 changed files with 1 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +0
    -1
      package/base/iproute2/iproute2.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -5,6 +5,7 @@
- Miguel Bolanos: updated minimal package selection
blacklisted kernel modules for Alpha
updated silo
cleaned iproute2.conf
*) 2003-12-10 (2.0.0-rc3 - 2.0.0-rc4)

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

@ -33,7 +33,6 @@ 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

Loading…
Cancel
Save