From 0a3d5b651af3582543d441cdb5b29d399164fa45 Mon Sep 17 00:00:00 2001
From: "Leigh B. Stoller" <stoller@flux.utah.edu>
Date: Wed, 27 Oct 2004 22:09:59 +0000
Subject: [PATCH] Add a pithy comment.

---
 tmcd/tmcd.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tmcd/tmcd.c b/tmcd/tmcd.c
index f790feb247..0ba01e2400 100644
--- a/tmcd/tmcd.c
+++ b/tmcd/tmcd.c
@@ -5495,7 +5495,9 @@ COMMAND_PROTOTYPE(dolocalize)
 	*bufp = (char) NULL;
 
 	/*
-	 * XXX sitevar fetching should be a library function
+	 * XXX sitevar fetching should be a library function.
+	 * WARNING: This sitevar (node/ssh_pubkey) is referenced in
+	 *          install/boss-install during initial setup.
 	 */
 	res = mydb_query("select name,value "
 			 "from sitevariables where name='node/ssh_pubkey'",
-- 
GitLab