diff options
| author | Roy Marples <roy@marples.name> | 2019-11-29 14:46:15 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-11-29 14:46:15 +0000 |
| commit | 4d676a518f4c3a693142fd5f24f4b5440e18d9e7 (patch) | |
| tree | 5dac810e94c3a98d51864673513df7e678ad8dd2 /hooks | |
| parent | b47560644aa6e1679d68517352984568d69714f6 (diff) | |
| download | dhcpcd-4d676a518f4c3a693142fd5f24f4b5440e18d9e7.tar.xz | |
dhcpcd-run-hooks: change state dir name to reflect what it is
Diffstat (limited to 'hooks')
| -rw-r--r-- | hooks/dhcpcd-run-hooks.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/dhcpcd-run-hooks.in b/hooks/dhcpcd-run-hooks.in index 1eff4b52..5ce9cb2c 100644 --- a/hooks/dhcpcd-run-hooks.in +++ b/hooks/dhcpcd-run-hooks.in @@ -8,7 +8,7 @@ signature_base="# Generated by dhcpcd" signature="$signature_base $from $ifname" signature_base_end="# End of dhcpcd" signature_end="$signature_base_end $from $ifname" -state_dir=@RUNDIR@/dhcpcd +state_dir=@RUNDIR@/hook-state _detected_init=false : ${if_up:=false} |
