Re: Mannaging non well-known port in inetd.conf/services

2003-04-26 Thread Matthew Palmer
On Sat, 26 Apr 2003, Emmanuel Lacour wrote: > No real problem for daemon mode, but what to do with inetd mode, as > defaults ports are 1 and 10001. Could I do directly: > update-inetd --add '1 stream tcp nowait...' or should I need to > register the port in /etc/services (and how???), rega

Re: RFS: readpst - Converts Outlook PST files to mbox and others

2003-04-26 Thread Janusz S. Bień
[EMAIL PROTECTED] (Joe Nahmias) writes: > Hello mentors! > > I am looking for a sponsor for readpst (source pkg: libpst) [ITP bug > #178113]. Source and testing/binary-i386 packages available at my > private apt repository: > > deb http://www.cooper.edu/~nahmia/debian / > deb-src http://www.coo

Mannaging non well-known port in inetd.conf/services

2003-04-26 Thread Emmanuel Lacour
Hi, I don't know how to handle this. I'm building a debian package for zabbix (zabbix.sourceforge.net), which could run his tcp servers processes as daemons or as inetd. No real problem for daemon mode, but what to do with inetd mode, as defaults ports are 1 and 10001. Could I do directly: up