* src/su.c: Extract command line processing from main().

This commit is contained in:
nekral-guest
2011-06-13 18:27:23 +00:00
parent 43e65fdd46
commit dbe0b96404
2 changed files with 96 additions and 94 deletions

View File

@@ -8,6 +8,7 @@
* src/su.c: Merge environment setting blocks after the creation of
the session.
* src/su.c: Close the password databases together with syslog.
* src/su.c: Extract command line processing from main().
2011-06-10 Nicolas François <nicolas.francois@centraliens.net>