* src/useradd.c: Avoid redefinition of SHELL. Use DSHELL instead.

For consistency, change HOME, INACT, EXPIRE, SKEL, and
	CREATE_MAIL_SPOOL to DHOME, DINACT, DEXPIRE, DSKEL, and
	DCREATE_MAIL_SPOOL.
This commit is contained in:
nekral-guest
2009-09-08 13:11:03 +00:00
parent ee792a8fa1
commit 38e7ec3316
2 changed files with 39 additions and 32 deletions

View File

@@ -1,3 +1,10 @@
2009-09-08 Nicolas François <nicolas.francois@centraliens.net>
* src/useradd.c: Avoid redefinition of SHELL. Use DSHELL instead.
For consistency, change HOME, INACT, EXPIRE, SKEL, and
CREATE_MAIL_SPOOL to DHOME, DINACT, DEXPIRE, DSKEL, and
DCREATE_MAIL_SPOOL.
2009-09-08 Nicolas François <nicolas.francois@centraliens.net>
* src/newusers.c: Prefer #ifdef over #if.