diff options
| author | Roy Marples <roy@marples.name> | 2008-08-14 12:17:23 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-08-14 12:17:23 +0000 |
| commit | 697033263dcdbca3e2946301d574ac9c6aaf7553 (patch) | |
| tree | 1fbfd0666be6e512caae7eedc8f441ada4537b58 /dhcpcd-run-hooks.in | |
| parent | cf05d568c4aa6d86e13ed5379dd5928cd5f726cc (diff) | |
| download | dhcpcd-697033263dcdbca3e2946301d574ac9c6aaf7553.tar.xz | |
Set the main state dir in the main hook script.
Diffstat (limited to 'dhcpcd-run-hooks.in')
| -rw-r--r-- | dhcpcd-run-hooks.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcpcd-run-hooks.in b/dhcpcd-run-hooks.in index aed2d2db..4a19af12 100644 --- a/dhcpcd-run-hooks.in +++ b/dhcpcd-run-hooks.in @@ -6,6 +6,7 @@ signature_base="# Generated by dhcpcd from " signature="${signature_base}${interface}" signature_base_end="# End of dhcpcd from " signature_end="${signature_base_end}${interface}" +state_dir="/var/run/dhcpcd" # Ensure that all arguments are unique uniqify() |
