CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/28 09:42:07
Modified files:
usr.sbin/inetd : inetd.c
Log message:
Do not use __progname in inetd as it is not portable. Instead hardcode it to
"inetd" in the few locations that print out the program name.
requested and OK deraadt@
