diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-09 14:09:04 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-09 14:09:04 +0000 |
commit | a777b643e573d8585aa41fe82a358e517c4f3733 (patch) | |
tree | a36c9923a14f05c7b7501c597086894c165dcc34 /packages/busybox | |
parent | 706bddafd34924a1ce760ab7d871bf79a5015c66 (diff) |
busybox: made the slugos override more generic
Diffstat (limited to 'packages/busybox')
-rw-r--r-- | packages/busybox/busybox.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/busybox/busybox.inc b/packages/busybox/busybox.inc index 37a9676257..ab17d96db4 100644 --- a/packages/busybox/busybox.inc +++ b/packages/busybox/busybox.inc @@ -42,8 +42,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 |