summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHolger Weiß <holger@zedat.fu-berlin.de>2011-09-04 23:22:24 +0200
committerHolger Weiß <holger@zedat.fu-berlin.de>2011-09-04 23:22:24 +0200
commit27e36ff3c64920220ce068fbf6dc392160cc1c64 (patch)
treee0c55931c3337d27e7c7cb5f592bad81f5cdf775 /doc
parentf83c86d87d95482587f6c652f5fd3d5e5238757a (diff)
downloadbcfg2-27e36ff3c64920220ce068fbf6dc392160cc1c64.tar.gz
bcfg2-27e36ff3c64920220ce068fbf6dc392160cc1c64.tar.bz2
bcfg2-27e36ff3c64920220ce068fbf6dc392160cc1c64.zip
doc: Base64 encoding only for binary files
It's no longer true that all non-ASCII files need to be Base64 encoded.
Diffstat (limited to 'doc')
-rw-r--r--doc/server/info.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/server/info.txt b/doc/server/info.txt
index 90fd9b559..c58bbd7a3 100644
--- a/doc/server/info.txt
+++ b/doc/server/info.txt
@@ -28,7 +28,7 @@ possible fields in an info file are:
| Field | Possible values | Description | Default |
+============+===================+==================================+=========+
| encoding: | ascii | base64 | Encoding of the file. Use | ascii |
-| | | base64 for non-ASCII files | |
+| | | base64 for binary files | |
+------------+-------------------+----------------------------------+---------+
| group: | Any valid group | Sets group of the file | root |
+------------+-------------------+----------------------------------+---------+