[svn-upgrade] Integrating new upstream version, shadow (20000826)
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "rcsid.h"
|
||||
RCSID(PKG_VER "$Id: chfn.c,v 1.17 2000/09/02 18:40:43 marekm Exp $")
|
||||
RCSID(PKG_VER "$Id: chfn.c,v 1.16 2000/08/26 18:27:18 marekm Exp $")
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
@ -275,12 +275,13 @@ main(int argc, char **argv)
|
||||
|
||||
/*
|
||||
* Get the program name. The program name is used as a
|
||||
* prefix to most error messages.
|
||||
* prefix to most error messages. It is also used as input
|
||||
* to the openlog() function for error logging.
|
||||
*/
|
||||
|
||||
Prog = Basename(argv[0]);
|
||||
|
||||
OPENLOG("chfn");
|
||||
openlog("chfn", LOG_PID, LOG_AUTH);
|
||||
|
||||
/*
|
||||
* The remaining arguments will be processed one by one and
|
||||
|
Reference in New Issue
Block a user