From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephane Ouellette Subject: [PATCH][TRIVIAL] Non-existent option in runme script Date: Sat, 09 Aug 2003 14:02:54 -0400 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <3F35374E.6020708@videotron.ca> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary_(ID_8yuw6GZRcLbP4ToIg4+7wg)" Cc: netfilter-devel@lists.netfilter.org Return-path: To: Harald Welte Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org This is a multi-part message in MIME format. --Boundary_(ID_8yuw6GZRcLbP4ToIg4+7wg) Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT Harald, the following patch removes a non-existent option on the prompt of the "runme" script in P-O-M. Stephane --Boundary_(ID_8yuw6GZRcLbP4ToIg4+7wg) Content-type: text/plain; name=runme.patch; CHARSET=US-ASCII Content-transfer-encoding: 7BIT Content-disposition: inline; filename=runme.patch --- netfilter/patch-o-matic/runme Sat Aug 9 13:55:57 2003 +++ netfilter-fixed/patch-o-matic/runme Sat Aug 9 13:56:23 2003 @@ -813,7 +813,7 @@ while [ "$ANSWER" = "" ] do echo "-----------------------------------------------------------------" - echo -n "Do you want to `modesense 1` this patch "'[N/y/t/f/a/r/b/w/v/q/?] ' + echo -n "Do you want to `modesense 1` this patch "'[N/y/t/f/a/r/b/w/q/?] ' read ANSWER case "$ANSWER" in y*|Y*) --Boundary_(ID_8yuw6GZRcLbP4ToIg4+7wg)--