diff options
Diffstat (limited to 'scripts/vyatta-dhclient-hook')
-rwxr-xr-x | scripts/vyatta-dhclient-hook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-dhclient-hook b/scripts/vyatta-dhclient-hook index 5784d93..dcd0664 100755 --- a/scripts/vyatta-dhclient-hook +++ b/scripts/vyatta-dhclient-hook @@ -23,7 +23,7 @@ RUN="yes" if [ "$RUN" = "yes" ]; then - LOG=/var/lib/dhcp3/dhclient_"$interface"_lease + LOG=/var/lib/dhcp/dhclient_"$interface"_lease echo `date` > $LOG for i in reason interface new_expiry new_dhcp_lease_time medium \ |