Hi Michael > > +ifdef PTXCONF_INITMETHOD_UPSTART > > + @$(call install_alternative, avahi, 0, 0, 0644, /etc/init/avahi- > > daemon.conf) > > +endif > > + > > @$(call install_finish, avahi) > > > > @$(call touch) > > How is this related to upstart? This should be a separate patch This adds the /etc/init/avahi-daemon.conf for the upstart service. Since we don't want any useless files on our embedded systems every system deamon started by upstart should bring its on configuration. This is the cleanest solution. The downside is that you have to touch every *.make file of the daemon which is to be integrated into the upstart service. On the other hand: The initmethod-bbinit does it in the same manner so i don't see why upstart should be treated as a second class citizen.
So im confused. Shall i put the upstart related patches concerning other packages in seperate patches? Best regards Tim -- ptxdist mailing list [email protected]
