X-Git-Url: http://git.ipfire.org/?p=people%2Fmfischer%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Finitscripts%2Fpackages%2Fwatchdog;fp=src%2Finitscripts%2Fpackages%2Fwatchdog;h=6dbcd4c34bb7cb57c20cb47274dd58316f917653;hp=a21949ad7316658140d830e97ce3791d8c959761;hb=0506aa897353a84edf2ecfea09982f6509251ba6;hpb=75c18cc2af0c6fdd8ee4eab79a50f88588e9c8fa diff --git a/src/initscripts/packages/watchdog b/src/initscripts/packages/watchdog index a21949ad73..6dbcd4c34b 100644 --- a/src/initscripts/packages/watchdog +++ b/src/initscripts/packages/watchdog @@ -1,10 +1,23 @@ #!/bin/sh -######################################################################## -# Begin $rc_base/init.d/watchdog -# -# Description : watchdog daemon initscript -# -######################################################################## +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2022 IPFire 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 . # +# # +############################################################################### . /etc/sysconfig/rc . ${rc_functions} @@ -43,5 +56,3 @@ case "${1}" in exit 1 ;; esac - -# End $rc_base/init.d/watchdog