Page MenuHomeFreeBSD

D5105.id12784.diff
No OneTemporary

D5105.id12784.diff

Index: net/dhcp6/Makefile
===================================================================
--- net/dhcp6/Makefile
+++ net/dhcp6/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dhcp6
PORTVERSION= 20080615
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net ipv6
MASTER_SITES= SF/wide-dhcpv6/wide-dhcpv6/wide-dhcpv6-${PORTVERSION}
DISTNAME= wide-dhcpv6-${PORTVERSION}
Index: net/dhcp6/files/patch-common.c
===================================================================
--- /dev/null
+++ net/dhcp6/files/patch-common.c
@@ -0,0 +1,12 @@
+--- common.c.orig 2016-01-28 11:27:18 UTC
++++ common.c
+@@ -3202,6 +3202,9 @@ setloglevel(debuglevel)
+ case 1:
+ setlogmask(LOG_UPTO(LOG_INFO));
+ break;
++ case 2:
++ setlogmask(LOG_UPTO(LOG_DEBUG));
++ break;
+ }
+ }
+ }

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 29, 11:18 PM (13 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32409607
Default Alt Text
D5105.id12784.diff (775 B)

Event Timeline