summaryrefslogtreecommitdiff
path: root/scripts/vyatta-dhclient-hook
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/vyatta-dhclient-hook')
-rwxr-xr-xscripts/vyatta-dhclient-hook2
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 \