summaryrefslogtreecommitdiffstats
path: root/rules/initmethod-bbinit.in
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2010-04-26 13:42:44 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-05-03 16:32:12 +0200
commitee3add0b1030016c9e0f77231eba424ae15dfbcc (patch)
treea6b970b2a8a7ed8a69b278a6f5849015b955ed3b /rules/initmethod-bbinit.in
parentfd8f856e80c3a8e4ced8f6a268d434052d9dba32 (diff)
downloadptxdist-ee3add0b1030016c9e0f77231eba424ae15dfbcc.tar.gz
ptxdist-ee3add0b1030016c9e0f77231eba424ae15dfbcc.tar.xz
[inetutils] Fixed typo preventing installation of rc.d link for syslogd
The /etc/rc.d link isn't created for the initmethod-upstart because of a typo. Fixed spelling. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: add migration helper] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/initmethod-bbinit.in')
-rw-r--r--rules/initmethod-bbinit.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/initmethod-bbinit.in b/rules/initmethod-bbinit.in
index 92f610fab..1b4d8f210 100644
--- a/rules/initmethod-bbinit.in
+++ b/rules/initmethod-bbinit.in
@@ -119,7 +119,7 @@ config INITMETHOD_BBINIT_LINK_INETD
config INITMETHOD_BBINIT_LINK_SYSLOGD
string
- depends on BUSYBOX_SYSLOGD_STARTSCRIPT || INETUTILS_SYSLOGD_STARTSRCIPT
+ depends on BUSYBOX_SYSLOGD_STARTSCRIPT || INETUTILS_SYSLOGD_STARTSCRIPT
prompt "syslogd"
default "S08syslogd"