Home
last modified time | relevance | path

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

/freebsd/sbin/init/
H A Dpathnames.h41 #define _PATH_RUNFINAL "/etc/rc.final" macro
H A Dinit.c2144 if (stat(_PATH_RUNFINAL, &sb) == -1 && errno == ENOENT) in runfinal()
2146 if (access(_PATH_RUNFINAL, X_OK) != 0) { in runfinal()
2147 warning("%s exists, but not executable", _PATH_RUNFINAL); in runfinal()
2166 execl(_PATH_RUNFINAL, _PATH_RUNFINAL, NULL); in runfinal()
2167 perror("execl(" _PATH_RUNFINAL ") failed"); in runfinal()