diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2011-06-15 18:28:18 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2011-06-15 18:28:18 -0700 |
commit | 934f5ca6af3e7c603be04df3d5212bd228d00e49 (patch) | |
tree | 7f235e175073537c4effb62e381258cd86a3b20f /Makefile.am | |
parent | 9d095443921c0414def931591595f9903e90af83 (diff) | |
download | vyatta-cfg-vpn-934f5ca6af3e7c603be04df3d5212bd228d00e49.tar.gz vyatta-cfg-vpn-934f5ca6af3e7c603be04df3d5212bd228d00e49.zip |
Bugfix 6767: Move /tmp/ipsec.log to /var/log/vyatta and rotate it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 84b799f..6726ac1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ share_perl5dir = $(datarootdir)/perl5/Vyatta/VPN libudevdir = /lib/udev etcudevdir = /etc/udev initddir = /etc/init.d +logrotatedir = /etc/logrotate.d curverdir = $(sysconfdir)/config-migrate/current bin_sudo_usersdir = $(bindir)/sudo-users @@ -13,6 +14,8 @@ sbin_SCRIPTS += scripts/vyatta-vpn-ppp-updown.pl bin_sudo_users_SCRIPTS = scripts/vyatta-ipsec-dhcp.pl share_perl5_DATA = lib/Vyatta/VPN/Util.pm +logrotate_DATA = etc/logrotate.d/vyatta-ipsec-logs + curver_DATA = cfg-version/ipsec@3 cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ |