| Summary: | Add IANA postgresql port | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Sean Chittenden <seanc> | ||||
| Component: | conf | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Sean Chittenden
2002-02-22 20:00:08 UTC
On Fri, Feb 22, 2002 at 11:54:33AM -0800, Sean Chittenden wrote: [snip] > Index: etc/services > =================================================================== > RCS file: /home/ncvs/src/etc/services,v > retrieving revision 1.62.2.9 > diff -u -r1.62.2.9 services > --- etc/services 2002/02/12 14:48:25 1.62.2.9 > +++ etc/services 2002/02/22 19:52:27 > @@ -1992,6 +1996,8 @@ > hacl-test 5305/udp > cfengine 5308/tcp > cfengine 5308/udp > +postgresql 5432/tcp #PostgreSQL Database > +postqresql 5432/udp #PostgreSQL Database ^ Just to be sure, IANA has a typo here, correct? -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org > > Index: etc/services > > =================================================================== > > RCS file: /home/ncvs/src/etc/services,v > > retrieving revision 1.62.2.9 > > diff -u -r1.62.2.9 services > > --- etc/services 2002/02/12 14:48:25 1.62.2.9 > > +++ etc/services 2002/02/22 19:52:27 > > @@ -1992,6 +1996,8 @@ > > hacl-test 5305/udp > > cfengine 5308/tcp > > cfengine 5308/udp > > +postgresql 5432/tcp #PostgreSQL Database > > +postqresql 5432/udp #PostgreSQL Database > ^ > Just to be sure, IANA has a typo here, correct? LMAO! I copied and pasted that. They must have... yeah, that's a type-o. I hope this doesn't become a piece of referer lore. I'll talk with postgres-core and see if they're aware of this. -sc http://www.iana.org/assignments/port-numbers -- Sean Chittenden On Sat, Feb 23, 2002 at 12:40:03AM -0800, Sean Chittenden wrote: > The following reply was made to PR conf/35220; it has been noted by GNATS. > > From: Sean Chittenden <sean@chittenden.org> > To: "Crist J. Clark" <cjc@FreeBSD.ORG> > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: conf/35220: Add IANA postgresql port > Date: Sat, 23 Feb 2002 00:05:54 -0800 > > > > Index: etc/services > > > =================================================================== > > > RCS file: /home/ncvs/src/etc/services,v > > > retrieving revision 1.62.2.9 > > > diff -u -r1.62.2.9 services > > > --- etc/services 2002/02/12 14:48:25 1.62.2.9 > > > +++ etc/services 2002/02/22 19:52:27 > > > @@ -1992,6 +1996,8 @@ > > > hacl-test 5305/udp > > > cfengine 5308/tcp > > > cfengine 5308/udp > > > +postgresql 5432/tcp #PostgreSQL Database > > > +postqresql 5432/udp #PostgreSQL Database > > ^ > > Just to be sure, IANA has a typo here, correct? > > LMAO! I copied and pasted that. They must have... yeah, that's a > type-o. I hope this doesn't become a piece of referer lore. I'll > talk with postgres-core and see if they're aware of this. -sc > > http://www.iana.org/assignments/port-numbers Yeah, I had already checked IANA before I wrote you. You have exactly what they published. I've sent them an email too. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org State Changed From-To: open->closed Committed to -CURRENT. MFC to -STABLE tomorrow. Thanks for the patch. |