diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2012-07-01 13:17:12 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2012-07-01 13:17:12 +0200 |
commit | 32e938b2b8264f50317fe5e52c9fd15dbb7f2b30 (patch) | |
tree | 61a08299ef10ea8f5b3c00eabcd1d8e197d1e047 /debian/rules | |
parent | 0375399284bb7da6c6cfa9657ca1069a04869e25 (diff) | |
download | vyos-strongswan-32e938b2b8264f50317fe5e52c9fd15dbb7f2b30.tar.gz vyos-strongswan-32e938b2b8264f50317fe5e52c9fd15dbb7f2b30.zip |
correctly handle logcheck rules install
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules index 5e25a8502..373264e9e 100755 --- a/debian/rules +++ b/debian/rules @@ -84,12 +84,6 @@ endif rm -rf $(CURDIR)/debian/openswan/var/lock rm -rf $(CURDIR)/debian/openswan/var/run - # the logcheck ignore files - install -D --mode=0600 $(CURDIR)/debian/logcheck.ignore.paranoid $(CURDIR)/debian/libstrongswan/etc/logcheck/ignore.d.paranoid/strongswan - install -D --mode=0600 $(CURDIR)/debian/logcheck.ignore.server $(CURDIR)/debian/libstrongswan/etc/logcheck/ignore.d.server/strongswan - install -D --mode=0600 $(CURDIR)/debian/logcheck.ignore.server $(CURDIR)/debian/libstrongswan/etc/logcheck/ignore.d.workstation/strongswan - install -D --mode=0600 $(CURDIR)/debian/logcheck.violations.ignore $(CURDIR)/debian/libstrongswan/etc/logcheck/violations.ignore.d/strongswan - # more lintian cleanups find $(CURDIR)/debian/*strongswan*/ -name ".cvsignore" | xargs --no-run-if-empty rm -f find $(CURDIR)/debian/*strongswan*/ -name "/.svn/" | xargs --no-run-if-empty rm -rf |