From edbb148535f63e58a8e10ed5c68b7aecb983602e Mon Sep 17 00:00:00 2001 From: John Bowler Date: Mon, 9 Jan 2006 19:15:46 +0000 Subject: slugos: remove/correct references to openslug - apex: contains an absolute build sys path name (commented) - base-files: rename openslug to slugos in 3.0.14 - busybox: rename openslug to slugos in 1.00, 1.01 - netbase: rename openslug to slugos in 4.21 - slugos-init: rename openslug to slugos in 0.10 - all others: remove or replace openslug in comments (no build changes) --- packages/slugos-init/files/initscripts/sysconfsetup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/slugos-init/files/initscripts') diff --git a/packages/slugos-init/files/initscripts/sysconfsetup b/packages/slugos-init/files/initscripts/sysconfsetup index 31ff38d7ee..4111633a2b 100644 --- a/packages/slugos-init/files/initscripts/sysconfsetup +++ b/packages/slugos-init/files/initscripts/sysconfsetup @@ -59,7 +59,7 @@ then # to examine the current settings. The badly formatted stuff # is removed (to be exact, the sed script selects only lines # which match one of the two above). The lan interface, which - # defaults to ixp0, is changed to the correct value for openslug, + # defaults to ixp0, is changed to the correct value for slugos, # eth0. The bootproto, which LinkSys sets to static in manufacturing, # is reset to dhcp if the IP is still the original (192.168.1.77) devio "<<$sysdev" cpb fb1,10 | sed -n '/^\[[^][]*\]$/p; @@ -138,7 +138,7 @@ test -n "$domain" && echo "$domain" >/etc/defaultdomain # # Ethernet information. This goes into /etc/network/interfaces, # however this is only used for static setup (and this is not -# the default). With dhcp the openslug udhcp script, +# the default). With dhcp the slugos udhcp script, # /etc/udhcpc.d/50default, loads the values from sysconf. The # lan_interface config value must exist for the file to be # overwritten here. -- cgit v1.2.3