http://bugzilla.novell.com/show_bug.cgi?id=504762 User mzugec@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=504762#c2 Michal Zugec <mzugec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ug@novell.com --- Comment #2 from Michal Zugec <mzugec@novell.com> 2009-05-18 08:22:48 MDT --- Just a note: instead of: <section> < config:type="list"> <listentry>Order allow,deny</listentry> <listentry>Allow 127.0.0.2</listentry> </> <Key>Location</Key> <Value>/</Value> </section> yast should write: <section> <Order config:type="list"> <listentry>allow,deny<listentry> </Order> <Allow config:type="list"> <listentry>127.0.0.2</listentry> </Allow> <Key>Location</Key> <Value>/</Value> </section> -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.