From: Michael Tremer Date: Tue, 5 Jun 2012 14:10:00 +0000 (+0000) Subject: Add header to functions file. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0641f1d7c7478e76cff7178190a7806d636ebe09;p=people%2Fstevee%2Fnetwork.git Add header to functions file. --- diff --git a/functions b/functions index f948df22..5b592bf0 100644 --- a/functions +++ b/functions @@ -1,7 +1,23 @@ #!/bin/bash - -# Make sure, that sbins are in PATH. -export PATH="/usr/local/sbin:/usr/sbin:/sbin:/bin:/usr/bin" +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2012 IPFire Network Development Team # +# # +# 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 . # +# # +############################################################################### INIT_FUNCTIONS=""