From 70a815c788108369e29443784e7b0632431834fe Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sat, 31 Jan 2009 19:41:22 -0500 Subject: simplify server config files, and add keyserver config variables. --- etc/host/config | 11 ----------- etc/host/gpg.conf | 5 ----- 2 files changed, 16 deletions(-) delete mode 100644 etc/host/config delete mode 100644 etc/host/gpg.conf (limited to 'etc/host') 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 -- cgit v1.2.3