Searched refs:etcpath (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.sbin/pw/
H A Dpw.c217 char * etcpath = getarg(&arglist, 'V')->val; local
218 if (*etcpath) {
221 snprintf(config, MAXPATHLEN, "%s/pw.conf", etcpath);
224 setpwdir(etcpath);
225 setgrdir(etcpath);

Completed in 95 milliseconds