Ignore:
Timestamp:
Dec 20, 2011, 1:18:09 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Exclude /run similarly to /sys and /proc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/src/common/libmondo-mountlist.c

    r2733 r2918  
    855855            !strcmp(mountlist->el[items].device, "/sys") ||
    856856            !strcmp(mountlist->el[items].device, "sys") ||
     857            !strcmp(mountlist->el[items].device, "/run") ||
     858            !strcmp(mountlist->el[items].device, "run") ||
    857859            !strcmp(mountlist->el[items].device, "/devpts") ||
    858860            !strcmp(mountlist->el[items].device, "devpts")
Note: See TracChangeset for help on using the changeset viewer.