Bugzilla – Bug 152015
mod_apparmor has unknown description in yast http server configuration
Last modified: 2006-03-13 10:23:31 UTC
Created attachment 69159 [details] Screenshot of yast2 http server configuration with 'unknown' text
steve is this something that you can look at?
Looks like we need to submit a patch to /usr/share/YaST2/modules/YaPI/HTTPDModules.pm.
Created attachment 72125 [details] Sample patch to HTTPModules.pm Attached is a simple patch that adds a description field for the mod_apparmor. Looking over others, though, I can see some support for keywords and such, so I should track down if we should be adding the mod_apparmor keywords. I suppose there's a translation unit that this string needs to be added to, too.
Created attachment 72126 [details] Patch rediffed against yast2-http-module source tree [Dur, last patch was reversed] This updates the last patch to apply against the yast2-http-module source tree.
Confirmed that this patch (applied directly to my test machine's /usr/share/YaST2/modules/YaPI/HTTPDModules.pm) fixes this issue. Thanks Steve.
Applied to yast2-http-server