Fix comment

This commit is contained in:
Jamie Cameron
2010-04-04 17:33:13 -07:00
parent 4873272d65
commit 7137de7e25

View File

@@ -132,7 +132,7 @@ return $name eq "dhcpd" ? "dhcp3-server" :
}
# update_system_available()
# Returns a list of package names and versions that are available from YUM
# Returns a list of package names and versions that are available from APT
sub update_system_available
{
local (@rv, $pkg, %done);