29 Jul
2008
29 Jul
'08
10:45
https://bugzilla.novell.com/show_bug.cgi?id=408959 User kasievers@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=408959#c5 --- Comment #5 from Kay Sievers <kasievers@novell.com> 2008-07-29 04:44:59 MDT --- (In reply to comment #0 from Martin Kögler)
To fix it, the device must be checked too, eg: if test -f /proc/1/exe -a -d /proc/1/root; then if test $(stat -Lc '%D-%i' /) -eq $(stat -Lc '%D-%i' /proc/1/root);
The result of stat is not an integer anymore, and this can not work, right? -- 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.