From 6475091a8814d131a09f698d521b588107618fa1 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Mon, 8 Sep 2014 11:38:38 +0200 Subject: [PATCH] init lib/tool/admin --- ... | 1 + .gitmodules | 3 +++ configure | 1 + etc/... | 1 + lib/tool/admin | 1 + sys/... | 1 + var/... | 1 + 7 files changed, 9 insertions(+) create mode 120000 ... create mode 100644 .gitmodules create mode 120000 configure create mode 120000 etc/... create mode 160000 lib/tool/admin create mode 120000 sys/... create mode 120000 var/... diff --git a/... b/... new file mode 120000 index 0000000..945c9b4 --- /dev/null +++ b/... @@ -0,0 +1 @@ +. \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3b38f6c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/tool/admin"] + path = lib/tool/admin + url = git://git.autogeree.net/tool/admin diff --git a/configure b/configure new file mode 120000 index 0000000..915a902 --- /dev/null +++ b/configure @@ -0,0 +1 @@ +lib/tool/admin/configure \ No newline at end of file diff --git a/etc/... b/etc/... new file mode 120000 index 0000000..951b30d --- /dev/null +++ b/etc/... @@ -0,0 +1 @@ +../... \ No newline at end of file diff --git a/lib/tool/admin b/lib/tool/admin new file mode 160000 index 0000000..7e57f83 --- /dev/null +++ b/lib/tool/admin @@ -0,0 +1 @@ +Subproject commit 7e57f83bc79b0caffb40534c7248fac4965c7164 diff --git a/sys/... b/sys/... new file mode 120000 index 0000000..951b30d --- /dev/null +++ b/sys/... @@ -0,0 +1 @@ +../... \ No newline at end of file diff --git a/var/... b/var/... new file mode 120000 index 0000000..951b30d --- /dev/null +++ b/var/... @@ -0,0 +1 @@ +../... \ No newline at end of file -- 2.20.1