From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miloslav Trmac Subject: Re: audit-viewer Date: Mon, 2 Mar 2009 16:07:29 -0500 (EST) Message-ID: <491158387.202811236028049655.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> References: <49AC48CE.8050706@GroupW.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <49AC48CE.8050706@GroupW.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Dan Gruhn Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com Hello, ----- "Dan Gruhn" wrote: > You are right, the path was /usr/local/var/log/audit. Once I recompiled > with this change everything seems to be working. Does this default of > --prefix subree make sense in any situation? I ask because perhaps a > default of /var would more often produce the correct result. I personally use a different prefix for development and installation without root privileges - but I could of course use an extra option for that. In general, I don't think overriding localstatedir in audit-viewer is worth it. It violates user's expectations about ./configure behavior, and autoconf doesn't offer a clean way to override it anyway. After all, most users should (eventually) rely on their distribution to package audit-viewer for them. Mirek