jailkit-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Jailkit-users] Jailkit & FreeBSD 6.1-STABLE


From: Peter Veerman
Subject: Re: [Jailkit-users] Jailkit & FreeBSD 6.1-STABLE
Date: Sun, 29 Oct 2006 16:55:14 +0100
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Olivier Sessink wrote:
> what is the best practice for config files? ${prefix}/etc/ is a bit
> weird because that would put config files by default in /usr/etc/ which
> is not very common.
>   
Config files in freebsd are always located in /usr/local/etc/
I solved setting the locations of files right with setting in
configure.ac:AC_PREFIX_DEFAULT(/usr/local)
This way all files are at the right locations.

The problem is not that files end up at wrong locations, the problem is
that executables search for files at default locations that don't exist.
That is not really a problem as you can manually force the searched
location.

> hmm so we need something different for freebsd 5 and freebsd 6... and we
> need code to see if devsf is mounted or not. Are these settings retained
> after a reboot?
>   
AFAIK: gone after a reboot









reply via email to

[Prev in Thread] Current Thread [Next in Thread]