netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Giorgio Dal Molin <giorgio.dal.molin@mobotix.com>
To: netfilter-devel@vger.kernel.org
Cc: Giorgio <giorgio.nicole@arcor.de>
Subject: [PATCH 0/1] autotools conversion: added autotools support for the 'files' subdir.
Date: Mon, 10 Nov 2014 16:51:07 +0100	[thread overview]
Message-ID: <1415634668-11296-1-git-send-email-giorgio.dal.molin@mobotix.com> (raw)

From: Giorgio <giorgio.nicole@arcor.de>

This patch adds the autotools support to install the nft scripts in 'files/nftables'
under the configured $pkgsysconfdir/nftables (typically /etc/nftables).
After copying the files to their destination dir. a call to 'sed' replaces
the marker @sbindir@' with the actually configured sbin directory (typically
'/sbin' or '/usr/sbin').

Giorgio (1):
  autotools conversion: added autotools support for the 'files' subdir.

 Makefile.am                  |  3 ++-
 configure.ac                 |  2 ++
 files/Makefile.am            |  1 +
 files/nftables/Makefile.am   | 13 +++++++++++++
 files/nftables/bridge-filter |  2 +-
 files/nftables/inet-filter   |  2 +-
 files/nftables/ipv4-filter   |  2 +-
 files/nftables/ipv4-mangle   |  2 +-
 files/nftables/ipv4-nat      |  2 +-
 files/nftables/ipv6-filter   |  2 +-
 files/nftables/ipv6-mangle   |  2 +-
 files/nftables/ipv6-nat      |  2 +-
 12 files changed, 26 insertions(+), 9 deletions(-)
 create mode 100644 files/Makefile.am
 create mode 100644 files/nftables/Makefile.am

-- 
2.1.3


             reply	other threads:[~2014-11-10 15:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-10 15:51 Giorgio Dal Molin [this message]
2014-11-10 15:51 ` [PATCH 1/1] autotools conversion: added autotools support for the 'files' subdir Giorgio Dal Molin
2014-11-12 12:06   ` Pablo Neira Ayuso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1415634668-11296-1-git-send-email-giorgio.dal.molin@mobotix.com \
    --to=giorgio.dal.molin@mobotix.com \
    --cc=giorgio.nicole@arcor.de \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).