Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c112 char hushpath[MAXPATHLEN]; in display_warning() local
115 (void) snprintf(hushpath, sizeof (hushpath), "%s/.hushlogin", homedir); in display_warning()
116 if (stat(hushpath, &buf) == 0) in display_warning()