From 3b0cb3cc7473b56abc7310819ac3d3a99082175a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 14 Aug 2013 11:24:19 -0400 Subject: pro-archman: Remove "archive" parameter. Because my code told me to. --- diff --git a/src/pro-archman.sh b/src/pro-archman.sh index 8b0719b..0a6d67d 100644 --- a/src/pro-archman.sh +++ b/src/pro-archman.sh @@ -35,7 +35,6 @@ opt_cmd= conf_incoming_channel= conf_incoming_dir= conf_pool_gc_delay= -archive= lock= # use() must be defined inline so it can be used to load other modules. @@ -98,9 +97,6 @@ main() exit 1 fi - # FIXME: Remove. - archive="${opt_base_dir}" - mkdir -p "${opt_base_dir}/.db" lock="${opt_base_dir}/.db/lock" if ! (set -C; printf '%d\n' "${$}" >"${lock}") 2>/dev/null; then -- cgit v0.9.1