Home
last modified time | relevance | path

Searched refs:conf_pidfile_path (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Dctld.cc123 if (!conf_pidfile_path.empty()) { in set_pidfile_path()
127 conf_pidfile_path = path; in set_pidfile_path()
1810 if (conf_pidfile_path.empty()) in verify()
1811 conf_pidfile_path = DEFAULT_PIDFILE; in verify()
2008 if (oldconf->conf_pidfile_path != conf_pidfile_path) { in apply()
2009 log_debugx("moving pidfile to %s", conf_pidfile_path.c_str()); in apply()
2010 if (rename(oldconf->conf_pidfile_path.c_str(), in apply()
2011 conf_pidfile_path.c_str()) != 0) { in apply()
2013 oldconf->conf_pidfile_path.c_str(), in apply()
2014 conf_pidfile_path.c_str()); in apply()
H A Dctld.hh464 const char *pidfile_path() const { return conf_pidfile_path.c_str(); } in pidfile_path()
528 std::string conf_pidfile_path; member