diff options
author | Steffen Joeris <white@debian.org> | 2006-09-06 06:17:17 +0000 |
---|---|---|
committer | Steffen Joeris <white@debian.org> | 2006-09-06 06:17:17 +0000 |
commit | 4e49bc3e97566a60ba183b71a05cbbbdbbacd980 (patch) | |
tree | c7ba346d23b4c1f1057c405132d369f6357564f4 /debian_edu-summary | |
parent | b270701280861907c765e869480f00233d4d4d5a (diff) | |
download | sitesummary-4e49bc3e97566a60ba183b71a05cbbbdbbacd980.tar.gz sitesummary-4e49bc3e97566a60ba183b71a05cbbbdbbacd980.tar.bz2 sitesummary-4e49bc3e97566a60ba183b71a05cbbbdbbacd980.tar.xz |
* change get_debian_edu_vers to get_debian_edu_profile
Diffstat (limited to 'debian_edu-summary')
-rwxr-xr-x | debian_edu-summary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian_edu-summary b/debian_edu-summary index d11df41..a2c73db 100755 --- a/debian_edu-summary +++ b/debian_edu-summary @@ -10,7 +10,7 @@ handle_host(); sub handle_host { my $hostid = shift; printf(" %-20s %5s\n", "debian-edu-version", "count"); - foreach ( get_debian_edu_ver ) { + foreach ( get_debian_edu_profile ) { printf(" %20s\n", "$_\n"); } } |