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 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 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 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 From a4e25bbf350634a1f43884caa830490903d1751b Mon Sep 17 00:00:00 2001 From: Atiti Date: Wed, 12 Jan 2011 07:29:29 +0000 Subject: Corrected stuff (Atiti) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3 From 1588a0fc2f4ad092972bb68d19706dca85a7bdbe Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 12 Jan 2011 07:37:58 +0000 Subject: added a gitignore to quiet the untracked files warnings --- .gitignore | 2 ++ git-commit | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..23ec47a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +conf +export diff --git a/git-commit b/git-commit index 3753a3f..ab84adf 100755 --- a/git-commit +++ b/git-commit @@ -1,4 +1,4 @@ #!/bin/sh -git add configure db doc git-commit gitd scripts contrib +git add configure db doc git-commit gitd scripts contrib .gitignore git commit test -x /usr/lib/git-core/git-update-server-info && /usr/lib/git-core/git-update-server-info -- cgit v1.2.3 From 113fb85a35a6be7e26840f728bb7655070da4c9a Mon Sep 17 00:00:00 2001 From: Atiti Date: Wed, 12 Jan 2011 07:43:33 +0000 Subject: Git for Atiti --- db/usr/atiti/git | 1 + 1 file changed, 1 insertion(+) create mode 100644 db/usr/atiti/git 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