On Mon, Aug 09, 2010 at 04:31:44PM +0900, Sohgo Takeuchi wrote: > > diff -r 0d8eac1c6061 ldirectord/ldirectord.in > --- a/ldirectord/ldirectord.in Fri Aug 06 13:24:32 2010 +0200 > +++ b/ldirectord/ldirectord.in Mon Aug 09 16:20:32 2010 +0900 > @@ -1764,8 +1764,8 @@ > if ($port eq 143) { return "imap"; } > if ($port eq 389) { return "ldap"; } > if ($port eq 443) { return "https"; } > - if ($port eq 993) { return "pops"; } > - if ($port eq 995) { return "imaps"; } > + if ($port eq 993) { return "imaps"; } > + if ($port eq 995) { return "pops"; } > if ($port eq 1521) { return "oracle"; } > if ($port eq 1812) { return "radius"; } > if ($port eq 3128) { return "http_proxy"; } Thanks, applied. -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html