[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Uploading netcfg?



Christian PERRIER, on Sun 15 Jan 2017 08:06:02 +0100, wrote:
> --- a/finish-install.d/97release-dhcp-lease
> +++ b/finish-install.d/97release-dhcp-lease
> @@ -7,5 +7,5 @@ pid=$(pidof udhcpc) || true
>  
>  if [ "$(pidof dhclient || true)" ]; then
>         dhclient -r || true
> -       dhclient -1 -6 -r || true
> +       dhclient -6 -r || true
>  fi
> 
> I tend to be confident in Samuel's changes, but as we are in the
> release freeze, we should also be as conservative as we can wrt D-I
> changes.
> 
> Other advices? Should I build/upload or not?

The change is just a clean-up. The -1 option was needed due to the
previous isc-dhcp behavior which was hurting the hurd port (and not
linux and kfreebsd). Now that isc-dhcp fixed its behavior the -1 option
is not needed any more. It doesn't hurt either, though, so either way is
fine.

Samuel


Reply to: