]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - README
Make sure we can install unsigned packages.
[thirdparty/pdns.git] / README
diff --git a/README b/README
deleted file mode 100644 (file)
index 0a00eadde9b1cbc36b9190aaffdbccbd4aaf276b..0000000000000000000000000000000000000000
--- a/README
+++ /dev/null
@@ -1,22 +0,0 @@
-To compile a very basic version, use:
-
-$ ./configure --with-modules=""
-$ make
-# make install
-
-This generates a PowerDNS binary with no modules, except the bind backend,
-built in. When ./configure is run without --with-modules, the mysql module
-is built by default.
-
-To add multiple modules, try:
-
-$ ./configure --with-modules="mysql mypgsql"
-
-For postgresql, you will probably have to edit modules/mypgsql/Makefile.in -
-see the TODO file
-
----
-
-After compiling, you may find the file 'pdns/pdns' helpful, we suggest you
-place it in /etc/init.d/ or your operating system's equivalent.
-
diff --git a/README b/README
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..42061c01a1c70097d1e4579f29a5adf40abdec95
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+README.md
\ No newline at end of file