diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-09 19:15:46 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-09 19:15:46 +0000 |
commit | edbb148535f63e58a8e10ed5c68b7aecb983602e (patch) | |
tree | 213eecd0bc209439eee84a7f355455852c61e01a /packages/slugos-init/files | |
parent | 511684d214520a8bd7f9b95ca0ffce860009d6f2 (diff) |
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)
Diffstat (limited to 'packages/slugos-init/files')
-rw-r--r-- | packages/slugos-init/files/initscripts/sysconfsetup | 4 |
1 files changed, 2 insertions, 2 deletions
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. |