From c3571d12e2bdc8e0f57b1b2f0c9328b1b5cbab58 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Mon, 24 Sep 2012 18:39:41 +0100 Subject: [PATCH] profile.d/02infra: The number of keepers in a set is `tot', not `num'. Organization: Straylight/Edgeware From: Mark Wooding --- profile.d/02infra | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile.d/02infra b/profile.d/02infra index 8412bc2..e8863b7 100644 --- a/profile.d/02infra +++ b/profile.d/02infra @@ -106,11 +106,11 @@ ;;; seq Sequence number of this key in the set (from 0, up ;;; to NUM - 1). ;;; -;;; num The number of keys in the set. +;;; tot The total number of keys in the set. [keeper] @include = %infra-asec -%description = %{keeper} %{seq}/%{num} +%description = %{keeper} %{seq}/%{tot} %tag = %{keeper}-%{seq} ;;;-------------------------------------------------------------------------- -- [mdw]