diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/conf.d/env_whitelist | 5 | ||||
-rw-r--r-- | etc/group | 1 | ||||
-rw-r--r-- | etc/passwd | 1 |
3 files changed, 2 insertions, 5 deletions
diff --git a/etc/conf.d/env_whitelist b/etc/conf.d/env_whitelist index e04ba9e..30a3695 100644 --- a/etc/conf.d/env_whitelist +++ b/etc/conf.d/env_whitelist @@ -4,8 +4,3 @@ # rc-system. If it is not set by the environment, then the variable will be # taken from /etc/profile.env - meaning, if you need to set LANG or such, # do it in a /etc/env.d/99myownstuff file for example, and run env-update. - -# Locale settings -#LANG -#LANGUAGE -#LC_ALL @@ -13,6 +13,7 @@ floppy::11:root mail::12:mail news::13:news uucp::14:uucp +man::15:man console::17: audio::18: cdrom::19: @@ -10,6 +10,7 @@ mail:x:8:12:mail:/var/spool/mail:/bin/false news:x:9:13:news:/usr/lib/news:/bin/false uucp:x:10:14:uucp:/var/spool/uucppublic:/bin/false operator:x:11:0:operator:/root:/bin/bash +man:x:13:15:man:/usr/share/man:/bin/false postmaster:x:14:12:postmaster:/var/spool/mail:/bin/false smmsp:x:209:209:smmsp:/var/spool/mqueue:/bin/false portage:x:250:250:portage:/var/tmp/portage:/bin/false |