pkgsrc-wip/linuxigd/patches/patch-ah
OBATA Akio 11447f5d45 Update linuxigd to 1.0.
CHANGES:
2007-02-07 Daniel J Blueman <daniel.blueman@gmail.com>
  * Fixed interface statistics gathering and streamlined
    into a single function.

  * linux-igd 1.0 released

2006-10-01 Daniel J Blueman <daniel.blueman@gmail.com>
  * Fixed compilation on GCC-2.9x, noticed by Vyacheslav Garashchenko.

  * Use bounded string functions, to protect from overflow exploits/stack-smashing.
2007-03-11 06:26:21 +00:00

17 lines
619 B
Text

$NetBSD: patch-ah,v 1.2 2007/03/11 06:26:21 obache Exp $
--- etc/upnpd.conf.orig 2006-08-17 03:19:30.000000000 +0900
+++ etc/upnpd.conf
@@ -67,9 +67,9 @@ description_document_name = gatedesc.xml
# The path to the xml documents
# Do not include the trailing "/"
-# default = /etc/linuxigd
+# default = @CONFDIR@/linuxigd
# WARNING! The make install does put the xml files
-# in /etc/linuxigd, if you change this variable
+# in @CONFDIR@/linuxigd, if you change this variable
# you have to make sure the xml docs are in the
# right place
-xml_document_path = /etc/linuxigd
+xml_document_path = @CONFDIR@/linuxigd