Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30697/scripts
Modified Files:
Tag: rel-1-2-patches
iproute2
Log Message:
added missing /etc/iproute2 files
Index: iproute2
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/iproute2,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -u -d -r1.21 -r1.21.2.1
--- iproute2 14 Jan 2004 03:32:26 -0000 1.21
+++ iproute2 10 Oct 2004 19:31:19 -0000 1.21.2.1
@@ -45,6 +45,7 @@
if [ "$CONFIG_IPROUTE2" = "y" ]; then
mkdir -p $CDDIR/usr/sbin
copy_files "ip/ip ip/ifcfg ip/routef ip/routel ip/rtacct ip/rtmon ip/rtpr tc/tc" $CDDIR/usr/sbin || exit 1
+ cp -dvpR etc/* $ETCDIR/etc/ || exit 1
fi
;;
|