pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/39656: security/heimdal uses /var as hdbdir instead of /var/heimdal
>Number: 39656
>Category: pkg
>Synopsis: security/heimdal uses /var as hdbdir instead of /var/heimdal
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Sep 29 21:20:00 +0000 2008
>Originator: Jarmo Jaakkola
>Release: NetBSD 4.0_STABLE
>Organization:
>Environment:
System: NetBSD arthur.ritari.tontut.fi 4.0_STABLE NetBSD 4.0_STABLE (ARTHUR)
#9: Fri Jan 11 12:54:24 EET 2008
jammuli%arthur.ritari.tontut.fi@localhost:/usr/src/sys/arch/i386/compile/ARTHUR
i386
Architecture: i386
Machine: i386
>Description:
security/heimdal does not use the directory mentioned everywhere in
the documentation (/var/heimdal), but uses /var instead. This is
because of the following line in the Makefile:
CONFIGURE_ARGS+= --with-hdbdir=${HEIMDAL_HDB_DIR:H:Q}
>How-To-Repeat:
>Fix:
Replace the problematic line with the following:
CONFIGURE_ARGS+= --with-hdbdir=${HEIMDAL_HDB_DIR:Q}
I.e. remove the :H modifier.
Home |
Main Index |
Thread Index |
Old Index