summaryrefslogtreecommitdiffstats
path: root/rules/rootfs.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-12-04 17:43:20 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-12-04 17:43:20 +0000
commit64bf7613205c64a3fd324904c0f7699476ba200f (patch)
tree93736d86aa29600d0be5930be1cfafdd416dea98 /rules/rootfs.make
parent36ce60d8329a63541ca9ca0e28aa3cbed1aff430 (diff)
downloadptxdist-64bf7613205c64a3fd324904c0f7699476ba200f.tar.gz
ptxdist-64bf7613205c64a3fd324904c0f7699476ba200f.tar.xz
move startupscript and link generation into the package itself
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6435 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rootfs.make')
-rw-r--r--rules/rootfs.make12
1 files changed, 0 insertions, 12 deletions
diff --git a/rules/rootfs.make b/rules/rootfs.make
index 5fc5d38a4..da7415438 100644
--- a/rules/rootfs.make
+++ b/rules/rootfs.make
@@ -318,18 +318,6 @@ endif
endif
# -----------------------------------------------------------------------------
-# FIXME: Move this into syslogng's packet!
-ifdef PTXCONF_ROOTFS_ETC_INITD_SYSLOGNG
- @$(call install_copy, rootfs, 0, 0, 0755, \
- $(PTXDIST_TOPDIR)/generic/etc/init.d/syslog-ng, \
- /etc/init.d/syslog-ng, n)
-ifneq ($(PTXCONF_ROOTFS_ETC_INITD_SYSLOGNG_LINK),"")
- @$(call install_link, rootfs, ../init.d/syslog-ng, \
- /etc/rc.d/$(PTXCONF_ROOTFS_ETC_INITD_SYSLOGNG_LINK))
-endif
-endif
-
-# -----------------------------------------------------------------------------
ifdef PTXCONF_ROOTFS_ETC_INITD_STARTUP
@$(call install_copy, rootfs, 0, 0, 0755, \
$(PTXDIST_TOPDIR)/generic/etc/init.d/startup, \