Mercurial > syslog2iptables
view Makefile.am @ 57:c95acc20f7ed
Added tag stable-1-0-13-2 for changeset 73dd2daeaf8e
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 17 Aug 2011 10:16:17 -0700 |
parents | 75361069c6ef |
children | d80641be405b |
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 xml/header.sgml xml/header.xml xml/Makefile.am xml/Makefile.in xml/syslog2iptables.in 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