Hi, i make this modification to fix the installation with setup.py But i think it possible to patch absolute paths or use a macro in the setup.py if not possible, we can patch the files durinf the build of the rpm. But if users use the setup.py during installation, the best would be to do in the setup.py
Olivier LI-KIANG-CHEONG Le 13/08/2010 21:17, Gerhard Lausser a écrit : > Hi, > > the ini-files contain absolute paths since this week. > brokerd.ini: > workdir=/var/lib/shinken > ... > # use /usr/lib/python2.6/site-packages/shinken/modules for Debian/Ubuntu > 14 > # use /usr/local/lib/python2.6/dist-packages/shinken/modules for > CentOS/RHEL > modulespath=/usr/local/lib/python2.6/dist-packages/shinken/modules > > > Why don't we stay with relative paths (workdir=../var), so anyone who > downloads a copy of shinken with git can launch immediately the daemons? > The absolute (and distribution-specific) paths can be patched into the files > during the build-phase of the rpms. > > What do you think? > > Gerhard > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > Shinken-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/shinken-devel > ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Shinken-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shinken-devel
