#!/bin/sh #---------------------------------------------------------------------------- # Sample udhcpc default script # # Creation: 2002-09-25 od # Last Update: $Id$ # # Copyright (c) 2001-2005 the eisfair team, team(at)eisfair(dot)org # Copyright (c) 2011-@@YEAR@@ Holger Bruenjes, holgerbruenjes(at)gmx(dot)net # # 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. #---------------------------------------------------------------------------- # Currently, we only dispatch according to command. However, a more # elaborate system might dispatch by command and interface or do some # common initialization first, especially if more dhcp event notifications # are added. exec /usr/share/udhcpc/default.${1} # --------------------------------------------------------------------------- # end # ---------------------------------------------------------------------------