Mercurial > syslog2iptables
view Makefile.am @ 45:4fd5f0d51144
Added tag stable-1-10 for changeset 9e9f09cf411c
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 22 Mar 2008 11:01:54 -0700 |
parents | 9e9f09cf411c |
children | 75361069c6ef |
line wrap: on
line source
ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src man html info hackdir = $(sysconfdir) hack_SCRIPTS = syslog2iptables sysconf_DATA = syslog2iptables.conf htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ html_DATA = AUTHORS COPYING ChangeLog NEWS README CLEANFILES = syslog2iptables xml/syslog2iptables xml/Makefile EXTRA_DIST = syslog2iptables.conf syslog2iptables.spec $(wildcard xml/h*) $(wildcard xml/M*) $(wildcard xml/s*) syslog2iptables: syslog2iptables.rc cat syslog2iptables.rc | \ sed -e "s,SBINDIR,$(sbindir),g" | \ sed -e "s,SYSCONFDIR,$(sysconfdir),g" >>syslog2iptables chkconfig: syslog2iptables mv -f $(sysconfdir)/syslog2iptables /etc/rc.d/init.d /sbin/chkconfig --del syslog2iptables /sbin/chkconfig --add syslog2iptables