X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=netifd.h;h=e51514e9e267910a70cfb4842eb588e987be57af;hb=1b601254a2a71a199e3df5b26f364dc7a203eb65;hp=2167d6f91c556d0c56aa1c3169dafe82944c1d7c;hpb=9b2cc549afd629a227a94aca35c4026c4eefdd2f;p=project%2Fnetifd.git diff --git a/netifd.h b/netifd.h index 2167d6f..e51514e 100644 --- a/netifd.h +++ b/netifd.h @@ -1,3 +1,16 @@ +/* + * netifd - network interface daemon + * Copyright (C) 2012 Felix Fietkau + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 + * as published by the Free Software Foundation + * + * 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. + */ #ifndef __NETIFD_H #define __NETIFD_H @@ -19,7 +32,7 @@ #define DEFAULT_RESOLV_CONF "./tmp/resolv.conf" #else #define DEFAULT_MAIN_PATH "/lib/netifd" -#define DEFAULT_HOTPLUG_PATH "/sbin/hotplug-cmd" +#define DEFAULT_HOTPLUG_PATH "/sbin/hotplug-call" #define DEFAULT_RESOLV_CONF "/tmp/resolv.conf.auto" #endif