* NEWS, src/su.c: Preserve COLORTERM in addition to TERM when su

is called with the -l option.
This commit is contained in:
nekral-guest
2009-01-06 20:13:31 +00:00
parent 2bb7007fcb
commit d8c9236a18
5 changed files with 42 additions and 4 deletions

9
TODO
View File

@@ -1,3 +1,8 @@
groupadd.8.xml
* Groupnames may only be up to 16 characters long.
=> remove the note if no limits.
=> should depend on the --with-group-name-max-length option
libxcrypt support
* http://wiki.linuxfromscratch.org/patches/browser/trunk/shadow/shadow-4.0.18.1-owl_blowfish-1.patch
@@ -95,6 +100,10 @@ ALL:
- Add check to move passwd passwords to shadow if there is a shadow
file.
- su
- add a login.defs configuration parameter to add variables to keep in
the environment with "su -l" (TERM/TERMCOLOR/...
- vipw:
- Is MAX_MEMBERS_PER_GROUP used by vipw?