remove to install systemd, logrotate, newsyslog

I'm not sure where is good things for this system file.
We need to decide when these stuffs are installed in Debian package or `make install`

At this point, I'll remove to install them for other developer.
Later, I'll fix it!
This commit is contained in:
Sukchan Lee 2017-10-26 13:26:10 +09:00
parent 52080092b6
commit b08c91190a
3 changed files with 6 additions and 6 deletions

View File

@ -36,9 +36,9 @@ AM_CPPFLAGS = \
install-data-hook:
$(MKDIR_P) $(DESTDIR)/$(localstatedir)/log/nextepc
chown $(current_user):$(current_group) $(DESTDIR)/$(localstatedir)/log/nextepc
# chown $(current_user):$(current_group) $(DESTDIR)/$(localstatedir)/log/nextepc
$(MKDIR_P) $(DESTDIR)/$(localstatedir)/run/nextepc
chown $(current_user):$(current_group) $(DESTDIR)/$(localstatedir)/run/nextepc
# chown $(current_user):$(current_group) $(DESTDIR)/$(localstatedir)/run/nextepc
CLEANFILES = symtbl.c
DISTCLEANFILES = $(DIST_ARCHIVES)

View File

@ -218,7 +218,7 @@ AC_ARG_WITH(
if test x"$pkg_config_exists" = x"0"; then
systemd_unit_dir=`pkg-config systemd --variable=systemdsystemunitdir`
else
systemd_unit_dir="${sysconfdir}/systemd/system/"
systemd_unit_dir="/etc/systemd/system/"
fi
]
)
@ -240,7 +240,7 @@ AC_ARG_WITH(
logrotate_conf_dir=""
;;
*)
logrotate_conf_dir="${sysconfdir}/logrotate.d/"
logrotate_conf_dir="/etc/logrotate.d/"
;;
esac
]
@ -259,7 +259,7 @@ AC_ARG_WITH(
[
case $host in
*-apple-darwin*)
newsyslog_conf_dir="${sysconfdir}/newsyslog.d/"
newsyslog_conf_dir="/etc/newsyslog.d/"
;;
*)
newsyslog_conf_dir=""

View File

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = freeDiameter systemd logrotate newsyslog
SUBDIRS = freeDiameter
sysconf_DATA = nextepc.conf