fixed problem with sysconfdir
This commit is contained in:
parent
20f35d047b
commit
188fcd1991
@ -20,7 +20,7 @@ CONTRIBDIR = $(SRCDIR)/../contrib
|
|||||||
|
|
||||||
OWNER = @OWNER@
|
OWNER = @OWNER@
|
||||||
GROUP = @GROUP@
|
GROUP = @GROUP@
|
||||||
CONFDIR = @prefix@/etc
|
CONFDIR = @sysconfdir@
|
||||||
BINDIR = @prefix@/bin
|
BINDIR = @prefix@/bin
|
||||||
LOGDIR = /var/log/bforce
|
LOGDIR = /var/log/bforce
|
||||||
SPOOLDIR = /var/spool/bforce
|
SPOOLDIR = /var/spool/bforce
|
||||||
|
2
source/configure
vendored
2
source/configure
vendored
@ -853,7 +853,7 @@ Optional Features:
|
|||||||
--enable-hangup-watch-cd hangup watchs for DCD line (default)
|
--enable-hangup-watch-cd hangup watchs for DCD line (default)
|
||||||
--enable-log-passwd write session password to log (default)
|
--enable-log-passwd write session password to log (default)
|
||||||
--enable-csy-locks use '.csy' locks while dialing (default)
|
--enable-csy-locks use '.csy' locks while dialing (default)
|
||||||
--enable-syslog do not use syslog for logging experimental (default)
|
--enable-syslog use syslog for logging experimental (default)
|
||||||
|
|
||||||
Optional Packages:
|
Optional Packages:
|
||||||
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user