From a66cfa1d3752dbe640baa37fe9d9d7899064d58d Mon Sep 17 00:00:00 2001
From: root <root@xvm.mit.edu>
Date: Thu, 8 May 2014 11:30:27 -0400
Subject: [PATCH] Initial commit

---
 .gitmodules |   21 +++++++++++++++++++++
 common      |    1 +
 corosync    |    1 +
 openafs     |    1 +
 openais     |    1 +
 openssh     |    1 +
 6 files changed, 26 insertions(+)
 create mode 100644 .gitmodules
 create mode 160000 common
 create mode 160000 corosync
 create mode 160000 openafs
 create mode 160000 openais
 create mode 160000 openssh

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..e9c380c
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,21 @@
+[submodule "common"]
+	path = common
+	url = ../third/common.git
+[submodule "corosync"]
+	path = corosync
+	url = ../third/corosync.git
+[submodule "libt4"]
+	path = libt4
+	url = ../third/libt4.git
+[submodule "openafs"]
+	path = openafs
+	url = ../third/openafs.git
+[submodule "openais"]
+	path = openais
+	url = ../third/openais.git
+[submodule "openssh"]
+	path = openssh
+	url = ../third/openssh.git
+[submodule "remctl"]
+	path = remctl
+	url = ../third/remctl.git
diff --git a/common b/common
new file mode 160000
index 0000000..5580f08
--- /dev/null
+++ b/common
@@ -0,0 +1 @@
+Subproject commit 5580f084a3c7c8ab42a664e46d0b34c9fb3526f2
diff --git a/corosync b/corosync
new file mode 160000
index 0000000..0569414
--- /dev/null
+++ b/corosync
@@ -0,0 +1 @@
+Subproject commit 056941460a4871e5e3befe31c000e233b60fa5e5
diff --git a/openafs b/openafs
new file mode 160000
index 0000000..a5b5952
--- /dev/null
+++ b/openafs
@@ -0,0 +1 @@
+Subproject commit a5b5952380abd41b689b8d320a18647799fd825a
diff --git a/openais b/openais
new file mode 160000
index 0000000..31d8f9d
--- /dev/null
+++ b/openais
@@ -0,0 +1 @@
+Subproject commit 31d8f9d7943c4ce0c5308cbee1cbfab9b8f54b68
diff --git a/openssh b/openssh
new file mode 160000
index 0000000..383a898
--- /dev/null
+++ b/openssh
@@ -0,0 +1 @@
+Subproject commit 383a898a0df24021684939266dd0494cc74e5ef3
-- 
1.7.9.5