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/busybox/busybox-1.00/slugos/udhcpscript.patch | 2 +- packages/busybox/busybox-1.01/slugos/udhcpscript.patch | 2 +- packages/busybox/busybox_1.00.bb | 6 +++--- packages/busybox/busybox_1.01.bb | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'packages/busybox') diff --git a/packages/busybox/busybox-1.00/slugos/udhcpscript.patch b/packages/busybox/busybox-1.00/slugos/udhcpscript.patch index 010f64a53f..2f58632378 100644 --- a/packages/busybox/busybox-1.00/slugos/udhcpscript.patch +++ b/packages/busybox/busybox-1.00/slugos/udhcpscript.patch @@ -2,7 +2,7 @@ +++ busybox-1.00/examples/udhcp/simple.script 2005-06-05 15:08:28.432605118 -0700 @@ -1,40 +1,101 @@ #!/bin/sh -+# openslug UDHCP client script ++# slugos UDHCP client script +# this must set the HW address (MAC) on the interface +# +. /etc/default/functions diff --git a/packages/busybox/busybox-1.01/slugos/udhcpscript.patch b/packages/busybox/busybox-1.01/slugos/udhcpscript.patch index 010f64a53f..2f58632378 100644 --- a/packages/busybox/busybox-1.01/slugos/udhcpscript.patch +++ b/packages/busybox/busybox-1.01/slugos/udhcpscript.patch @@ -2,7 +2,7 @@ +++ busybox-1.00/examples/udhcp/simple.script 2005-06-05 15:08:28.432605118 -0700 @@ -1,40 +1,101 @@ #!/bin/sh -+# openslug UDHCP client script ++# slugos UDHCP client script +# this must set the HW address (MAC) on the interface +# +. /etc/default/functions diff --git a/packages/busybox/busybox_1.00.bb b/packages/busybox/busybox_1.00.bb index 988265d72c..f1ea81a7b8 100644 --- a/packages/busybox/busybox_1.00.bb +++ b/packages/busybox/busybox_1.00.bb @@ -10,7 +10,7 @@ HOMEPAGE = "http://www.busybox.net" LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -PR = "r30" +PR = "r31" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://add-getkey-applet.patch;patch=1 \ @@ -56,8 +56,8 @@ INITSCRIPT_NAME_${PN}-udhcpd = "busybox-udhcpd" INITSCRIPT_NAME_${PN} = "syslog" CONFFILES_${PN} = "${sysconfdir}/syslog.conf" -# This disables the syslog startup links in openslug (see openslug-init) -INITSCRIPT_PARAMS_${PN}_openslug = "start 20 ." +# This disables the syslog startup links in slugos (see slugos-init) +INITSCRIPT_PARAMS_${PN}_slugos = "start 20 ." inherit cml1 update-rc.d diff --git a/packages/busybox/busybox_1.01.bb b/packages/busybox/busybox_1.01.bb index 6da22dbe9d..49af0e3513 100644 --- a/packages/busybox/busybox_1.01.bb +++ b/packages/busybox/busybox_1.01.bb @@ -10,7 +10,7 @@ HOMEPAGE = "http://www.busybox.net" LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -PR = "r1" +PR = "r2" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://udhcppidfile.patch;patch=1 \ @@ -55,8 +55,8 @@ INITSCRIPT_NAME_${PN}-udhcpd = "busybox-udhcpd" INITSCRIPT_NAME_${PN} = "syslog" CONFFILES_${PN} = "${sysconfdir}/syslog.conf" -# This disables the syslog startup links in openslug (see openslug-init) -INITSCRIPT_PARAMS_${PN}_openslug = "start 20 ." +# This disables the syslog startup links in slugos (see slugos-init) +INITSCRIPT_PARAMS_${PN}_slugos = "start 20 ." inherit cml1 update-rc.d -- cgit v1.2.3