HomeSort by: relevance | last modified time | path
    Searched defs:pfpath (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/syslogd/
syslogd.c 319 char pfpath[PATH_MAX]; local in function:main
582 j = sizeof(pfpath);
583 if (snprintf(pfpath, j, "%s%s.pid",
585 logerror("Pidfile path `%s' too long.", pfpath);
588 if (chown(pfpath, uid, gid) < 0) {
589 logerror("Failed to chown pidfile `%s` to `%d:%d`", pfpath, uid, gid);
syslogd.c 319 char pfpath[PATH_MAX]; local in function:main
582 j = sizeof(pfpath);
583 if (snprintf(pfpath, j, "%s%s.pid",
585 logerror("Pidfile path `%s' too long.", pfpath);
588 if (chown(pfpath, uid, gid) < 0) {
589 logerror("Failed to chown pidfile `%s` to `%d:%d`", pfpath, uid, gid);
syslogd.c 319 char pfpath[PATH_MAX]; local in function:main
582 j = sizeof(pfpath);
583 if (snprintf(pfpath, j, "%s%s.pid",
585 logerror("Pidfile path `%s' too long.", pfpath);
588 if (chown(pfpath, uid, gid) < 0) {
589 logerror("Failed to chown pidfile `%s` to `%d:%d`", pfpath, uid, gid);

Completed in 44 milliseconds