Hi !

Next question if this is a correct fix.

I had problems with statscripts of syslog-ng, which deleted my /etc/rc.d 
directory ... before i had switched on dropbear so the error didn't occure.


regards manfred


--- ptxdist-0.10.svn.orig/rules/rootfs_rc_d_links.in    2006-12-15 
11:20:13.000000000 +0100
+++ ptxdist-0.10.svn/rules/rootfs_rc_d_links.in 2006-12-29 11:37:19.443404621 
+0100
@@ -43,7 +43,7 @@
          start this service automatically.
 
 config ROOTFS_ETC_INITD_SYSLOGNG_LINK
-       depends on ROOTFS_ETC_INITD_SYSLOGNG
+       depends on ROOTFS_ETC_INITD_SYSLOGNG_STARTSCRIPT
        string
        prompt "syslog-ng link name"
        default "S08_syslog-ng"
Index: ptxdist-0.10.svn/rules/syslogng.make
===================================================================
--- ptxdist-0.10.svn.orig/rules/syslogng.make   2006-12-29 04:53:57.000000000 
+0100
+++ ptxdist-0.10.svn/rules/syslogng.make        2006-12-29 11:23:56.638415277 
+0100
@@ -160,10 +160,10 @@
 #
 # FIXME: Is this packet the right location for the link?
 #
-ifneq ($(PTXCONF_ROOTFS_ETC_INITD_DROPBEAR_LINK),"")
+ifneq ($(PTXCONF_ROOTFS_ETC_INITD_SYSLOGNG_LINK),"")
        @$(call install_copy, syslogng, 0, 0, 0755, /etc/rc.d)
        @$(call install_link, syslogng, ../init.d/syslog-ng, \
-               /etc/rc.d/$(PTXCONF_ROOTFS_ETC_INITD_DROPBEAR_LINK))
+               /etc/rc.d/$(PTXCONF_ROOTFS_ETC_INITD_SYSLOGNG_LINK))
 endif
 endif



-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to