Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching refs:RUNDIR

1787 		if (mkdir(RUNDIR, 0755) == -1 && errno != EEXIST)
1788 logger(&ctx, LOG_ERR, "mkdir `%s': %m", RUNDIR);