/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);
|