log the PID

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2110 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-09 05:31:14 +00:00
parent ddd70197df
commit 9c276d53e3

View File

@@ -430,7 +430,7 @@ main(int argc, char **argv)
int port = 0;
set_progname (argv[0]);
openlog ("rshd", LOG_ODELAY, LOG_AUTH);
openlog ("rshd", LOG_ODELAY | LOG_PID, LOG_AUTH);
while ((c = getopt(argc, argv, "ixp:")) != EOF) {
switch (c) {