In article <[EMAIL PROTECTED]> Tom Smith <[EMAIL PROTECTED]> writes: > >The prefix on log messages comes strictly from the name of the executable >(and its PID), not from the bits within it.
Not really - the prefix can be set via openlog(), and many daemons, among them ntpd, do so. They may set it based on argv[0] (ntpd does), but that's not "strictly". --Per Hedeland [EMAIL PROTECTED] _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
