do not mix licenses
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=20
This commit is contained in:
parent
b2e892b065
commit
3df4ac1d1c
@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
|
# Copyright (C) 2010 SUSE LINUX Products GmbH / Novell Inc.
|
||||||
|
#
|
||||||
|
# Author: Marius Tomaschewski <mt@suse.de>
|
||||||
|
#
|
||||||
# /sbin/dhclient-script for openSUSE / SUSE Linux Enterprise Server
|
# /sbin/dhclient-script for openSUSE / SUSE Linux Enterprise Server
|
||||||
# based on the scripts shipped with the ISC DHCP (4.1.1) client.
|
# based on the scripts shipped with the ISC DHCP (4.1.1) client.
|
||||||
#
|
#
|
||||||
@ -7,24 +11,6 @@
|
|||||||
# It is used by sysconfig alias netcontrol alias ifup-dhcp,
|
# It is used by sysconfig alias netcontrol alias ifup-dhcp,
|
||||||
# but not by the NetworkManager that is using an own script.
|
# but not by the NetworkManager that is using an own script.
|
||||||
#
|
#
|
||||||
# Copyright (C) 2010 SUSE LINUX Products GmbH / Novell Inc.
|
|
||||||
#
|
|
||||||
# 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 2 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, write to the Free Software Foundation, Inc., 59 Temple
|
|
||||||
# Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
# Author: Marius Tomaschewski <mt@suse.de>
|
|
||||||
#
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## check mandatory parameters or ignore & exit
|
## check mandatory parameters or ignore & exit
|
||||||
|
Loading…
Reference in New Issue
Block a user