From e67dfb143bbca75e46562164358f76346df95a0b Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 25 Jun 2010 18:07:08 +0000 Subject: doc: Update groups Probe to recognize all versions of lenny Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5959 ce84e21b-d406-0410-9b95-82705330c041 --- doc/server/plugins/probes/group.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/server/plugins/probes/group.txt b/doc/server/plugins/probes/group.txt index 840b8681a..13b0d12eb 100644 --- a/doc/server/plugins/probes/group.txt +++ b/doc/server/plugins/probes/group.txt @@ -40,7 +40,7 @@ Probe used to dynamically set client groups based on OS/distro. OS_GROUP=`cat /etc/debian_version` OUTPUT=$OUTPUT'\n'`echo group:debian` case "$OS_GROUP" in - "5.0" | "5.0.2" | "5.0.3" | "5.0.4") + 5.*) OUTPUT=$OUTPUT'\n'`echo group:lenny` ;; "sid") -- cgit v1.2.3-1-g7c22