netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] autotools conversion: added autotools support for the 'files' subdir.
@ 2014-11-10 15:51 Giorgio Dal Molin
  2014-11-10 15:51 ` [PATCH 1/1] " Giorgio Dal Molin
  0 siblings, 1 reply; 3+ messages in thread
From: Giorgio Dal Molin @ 2014-11-10 15:51 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Giorgio

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-12 12:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10 15:51 [PATCH 0/1] autotools conversion: added autotools support for the 'files' subdir Giorgio Dal Molin
2014-11-10 15:51 ` [PATCH 1/1] " Giorgio Dal Molin
2014-11-12 12:06   ` Pablo Neira Ayuso

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).