Skip to content

Commit

Permalink
systemd-tmpfiles: configure path with --with-rsctmpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
oalbrigt committed Sep 20, 2018
1 parent 3c9cee0 commit 826c553
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ ldirectord/init.d/ldirectord
ldirectord/init.d/ldirectord.debian
ldirectord/init.d/ldirectord.debian.default
ldirectord/systemd/ldirectord.service
systemd/resource-agents.conf
tools/findif
tools/ocf-tester
tools/send_arp
Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ AC_SUBST(HA_VARRUNDIR)

# Expand $prefix
eval HA_RSCTMPDIR="`eval echo ${HA_RSCTMPDIR}`"
AC_DEFINE_UNQUOTED(HA_RSCTMPDIR,"$HA_RSCTMPDIR", Where Resouce agents keep state files)
AC_DEFINE_UNQUOTED(HA_RSCTMPDIR,"$HA_RSCTMPDIR", Where Resource agents keep state files)
AC_SUBST(HA_RSCTMPDIR)

dnl Eventually move out of the heartbeat dir tree and create symlinks when needed
Expand Down Expand Up @@ -911,6 +911,7 @@ heartbeat/Makefile \
heartbeat/ocf-shellfuncs \
heartbeat/shellfuncs \
systemd/Makefile \
systemd/resource-agents.conf \
tools/Makefile \
tools/ocf-tester \
tools/ocft/Makefile \
Expand Down
1 change: 0 additions & 1 deletion systemd/resource-agents.conf

This file was deleted.

1 change: 1 addition & 0 deletions systemd/resource-agents.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d @HA_RSCTMPDIR@ 1755 root root

0 comments on commit 826c553

Please sign in to comment.