log the PID
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2110 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -430,7 +430,7 @@ main(int argc, char **argv)
|
|||||||
int port = 0;
|
int port = 0;
|
||||||
|
|
||||||
set_progname (argv[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) {
|
while ((c = getopt(argc, argv, "ixp:")) != EOF) {
|
||||||
switch (c) {
|
switch (c) {
|
||||||
|
|||||||
Reference in New Issue
Block a user