From 7883f11d2fb7dae61fff6c1cceecc49adb25bda7 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 19 Dec 2013 22:01:21 +0100 Subject: [PATCH] libnetfilter_queue: changed to use no prefix by default --- .../libnetfilter_queue/libnetfilter_queue.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 network/libnetfilter_queue/libnetfilter_queue.conf diff --git a/network/libnetfilter_queue/libnetfilter_queue.conf b/network/libnetfilter_queue/libnetfilter_queue.conf new file mode 100644 index 000000000..528084aa1 --- /dev/null +++ b/network/libnetfilter_queue/libnetfilter_queue.conf @@ -0,0 +1,18 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../libnetfilter_queue/libnetfilter_queue.conf +# Copyright (C) 2013 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +if [ $prefix_auto == 1 ]; then + prefix= + set_confopt +fi