Hi, I wonder about some hardcoded binary paths. Example swapon.c: #define PATH_MKSWAP "/sbin/mkswap" There are a two problems. 1. It's wrong. We should use $sbindir from configure. 2. When called from our test-suite it will use a wrong (or non-existend, broken) binary. This happens in test swapon/fixpgsz. The question is how to fix this. I would prefer to use "mkwsap" from the same directory like swapon or to simply execvp "mkswap" from PATH. But don't know if we want this. If we really want to keep a hardcoded sbindir then we would need "#ifdef TEST_PROGRAM". Any comments? cu, Rudi -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html