if ((fp = fopen(path, "r")) == NULL) {
/* no configuration present */
parsed = true;
return (EPKG_OK);
}