diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-08-08 12:20:44 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-08-08 12:20:44 -0300 |
commit | bfd96cc3a4b5adaee5d959f3b6668cafee7745d4 (patch) | |
tree | 2c344ddbf416d907c91eccf657be882009cd0b95 /overlay/etc/locale.nopurge | |
parent | 2eeb47c3b06e3362f171b28b0e4dff3be27d1784 (diff) |
Configuraciones por defecto
Diffstat (limited to 'overlay/etc/locale.nopurge')
-rw-r--r-- | overlay/etc/locale.nopurge | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/overlay/etc/locale.nopurge b/overlay/etc/locale.nopurge new file mode 100644 index 0000000..111a4f7 --- /dev/null +++ b/overlay/etc/locale.nopurge @@ -0,0 +1,57 @@ +#################################################### +# This is the configuration file for localepurge(8). +#################################################### +# Comment this to enable localepurge. +# NO COMMENT IT IF YOU ARE NOT SURE WHAT ARE YOU DOING +# THIS APP DO NOT ASK FOR CONFIRMATION + +#NEEDSCONFIGFIRST + +#################################################### +# Uncommenting this string enables removal of localized +# man pages based on the configuration information for +# locale files defined below: + +MANDELETE + +#################################################### +# Uncommenting this string causes localepurge to simply delete +# locales which have newly appeared on the system without +# bothering you about it: + +DONTBOTHERNEWLOCALE + +##################################################### +# Commenting out this string enables faster but less +# accurate calculation of freed disk space: + +#QUICKNDIRTYCALC + +#################################################### +# Uncommenting this string enables display of freed disk +# space if localepurge has purged any superfluous data: + +SHOWFREEDSPACE + +##################################################### +# Commenting out this string disables verbose output: + +#VERBOSE + +##################################################### +# You like Colors? + +#NOCOLOR + +##################################################### +# You can use the -v -d -nc options in command line. + +##################################################### +# Following locales won't be deleted from this system +# for example: +C +en +en_US +en_US.UTF-8 +es +es_AR.UTF-8 UTF-8 |