From 8847a221a45c177f4f009236b75b52b6c0e3fddf Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Jan 2011 07:08:59 +0000 Subject: Taken search.ano (Atiti) --- db/as/62487/owner | 1 + db/dom/ano/search/ns/ns1.search.ano | 2 +- db/dom/ano/search/owner | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 db/as/62487/owner (limited to 'db') diff --git a/db/as/62487/owner b/db/as/62487/owner new file mode 100644 index 0000000..ee17603 --- /dev/null +++ b/db/as/62487/owner @@ -0,0 +1 @@ +Atiti diff --git a/db/dom/ano/search/ns/ns1.search.ano b/db/dom/ano/search/ns/ns1.search.ano index bff3026..1849862 100644 --- a/db/dom/ano/search/ns/ns1.search.ano +++ b/db/dom/ano/search/ns/ns1.search.ano @@ -1 +1 @@ -1.0.9.50 +1.1.123.1 diff --git a/db/dom/ano/search/owner b/db/dom/ano/search/owner index 0af709e..b0d3019 100644 --- a/db/dom/ano/search/owner +++ b/db/dom/ano/search/owner @@ -1 +1 @@ -rn_zippy +atiti -- cgit v1.2.3 From c964d8bbde489b54db02be6e399d9ab364265765 Mon Sep 17 00:00:00 2001 From: Atiti Date: Wed, 12 Jan 2011 07:17:50 +0000 Subject: Added git path (Atiti) --- configure | 2 +- db/usr/atiti/git | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 db/usr/atiti/git (limited to 'db') diff --git a/configure b/configure index 9f6c8c0..c585b98 100755 --- a/configure +++ b/configure @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash vars="gitd_ip gitd_basepath git_name git_email tinydns_config tinydns__tldsrvrname tinydns__tldsrvrip" diff --git a/db/usr/atiti/git b/db/usr/atiti/git new file mode 100644 index 0000000..c757dfe --- /dev/null +++ b/db/usr/atiti/git @@ -0,0 +1 @@ +git://1.1.123.1/ -- cgit v1.2.3 From b422ead31b077041cb030064008c6cd26ba058d0 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 12 Jan 2011 07:20:11 +0000 Subject: Revert "Added git path (Atiti)" This reverts commit c964d8bbde489b54db02be6e399d9ab364265765. Setting configure to force bash is inappropriate. configure can use any shell with korn or compatible features, and on most systems /bin/sh points to such a shell. Ubutnu breaks compatibility by changing /bin/sh to dash. The solution is to fix Ubuntu, not to break the configure script. --- configure | 2 +- db/usr/atiti/git | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 db/usr/atiti/git (limited to 'db') diff --git a/configure b/configure index c585b98..9f6c8c0 100755 --- a/configure +++ b/configure @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh vars="gitd_ip gitd_basepath git_name git_email tinydns_config tinydns__tldsrvrname tinydns__tldsrvrip" diff --git a/db/usr/atiti/git b/db/usr/atiti/git deleted file mode 100644 index c757dfe..0000000 --- a/db/usr/atiti/git +++ /dev/null @@ -1 +0,0 @@ -git://1.1.123.1/ -- cgit v1.2.3