Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
fc80c0ea
Commit
fc80c0ea
authored
Jun 14, 2019
by
Francis Dupont
Browse files
[538-kea-should-not-store-anything-in-var-kea-lsb-violation] Addressed comments (and grep reports)
parent
80bc9025
Changes
5
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
fc80c0ea
...
...
@@ -161,7 +161,8 @@ gen-docs:
# These steps are necessary during installation
install-exec-hook
:
mkdir
-p
$(DESTDIR)${localstatedir}
/log/
mkdir
-p
$(DESTDIR)${localstatedir}
/run/
${PACKAGE_NAME}
mkdir
-p
$(DESTDIR)${localstatedir}
/lib/
${PACKAGE_NAME}
mkdir
-p
$(DESTDIR)${runstatedir}
/
${PACKAGE_NAME}
EXTRA_DIST
=
tools/path_replacer.sh
EXTRA_DIST
+=
tools/mk_cfgrpt.sh
...
...
doc/examples/kea4/hooks.json
View file @
fc80c0ea
...
...
@@ -39,7 +39,7 @@
{
"library"
:
"/opt/lib/charging.so"
,
"parameters"
:
{
"path"
:
"/var/
kea/var
"
,
"path"
:
"/var/
lib/kea
"
,
"base-name"
:
"kea-forensic6"
}
}
...
...
doc/examples/kea6/hooks.json
View file @
fc80c0ea
...
...
@@ -47,7 +47,7 @@
{
"library"
:
"/opt/lib/charging.so"
,
"parameters"
:
{
"path"
:
"/var/
kea/var
"
,
"path"
:
"/var/
lib/kea
"
,
"base-name"
:
"kea-forensic6"
}
}
...
...
src/bin/keactrl/kea-dhcp4.conf.pre
View file @
fc80c0ea
...
...
@@ -254,7 +254,7 @@
// // when they were active etc.
// "library": "@libdir@/kea/hooks/libdhcp_legal_log.so"
// "parameters": {
// "path": "/var/
kea/var
",
// "path": "/var/
lib/kea
",
// "base-name": "kea-forensic4"
// }
// },
...
...
src/lib/dhcpsrv/memfile_lease_mgr.h
View file @
fc80c0ea
...
...
@@ -72,8 +72,8 @@ class LFCSetup;
/// parameter in the database access string. The [path] is the
/// absolute path to the file (including file name). If this parameter
/// is not specified, the default location in the installation
/// directory is used:
var
/kea/kea-leases4.csv and
///
var
/kea/kea-leases6.csv.
/// directory is used:
<install-dir>/var/lib
/kea/kea-leases4.csv and
///
<install-dir>/var/lib
/kea/kea-leases6.csv.
class
Memfile_LeaseMgr
:
public
LeaseMgr
{
public:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment