From: Michael Tremer Date: Thu, 6 Jul 2017 13:58:54 +0000 (+0200) Subject: Remove empty files X-Git-Tag: 009~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3bdbc4e78ad1ff5e07cda22d7bd8181e62a1b69;p=network.git Remove empty files Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 6af5391f..ae9dbda4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -123,7 +123,6 @@ dist_network_SCRIPTS = \ src/functions/functions.dns \ src/functions/functions.dummy \ src/functions/functions.editor \ - src/functions/functions.ethernet \ src/functions/functions.firewall \ src/functions/functions.firewall-policy \ src/functions/functions.firewall-zones \ @@ -148,7 +147,6 @@ dist_network_SCRIPTS = \ src/functions/functions.ppp \ src/functions/functions.pppoe-server \ src/functions/functions.radvd \ - src/functions/functions.red \ src/functions/functions.route \ src/functions/functions.routing \ src/functions/functions.serial \ diff --git a/src/functions/functions.ethernet b/src/functions/functions.ethernet deleted file mode 100644 index 71cd5ad0..00000000 --- a/src/functions/functions.ethernet +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2010 Michael Tremer & Christian Schmidt # -# # -# 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, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### diff --git a/src/functions/functions.red b/src/functions/functions.red deleted file mode 100644 index 71cd5ad0..00000000 --- a/src/functions/functions.red +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2010 Michael Tremer & Christian Schmidt # -# # -# 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, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -###############################################################################