aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch-devel
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-11-28 10:31:32 +0000
committerBrian Somers <brian@FreeBSD.org>2000-11-28 10:31:32 +0000
commit31029d55c29b80e0295a908ac6367654f74f6c01 (patch)
tree800deaab28813902e465db7e623b74bb7e818f16 /net-mgmt/arpwatch-devel
parent9754c23cdf2d53cd2f779bcbc9a6a973f57268ec (diff)
downloadports-31029d55c29b80e0295a908ac6367654f74f6c01.tar.gz
ports-31029d55c29b80e0295a908ac6367654f74f6c01.zip
Call openlog() with LOG_PID.
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> PR: 23017
Notes
Notes: svn path=/head/; revision=35481
Diffstat (limited to 'net-mgmt/arpwatch-devel')
-rw-r--r--net-mgmt/arpwatch-devel/files/patch-ag12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/arpwatch-devel/files/patch-ag b/net-mgmt/arpwatch-devel/files/patch-ag
new file mode 100644
index 000000000000..e27a1bfa658b
--- /dev/null
+++ b/net-mgmt/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);
+