Mercurial > syslog2iptables
annotate Makefile.am @ 82:384532d596c0 default tip
Added tag stable-1-0-19 for changeset cc01f2caff37
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 11 Feb 2024 12:06:36 -0800 |
parents | fadead7c9142 |
children |
rev | line source |
---|---|
44
9e9f09cf411c
Add fixes for Solaris from sm-archive.
Carl Byington <carl@five-ten-sg.com>
parents:
42
diff
changeset
|
1 ACLOCAL_AMFLAGS = -I m4 |
9e9f09cf411c
Add fixes for Solaris from sm-archive.
Carl Byington <carl@five-ten-sg.com>
parents:
42
diff
changeset
|
2 |
11 | 3 SUBDIRS = src man html info |
10 | 4 hackdir = $(sysconfdir) |
78 | 5 hack_SCRIPTS = syslog2iptables.service |
72
ea7b7a0d0039
RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
6 hack_DATA = syslog2iptables.conf.make syslog2iptables.conf.top syslog2iptables.conf.bottom syslog2iptables.conf.httpd |
42
d9ae11033b4b
Add default config to firewall systems that send bounces to non-existant accounts.
Carl Byington <carl@five-ten-sg.com>
parents:
32
diff
changeset
|
7 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ |
d9ae11033b4b
Add default config to firewall systems that send bounces to non-existant accounts.
Carl Byington <carl@five-ten-sg.com>
parents:
32
diff
changeset
|
8 html_DATA = AUTHORS COPYING ChangeLog NEWS README |
77 | 9 CLEANFILES = syslog2iptables.service xml/syslog2iptables xml/Makefile |
10 EXTRA_DIST = syslog2iptables.service.rc $(hack_DATA) syslog2iptables.spec xml/header.sgml xml/header.xml xml/Makefile.am xml/Makefile.in xml/syslog2iptables.in | |
5 | 11 |
71
79f310d1bc46
RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
61
diff
changeset
|
12 syslog2iptables.service: syslog2iptables.service.rc |
73
4685767c0c85
RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
72
diff
changeset
|
13 cat syslog2iptables.service.rc | \ |
72
ea7b7a0d0039
RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
14 sed -e "s,SBINDIR,$(sbindir),g" | \ |
ea7b7a0d0039
RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
15 sed -e "s,SYSCONFDIR,$(sysconfdir),g" >>syslog2iptables.service |
71
79f310d1bc46
RHEL7 systemd and /var/run on tmpfs
Carl Byington <carl@five-ten-sg.com>
parents:
61
diff
changeset
|
16 |