blob: 930f2cc84fdeb8245e429bbd05f33d90400935df (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/ipguard.h
+++ b/ipguard.h
@@ -53,7 +53,7 @@
#define ETHERSFILE ETHERS
#define LOGNAME "/var/log/ipguard"
-#define PIDNAME "/var/run/ipguard"
+#define PIDNAME "/run/ipguard"
#define FAKEMAC "de:ad:xx:xx:xx:xx"
#define PCAPFSIZ 128
|