K 10 svn:author V 2 ru K 8 svn:date V 27 2006-03-13T14:58:37.000000Z K 7 svn:log V 223 The mount(8) manpage says: "In case of conflicting options being specified, the rightmost option takes effect." Fix code to obey this. This makes e.g. "mount -r /usr" or "mount -ar" actually mount file systems read-only. END