https://bugzilla.novell.com/show_bug.cgi?id=510740 https://bugzilla.novell.com/show_bug.cgi?id=510740#c12 --- Comment #12 from Christian Boltz <suse-beta@cboltz.de> 2010-11-28 17:57:12 CET --- (In reply to comment #11)
I'm replaced line 434 /lib/apparmor/rc.apparmor.functions on + sort "$PNAMES_LIST" | comm -2 -3 "$MODULE_PLIST" - | while IFS= read profile ; do # ignore the line break in bugzilla
but now i see new error: .. What's wrong?
The line has to be: sort "$PNAMES_LIST" | comm -2 -3 "$MODULE_PLIST" - | while IFS= read profile ; do It looks like you did something wrong, maybe you added a linebreak in front of the ";" or you accidently included the "+" when copying the line.
http://susepaste.org/57531528 gives me a "404 not found" :-(
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.