Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/17/2000 06:19:06
Module Name: basesrc
Committed By: lukem
Date: Fri Nov 17 04:19:06 UTC 2000
Modified Files:
basesrc/etc/rc.d: network
Log Message:
- replace `IFS='.'; set -- $int; echo $2` with ${int##*.}
- can't use $configured_interfaces in network_stop(), so use `ifconfig -lu`
instead
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/etc/rc.d/network
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.