* src/su.c: No need to change the user's shell in case of

subsystem root. Update the comments.
This commit is contained in:
nekral-guest
2011-06-13 18:25:51 +00:00
parent 4be8077a56
commit 941e94f1d2
2 changed files with 5 additions and 4 deletions

View File

@@ -6,6 +6,8 @@
not change environ) the authentication. And the authentication
does not overwrite those definitions. This will ease an extraction
from the big main() function.
* src/su.c: No need to change the user's shell in case of
subsystem root. Update the comments.
2011-06-10 Nicolas François <nicolas.francois@centraliens.net>