Hei hei, I forgot to include the target install rule for the config file. I'll fix this and resubmit the patch.
Greets Alex Am 2014-01-27 11:27, schrieb Alexander Dahl: > +# > ---------------------------------------------------------------------------- > +# Target-Install > +# > ---------------------------------------------------------------------------- > + > +$(STATEDIR)/monit.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, monit) > + @$(call install_fixup, monit,PRIORITY,optional) > + @$(call install_fixup, monit,SECTION,base) > + @$(call install_fixup, monit,AUTHOR,"Alexander Dahl <[email protected]>") > + @$(call install_fixup, monit,DESCRIPTION,missing) > + > + @$(call install_copy, monit, 0, 0, 0755, -, /usr/bin/monit) > + @$(call install_copy, monit, 0, 0, 0755, /var/lib/monit) > + > +ifdef PTXCONF_INITMETHOD_BBINIT > +ifdef PTXCONF_MONIT_STARTSCRIPT > + @$(call install_alternative, monit, 0, 0, 0755, /etc/init.d/monit) > +ifneq ($(call remove_quotes,$(PTXCONF_MONIT_BBINIT_LINK)),) > + @$(call install_link, monit, ../init.d/monit, \ > + /etc/rc.d/$(PTXCONF_MONIT_BBINIT_LINK)) > +endif > +endif > +endif > + > + @$(call install_finish, monit) > + > + @$(call touch) > + > +# vim: ft=make noet -- »With the first link, the chain is forged. The first speech censured, the first thought forbidden, the first freedom denied, chains us all irrevocably.« (Jean-Luc Picard, quoting Judge Aaron Satie) *** GnuPG-FP: 02C8 A590 7FE5 CA5F 3601 D1D5 8FBA 7744 CC87 10D0 *** -- ptxdist mailing list [email protected]
