summaryrefslogtreecommitdiff
path: root/packages/slugos-init
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-09 19:15:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-09 19:15:46 +0000
commitedbb148535f63e58a8e10ed5c68b7aecb983602e (patch)
tree213eecd0bc209439eee84a7f355455852c61e01a /packages/slugos-init
parent511684d214520a8bd7f9b95ca0ffce860009d6f2 (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')
-rw-r--r--packages/slugos-init/files/initscripts/sysconfsetup4
-rw-r--r--packages/slugos-init/slugos-init_0.10.bb2
2 files changed, 3 insertions, 3 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.
diff --git a/packages/slugos-init/slugos-init_0.10.bb b/packages/slugos-init/slugos-init_0.10.bb
index 4719b9dcca..4bca35f47f 100644
--- a/packages/slugos-init/slugos-init_0.10.bb
+++ b/packages/slugos-init/slugos-init_0.10.bb
@@ -3,7 +3,7 @@ SECTION = "console/network"
LICENSE = "GPL"
DEPENDS = "base-files devio"
RDEPENDS = "busybox devio"
-PR = "r46"
+PR = "r47"
SRC_URI = "file://linuxrc \
file://boot/flash \