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

  /src/include/
paths.h 86 #define _PATH_NOLOGIN "/etc/nologin"
  /src/sbin/shutdown/
shutdown.c 68 #undef _PATH_NOLOGIN
69 #define _PATH_NOLOGIN "./nologin"
414 (void)unlink(_PATH_NOLOGIN);
561 (void)unlink(_PATH_NOLOGIN); /* in case linked to another file */
566 if ((logfd = open(_PATH_NOLOGIN, O_WRONLY|O_CREAT|O_TRUNC,
583 (void)unlink(_PATH_NOLOGIN);

Completed in 19 milliseconds