diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-05-09 15:03:38 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-05-09 15:03:38 +0000 |
commit | b8b8fa5aeb1df824ed5374149d0a7377dd0c1cd9 (patch) | |
tree | 67d5f350f6c92b847a528d27db9960acb190f10e /net/linuxigd/files/patch-etc__upnpd.conf | |
parent | Restore "hs-" package name prefix for Haskell packages. (diff) |
Remove expired ports:
2019-05-08 databases/ruby-odbc: Broken for more than 6 months
2019-05-08 databases/rubygem-dbd-odbc: Broken for more than 6 months
2019-05-08 devel/dlangui: Broken for more than 6 months
2019-05-08 editors/dlangide: Broken for more than 6 months
2019-05-08 emulators/desmume: Broken for more than 6 months
2019-05-08 emulators/yabause: Broken for more than 6 months
2019-05-08 emulators/yape: Broken for more than 6 months
2019-05-08 games/armagetron: Broken for more than 6 months
2019-05-08 games/boswars: Broken for more than 6 months
2019-05-08 games/ceferino: Broken for more than 6 months
2019-05-08 games/chanta: Broken for more than 6 months
2019-05-08 games/d2x-xl: Broken for more than 6 months
2019-05-08 games/drcreep: Broken for more than 6 months
2019-05-08 games/frobtads: Broken for more than 6 months
2019-05-08 games/paintown: Broken for more than 6 months
2019-05-08 games/pykawari: Broken for more than 6 months
2019-05-08 games/stepmania-devel: Broken for more than 6 months
2019-05-08 games/tinymux: Broken for more than 6 months
2019-05-08 games/voxelands: Broken for more than 6 months
2019-05-08 games/voxelands-server: Broken for more than 6 months
2019-05-08 games/warsow: Broken for more than 6 months
2019-05-08 graphics/appleseed: Broken for more than 6 months
2019-05-08 graphics/apvlv: Broken for more than 6 months
2019-05-08 graphics/qslim: Broken for more than 6 months
2019-05-08 graphics/rawstudio: Broken for more than 6 months
2019-05-08 graphics/tulip: Broken for more than 6 months
2019-05-08 lang/qore: Broken for more than 6 months
2019-05-08 mail/milter-manager: Broken for more than 6 months
2019-05-08 math/goblin: Broken for more than 6 months
2019-05-08 math/mosesdecoder: Broken for more than 6 months
2019-05-08 multimedia/asdcplib: Broken for more than 6 months
2019-05-08 net/crtmpserver: Broken for more than 6 months
2019-05-08 net/linuxigd: Abandonware; use net/miniupnpd instead
2019-05-08 net/openafs: Broken for more than 6 months
2019-05-08 security/quantis: Broken for more than 6 months
2019-05-08 sysutils/boxbackup: Broken for more than 6 months
2019-05-08 sysutils/grub2-efi: Broken for more than 6 months
2019-05-08 sysutils/grub2-pcbsd: Broken for more than 6 months
2019-05-08 sysutils/mdcp: Broken for more than 6 months
2019-05-08 sysutils/sbsigntool: Broken for more than 6 months
2019-05-08 www/py-cherrypy-old: Lates version is in tree and no dependent ports
Diffstat (limited to 'net/linuxigd/files/patch-etc__upnpd.conf')
-rw-r--r-- | net/linuxigd/files/patch-etc__upnpd.conf | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/net/linuxigd/files/patch-etc__upnpd.conf b/net/linuxigd/files/patch-etc__upnpd.conf deleted file mode 100644 index c398a5fd4e5e..000000000000 --- a/net/linuxigd/files/patch-etc__upnpd.conf +++ /dev/null @@ -1,58 +0,0 @@ ---- etc/upnpd.conf.orig Thu Aug 17 02:19:30 2006 -+++ etc/upnpd.conf Sat Jun 16 19:57:09 2007 -@@ -2,10 +2,10 @@ - # /etc/sysconfig/upnpd - - # --# The full path and name of the iptables executable, -+# The full path and name of the ipnat executable, - # (enclosed in quotes). - # --iptables_location = "/sbin/iptables" -+ipnat_location = "/sbin/ipnat" - - # - # Daemon debug level. Messages are logged via syslog to debug. -@@ -17,29 +17,6 @@ - debug_mode = 2 - - # --# Should the daemon insert rules in the forward chain --# This is necessary if your firewall has a drop or reject --# policy in your forward chain. --# allowed values: yes,no --# default = no --insert_forward_rules = yes -- --# --# The name of the chain to put the forward rules in. --# This directive is only activ if "insert_forward_rules = yes" --# above. --# allowed values: a-z, A-Z, _, - --# default = FORWARD --# --forward_chain_name = FORWARD -- --# --# The name of the chain to put prerouting rules in. --# allowed values: a-z, A-Z, _, - --# default = PREROUTING --prerouting_chain_name = PREROUTING -- --# - # The internet line upstream bit rate reported from - # the daemon. Value in bits per second - # default = 0 -@@ -67,9 +44,9 @@ - - # The path to the xml documents - # Do not include the trailing "/" --# default = /etc/linuxigd -+# default = %%PREFIX%%/etc/linuxigd - # WARNING! The make install does put the xml files --# in /etc/linuxigd, if you change this variable -+# in %%PREFIX%%/etc/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 = %%PREFIX%%/etc/linuxigd |