LISTENTYPE
if (strcmp(entry->pmtype, LISTENTYPE) != 0)
if (strcmp(ptr, LISTENTYPE) != 0) {
sprintf(mesg, "Network specification \"%s\" is not of type %s", netspec, LISTENTYPE);
sprintf(buf, SAC_LSTY, LISTENTYPE);
if (strcmp(type, LISTENTYPE) != 0)
sprintf(mesg, "Network specification \"%s\" is not of type %s", netspec, LISTENTYPE);
sprintf(buf, SAC_ADDPM, netspec, LISTENTYPE, gencmdstr(netspec), VERSION);