Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/etc/rc.d Pull up revision 1.49 (requested by symka in tic...



details:   https://anonhg.NetBSD.org/src/rev/fd865bd656f5
branches:  netbsd-3
changeset: 576440:fd865bd656f5
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jul 02 23:29:48 2005 +0000

description:
Pull up revision 1.49 (requested by symka in ticket #511):
PR/29317: ifconfig.if does not allow parameters with spaces
OKeyd by christos@

diffstat:

 etc/rc.d/network |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 6a014226a4b8 -r fd865bd656f5 etc/rc.d/network
--- a/etc/rc.d/network  Sat Jul 02 23:27:16 2005 +0000
+++ b/etc/rc.d/network  Sat Jul 02 23:29:48 2005 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: network,v 1.47 2004/10/12 14:51:03 lukem Exp $
+# $NetBSD: network,v 1.47.2.1 2005/07/02 23:29:48 tron Exp $
 #
 
 # PROVIDE: network
@@ -206,7 +206,7 @@
                                                eval ${args#*!}
                                                ;;
                                        *)
-                                               ifconfig $int $args
+                                               eval ifconfig $int $args
                                                ;;
                                        esac
                                done < /etc/ifconfig.$int



Home | Main Index | Thread Index | Old Index