Hi Michael, sorry for the late reply, have been quite busy with astronomy day in Germany. Back to rsyslog...
> You can split up the build to create multiple *binary* packages from a > single *source* package, the RPM format as well as DEB allows that. > > Actually the Debian and Fedora packages already do that. The rsyslog > [1] binary package contains the core rsyslogd/rklogd binaries, the > rsyslog-mysql [2] package the mysql output plugin. > It's not necessary to already split up the *source* package for that. That sounds exactly like what I would love to have. However, I am no autotools expert. If you (or someone else) can lend me a helping hand in creating the necessary config files for autotools, I will gladly do it in that way. The current setup has two things that I do not really like: a) the need for two tarballs I do not know how to integrate the full structure in a single "make dist". And I do not like to simply include the *full* ommysql subdir within the extra_dist make target - that gets me a lot of files I really don't need. b) need to specify version twice Currently, ommsysql has its own version definition in its configure.ac. It's error prone and I know I'll mess up with it sooner or later. That makes sense once it is a totally independent package, but not at the time being. Ideally, I would like autotools to know the dependencies and create things correctly. As said, any help is deeply appreciated. Rainer > Cheers, > Michael > > > [1] http://packages.debian.org/sid/rsyslog > [2] http://packages.debian.org/sid/rsyslog-mysql > > -- > Why is it that all of the instruments seeking intelligent life in the > universe are pointed away from Earth? > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog

