From 5aa254a178b3a48486307a3c67b704906e4aae3f Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Mon, 26 Oct 2009 14:18:57 +0000
Subject: [PATCH] add comments

---
 installer/resources/i2prouter | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/installer/resources/i2prouter b/installer/resources/i2prouter
index 2b0edd4204..d4ac7a03ff 100644
--- a/installer/resources/i2prouter
+++ b/installer/resources/i2prouter
@@ -2,12 +2,17 @@
 
 #
 # Skeleton sh script suitable for starting and stopping
-# wrapped Java apps on the Solaris platform.
+# "wrapped" Java apps.
 #
 # Make sure that PIDFILE points to the correct location,
 # if you have changed the default location set in the
 # wrapper configuration file.
 #
+# Note that the wrapper only supports Windows, Mac, and
+# certain Linux architectures. If this script fails to
+# successfully invoke i2psvc on your platform,
+# try the runplain.sh script instead.
+#
 
 #-----------------------------------------------------------------------------
 # These settings can be modified to fit the needs of your application
-- 
GitLab