Add system path for arp-scan
This commit is contained in:
parent
2b468fa115
commit
2c23e18ea0
|
@ -47,5 +47,9 @@ ZM_PATH_SWAP=@ZM_TMPDIR@
|
||||||
# ZoneMinder will find the arp binary automatically on most systems
|
# ZoneMinder will find the arp binary automatically on most systems
|
||||||
ZM_PATH_ARP="@ZM_PATH_ARP@"
|
ZM_PATH_ARP="@ZM_PATH_ARP@"
|
||||||
|
|
||||||
|
# Full path to optional arp-scan binary
|
||||||
|
# ZoneMinder will find the arp-scan binary automatically on most systems
|
||||||
|
ZM_PATH_ARP_SCAN="@ZM_PATH_ARP_SCAN@"
|
||||||
|
|
||||||
#Full path to shutdown binary
|
#Full path to shutdown binary
|
||||||
ZM_PATH_SHUTDOWN="@ZM_PATH_SHUTDOWN@"
|
ZM_PATH_SHUTDOWN="@ZM_PATH_SHUTDOWN@"
|
||||||
|
|
Loading…
Reference in New Issue