add some log debug redirects
authorJameson Graef Rollins <jrollins@finestructure.net>
Thu, 19 Feb 2009 06:40:19 +0000 (01:40 -0500)
committerJameson Graef Rollins <jrollins@finestructure.net>
Thu, 19 Feb 2009 07:04:11 +0000 (02:04 -0500)
src/share/ma/add_certifier
src/share/ma/setup

index 1b484f547954ee341a772a7f3dde7ff4aa5c177b..bd41f23966e2c46958ed150e9cc4e3450b0d28a7 100644 (file)
@@ -148,7 +148,7 @@ if echo "$ltsignCommand" | \
 
     # update the sphere trustdb
     log debug "updating sphere trustdb..."
-    gpg_sphere "--check-trustdb"
+    gpg_sphere "--check-trustdb" 2>&1 | log debug
 
     log info "Identity certifier added."
 else
index 248406fa2ee11fefc58b529fdd6e9f526a965ea8..441df2808b920a061aeb5774051e5e39f24b4821 100644 (file)
@@ -80,7 +80,7 @@ EOF
     # ensure that the authentication sphere checker has absolute ownertrust on the expected key.
     log debug "setting ultimate owner trust on core key in gpg_sphere..."
     printf "%s:6:\n" "$CORE_FPR" | gpg_sphere "--import-ownertrust"
-    gpg_sphere "--export-ownertrust"
+    gpg_sphere "--export-ownertrust" 2>&1 | log debug
 
     # check the owner trust
     log debug "checking gpg_sphere owner trust set properly..."