Re: Strange behaviour from 0.5.1 and 2006-02-21 cvs



> Does your dhclient-script have the correct magic to forward DHCP
> information back to dhcdbd?
> 
> if [ -n "${dhc_dbus}" ]; then
>    /bin/dbus-send \
>        --system \
>        --dest=com.redhat.dhcp \
>        --type=method_call \
>        /com/redhat/dhcp/$interface \
>        com.redhat.dhcp.set \
>        'string:'"`env | /bin/egrep -v '^(PATH|SHLVL|_|PWD|dhc_dbus)\='`";
>        if (( ( dhc_dbus & 31 ) == 31 )); then
>            exit 0;
>        fi;
> fi;

Doesn't seem to. Whereabouts would that go? The dhclient-script is kind of
large.



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