Hi there, I've recently started co-maintaining the open-iscsi package in Debian and was going through the list of bugs in Debian's bugtracker.
I'm attaching a patch to fix a small typo in iscsid.conf. The original bug report can be found under: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627908 (I set the git author of the attached patch to be the reporter of the bug.) Christian -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/d/optout.
>From 5dd4c293d22ea54b93e53650daec5dc2cbf2f8b7 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso <[email protected]> Date: Thu, 21 May 2015 20:32:59 +0200 Subject: [PATCH] Fix small typo in iscsid.conf --- etc/iscsid.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/iscsid.conf b/etc/iscsid.conf index 6d9a5c0..c30a7dc 100644 --- a/etc/iscsid.conf +++ b/etc/iscsid.conf @@ -83,7 +83,7 @@ node.leading_login = No # Timeouts # ******** # -# See the iSCSI REAME's Advanced Configuration section for tips +# See the iSCSI README's Advanced Configuration section for tips # on setting timeouts when using multipath or doing root over iSCSI. # # To specify the length of time to wait for session re-establishment -- 2.1.4
