diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-31 19:41:22 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-31 19:41:22 -0500 |
commit | 70a815c788108369e29443784e7b0632431834fe (patch) | |
tree | 54832f119bf08ebea7dad16dd9e1155480cbc916 /etc/host | |
parent | 93527967c043c99c708e209502292cf276877bf9 (diff) |
simplify server config files, and add keyserver config variables.
Diffstat (limited to 'etc/host')
-rw-r--r-- | etc/host/config | 11 | ||||
-rw-r--r-- | etc/host/gpg.conf | 5 |
2 files changed, 0 insertions, 16 deletions
diff --git a/etc/host/config b/etc/host/config deleted file mode 100644 index 293cbe0..0000000 --- a/etc/host/config +++ /dev/null @@ -1,11 +0,0 @@ -# Monkeysphere host configuration file. - -# This is an sh-style shell configuration file. Variable names should -# be separated from their assignments by a single '=' and no spaces. -# Environment variables with the same names as these variables but -# prefaced by "MONKEYSPHERE_" will take precedence over the values -# specified here. - -# Log level. Can be SILENT, ERROR, INFO, VERBOSE, DEBUG, in -# increasing order of verbosity. -#LOG_LEVEL=INFO diff --git a/etc/host/gpg.conf b/etc/host/gpg.conf deleted file mode 100644 index 66c668b..0000000 --- a/etc/host/gpg.conf +++ /dev/null @@ -1,5 +0,0 @@ -# Monkeysphere host GNUPG home gpg.conf - -# GPG list options. It is recommended that you have at least -# "show-uid-validity". -list-options show-uid-validity |