_PATH_WUMPINFO
if (access(_PATH_WUMPINFO, R_OK)) {
if ((fd = open(_PATH_WUMPINFO, O_RDONLY)) == -1)
err(1, "open %s", _PATH_WUMPINFO);