hi, it looks like tinc-1.0-pre4 looks for configuration files in /usr/local/etc instead of /etc ! what is the best way to change that to /etc/ so that i can keep my configuration in /etc/tinc/netname/, as described in the tutorial? from what i can see, you have a sysconfdir="$prefix/etc" in configure.in. However, i can't just change prefix to empty string because there is also a whole bunch of directories that depend on it, i.e. datadir='${prefix}/share' includedir='${prefix}/include' infodir='${prefix}/info' mandir='${prefix}/man' etc. thanks. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com - Tinc: Discussion list about the tinc VPN daemon Archive: http://mail.nl.linux.org/lists/ Tinc site: http://tinc.nl.linux.org/
#include <hallo.h> digi =?ISO-8859-1?Q?=A0 ?= wrote on Sat Jun 09, 2001 um 09:56:43PM:> from what i can see, you have a sysconfdir="$prefix/etc" in configure.in. > However, i can't just change prefix to empty string because there is also a > whole bunch of directories that depend on it, i.e../configure --help | grep sysconf --sysconfdir=DIR read-only single-machine data [PREFIX/etc] Why not just use the existing options? Alternatively, you can change only the sysconfdir variable, nobody force you to change "prefix". Gr{us,eeting}s, Eduard. -- "stupidity should be painful" (Neil C. Obremski) - Tinc: Discussion list about the tinc VPN daemon Archive: http://mail.nl.linux.org/lists/ Tinc site: http://tinc.nl.linux.org/
digi =?ISO-8859-1?Q?=A0 ?= wrote:> it looks like tinc-1.0-pre4 looks for configuration files in > /usr/local/etc instead of /etc ! what is the best way to change that > to /etc/ so that i can keep my configuration in /etc/tinc/netname/, > as described in the tutorial?./configure --sysconfdir=/etc Ivo -- Seit K?ptn Ahab sich mit Moses zusammengetan hatte, hatte Moby Dick nicht mehr viel zu lachen. - Tinc: Discussion list about the tinc VPN daemon Archive: http://mail.nl.linux.org/lists/ Tinc site: http://tinc.nl.linux.org/