summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2020-03-20 15:26:47 +0000
committersthen <sthen@openbsd.org>2020-03-20 15:26:47 +0000
commit6c25d8cbd541465cf7202f2f5297c3a76376225b (patch)
tree6a2ff0a9977628cc9add227a4df6441e0db64216
parentDeclare pci_intr_map_msix() as static inline instead of using a define. (diff)
downloadwireguard-openbsd-6c25d8cbd541465cf7202f2f5297c3a76376225b.tar.xz
wireguard-openbsd-6c25d8cbd541465cf7202f2f5297c3a76376225b.zip
remove unbound files that aren't really useful here, pointed out by florian@
-rw-r--r--usr.sbin/unbound/.github/FUNDING.yml12
-rw-r--r--usr.sbin/unbound/README10
2 files changed, 0 insertions, 22 deletions
diff --git a/usr.sbin/unbound/.github/FUNDING.yml b/usr.sbin/unbound/.github/FUNDING.yml
deleted file mode 100644
index ecee84aa413..00000000000
--- a/usr.sbin/unbound/.github/FUNDING.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-# These are supported funding model platforms
-
-github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
-patreon: # Replace with a single Patreon username
-open_collective: # Replace with a single Open Collective username
-ko_fi: # Replace with a single Ko-fi username
-tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
-community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
-liberapay: # Replace with a single Liberapay username
-issuehunt: # Replace with a single IssueHunt username
-otechie: # Replace with a single Otechie username
-custom: ['https://nlnetlabs.nl/funding/']
diff --git a/usr.sbin/unbound/README b/usr.sbin/unbound/README
deleted file mode 100644
index 85f9182288d..00000000000
--- a/usr.sbin/unbound/README
+++ /dev/null
@@ -1,10 +0,0 @@
-Unbound README
-* ./configure && make && make install
-* You can use libevent if you want. libevent is useful when using
- many (10000) outgoing ports. By default max 256 ports are opened at
- the same time and the builtin alternative is equally capable and a
- little faster.
-* More detailed README, README.svn, README.tests in doc directory
-* manual pages can be found in doc directory, and are installed, unbound(8).
-* example configuration file doc/example.conf
-