summaryrefslogtreecommitdiff
path: root/net/ser/files/patch-daemonize.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
commit39a5b78f8797ded2c50107a77794cd671dff707f (patch)
tree39f650e2e85c255908675444e0ce32d9639f251f /net/ser/files/patch-daemonize.c
parentRemove non staged ports without pending PR from net-im and net-mgmt (diff)
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes: svn path=/head/; revision=366967
Diffstat (limited to 'net/ser/files/patch-daemonize.c')
-rw-r--r--net/ser/files/patch-daemonize.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/ser/files/patch-daemonize.c b/net/ser/files/patch-daemonize.c
deleted file mode 100644
index 88cd832a0ecc..000000000000
--- a/net/ser/files/patch-daemonize.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- daemonize.c
-+++ daemonize.c
-@@ -198,7 +198,7 @@
- }
-
- if (log_stderr==0)
-- openlog(name, LOG_PID|LOG_CONS, log_facility);
-+ openlog(name, LOG_PID, log_facility);
- /* LOG_CONS, LOG_PERRROR ? */
-
- return 0;