diff options
Diffstat (limited to 'net/arpwatch-devel')
-rw-r--r-- | net/arpwatch-devel/files/patch-ag | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/arpwatch-devel/files/patch-ag b/net/arpwatch-devel/files/patch-ag new file mode 100644 index 000000000000..e27a1bfa658b --- /dev/null +++ b/net/arpwatch-devel/files/patch-ag @@ -0,0 +1,12 @@ +--- arpwatch.c.orig Sat Oct 14 04:07:35 2000 ++++ arpwatch.c Wed Nov 22 08:40:40 2000 +@@ -251,7 +251,7 @@ + } + } + +- openlog(prog, 0, LOG_DAEMON); ++ openlog(prog, LOG_PID, LOG_DAEMON); + + if (chdir(arpdir) < 0) { + syslog(LOG_ERR, "chdir(%s): %m", arpdir); + |