Skip to content

Instantly share code, notes, and snippets.

View Habbie's full-sized avatar

Peter van Dijk Habbie

View GitHub Profile
@Habbie
Habbie / pdns-recursor-3.1.4-init_d.patch
Created April 22, 2013 10:43
authoritative -> recursing in pdns-recursor.init.d
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
@Habbie
Habbie / pdns-recursor-3.1.4-init_d.patch
Created April 22, 2013 10:34
authoritative -> recursing in pdns-recursor.init.d
blabla
@Habbie
Habbie / pdns-recursor-3.1.4-init_d.patch
Created April 22, 2013 10:36
authoritative -> recursing in pdns-recursor.init.d
blabla
@Habbie
Habbie / pdns-recursor-3.1.4-init_d.patch
Created April 22, 2013 10:54
authoritative -> recursing in pdns-recursor.init.d
diff -rNu pdns-recursor-3.1.4/pdns-recursor.init.d pdns-recursor-3.1.4-widexs/pdns-recursor.init.d
--- pdns-recursor-3.1.4/pdns-recursor.init.d 2006-10-16 16:24:18.000000000 +0200
+++ pdns-recursor-3.1.4-widexs/pdns-recursor.init.d 2006-10-16 19:54:03.000000000 +0200
@@ -63,7 +63,7 @@
;;
force-reload | restart)
- echo -n "Restarting PowerDNS authoritative nameserver: "
+ echo -n "Restarting PowerDNS recursing nameserver: "
echo -n stopping and waiting..
@Habbie
Habbie / pdns-recursor-3.1.4-init_d.patch
Created April 22, 2013 10:44
authoritative -> recursing in pdns-recursor.init.d
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
@Habbie
Habbie / pdns-recursor-3.1.4-init_d.patch
Created April 22, 2013 10:52
authoritative -> recursing in pdns-recursor.init.d
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
@Habbie
Habbie / pdns-recursor-3.1.4-init_d.patch
Created April 22, 2013 11:25
authoritative -> recursing in pdns-recursor.init.d
diff -rNu pdns-recursor-3.1.4/pdns-recursor.init.d pdns-recursor-3.1.4-widexs/pdns-recursor.init.d
--- pdns-recursor-3.1.4/pdns-recursor.init.d 2006-10-16 16:24:18.000000000 +0200
+++ pdns-recursor-3.1.4-widexs/pdns-recursor.init.d 2006-10-16 19:54:03.000000000 +0200
@@ -63,7 +63,7 @@
;;
force-reload | restart)
- echo -n "Restarting PowerDNS authoritative nameserver: "
+ echo -n "Restarting PowerDNS recursing nameserver: "
echo -n stopping and waiting..
Index: configure.in
===================================================================
--- configure.in (revision 930)
+++ configure.in (working copy)
@@ -294,62 +294,21 @@
if test "$needpgsql"
then
- AC_ARG_WITH(pgsql,
- [ --with-pgsql=<path> root directory path of PgSQL installation],