From dc9a46ad8e127de61a1378859e744b1b05c5ac4f Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 19 Dec 2013 22:05:15 +0100 Subject: [PATCH] nfacct: changed to use no prefix by default --- network/nfacct/nfacct.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 network/nfacct/nfacct.conf diff --git a/network/nfacct/nfacct.conf b/network/nfacct/nfacct.conf new file mode 100644 index 000000000..f915cb3c6 --- /dev/null +++ b/network/nfacct/nfacct.conf @@ -0,0 +1,18 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../nfacct/nfacct.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