Skip to content

Commit

Permalink
Probes: Update group probe with squeeze
Browse files Browse the repository at this point in the history
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
  • Loading branch information
solj committed Sep 14, 2011
1 parent f84b32e commit c7ba87e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Probes/groups
Expand Up @@ -27,6 +27,9 @@ elif [ -e /etc/debian_version ]; then
5.*)
OUTPUT="$OUTPUT\ngroup:lenny"
;;
6.*)
OUTPUT="$OUTPUT\ngroup:squeeze"
;;
"sid")
OUTPUT="$OUTPUT\ngroup:sid"
;;
Expand Down

0 comments on commit c7ba87e

Please sign in to comment.