summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-11-18 13:51:01 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-11-18 13:51:01 +0000
commit5ea688b688c09ee299443da36bfaf5bdba3396f9 (patch)
tree0bd2510831b54b9ca4b7223729651a26f507e66b /rules
parent89fdcc0e21648290f6a2a0349499354bbc6f1f42 (diff)
downloadptxdist-5ea688b688c09ee299443da36bfaf5bdba3396f9.tar.gz
ptxdist-5ea688b688c09ee299443da36bfaf5bdba3396f9.tar.xz
fix typo
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6342 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/rootfs_init_d.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/rootfs_init_d.inc b/rules/rootfs_init_d.inc
index a63d3f3d1..34dfbe6e7 100644
--- a/rules/rootfs_init_d.inc
+++ b/rules/rootfs_init_d.inc
@@ -149,7 +149,7 @@ ifdef PTXCONF_ROOTFS_ETC_INITD_CROND_USER
endif
ifneq ($(PTXCONF_ROOTFS_ETC_INITD_CROND_LINK),"")
- @$(call install_link, rootfs, ../init.d/crondd, \
+ @$(call install_link, rootfs, ../init.d/crond, \
/etc/rc.d/$(PTXCONF_ROOTFS_ETC_INITD_CROND_LINK))
endif
endif