Re: Alexander Bech 2014-06-07 <5392f5d6.6090...@bakarasse.de> > +# See if there are also any from central server installed local add-ons > +if test -d $XYMONHOME/local; then > + for MODULE in $CLIENTUPDATEHOME/local/* > + do > + if test -x $MODULE > + then > + echo "[plugin:`basename $MODULE`]" >>$MSGTMPFILE > + $MODULE >>$MSGTMPFILE > + fi > + done > +fi
Hi, I don't think that's going to fly, at least not in the default config. In FHS-compliant installations, updating files spread all over the filesystem is a pretty scary idea. If you really want to use the client-pulls-new-binaries-from-server thing, why are you using prepackaged .debs anyway? To me, it sounds like you should rather use a one-time "make install" (possibly packaged as a tarball that you ship to clients), and go from there. This is not to say there's no way to integrate this in the package, but it needs careful thinking about which parts should be overridable, and I guess none of that should be enabled by default. Christoph -- c...@df7cb.de | http://www.df7cb.de/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org