forked from pool/open-iscsi
25 lines
582 B
Plaintext
25 lines
582 B
Plaintext
|
commit b6b41fcd43f7426ef6b10cf4faf0f50d3a4bbe54
|
||
|
Author: Hannes Reinecke <hare@suse.de>
|
||
|
Date: Wed Dec 3 16:11:03 2008 +0100
|
||
|
|
||
|
Remove trailing tilde from iface.example
|
||
|
|
||
|
There was a stale tilde in iface.example, causing the iscsiadm
|
||
|
to barf.
|
||
|
|
||
|
References: 450870
|
||
|
|
||
|
Signed-off-by: Hannes Reinecke <hare@suse.de>
|
||
|
|
||
|
diff --git a/etc/iface.example b/etc/iface.example
|
||
|
index 020b002..aa41ce7 100644
|
||
|
--- a/etc/iface.example
|
||
|
+++ b/etc/iface.example
|
||
|
@@ -60,5 +60,5 @@
|
||
|
# the same subnet.
|
||
|
# iface.net_ifacename = eth0
|
||
|
# iface.ipaddress = 102.50.50.101
|
||
|
-~
|
||
|
+
|
||
|
|