initial cleanup passing over all makefiles and configure.ac

This commit is contained in:
Blake J. Harnden 2018-03-13 16:20:50 -07:00
parent ac705f4908
commit 6210e70c80
28 changed files with 328 additions and 641 deletions

View file

@ -5,7 +5,7 @@ After=network.target
[Service]
Type=forking
PIDFile=/var/run/core-daemon.pid
ExecStart=@PYTHON@ @SBINDIR@/core-daemon -d
ExecStart=@PYTHON@ @bindir@/core-daemon -d
TasksMax=infinity
[Install]

View file

@ -17,7 +17,7 @@ dist_hooks_SCRIPTS = perflogstart.sh perflogstop.sh sessiondatacollect.sh \
configuration_hook.sh datacollect_hook.sh
# Files installed to /etc/core/
perfconfdir=$(sysconfdir)/core
perfconfdir=$(CORE_CONF_DIR)
dist_perfconf_DATA = perflogserver.conf
uninstall-hook: