diff options
author | Marcel Telka <Marcel.Telka@Sun.COM> | 2010-03-23 20:23:12 +0100 |
---|---|---|
committer | Marcel Telka <Marcel.Telka@Sun.COM> | 2010-03-23 20:23:12 +0100 |
commit | ea259b731ee40808603fbf271e8c051e8a2d483a (patch) | |
tree | 27486828e632e276b67f685231e15ceded7e4eb9 | |
parent | 2ac4abe882db38ef90020f7c5ca28586e3d57258 (diff) | |
download | illumos-gate-ea259b731ee40808603fbf271e8c051e8a2d483a.tar.gz |
6913655 nfslogd(1M) contains file handling error
-rw-r--r-- | usr/src/cmd/fs.d/nfs/nfslog/nfslogd.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/usr/src/cmd/fs.d/nfs/nfslog/nfslogd.h b/usr/src/cmd/fs.d/nfs/nfslog/nfslogd.h index 3b87f477a5..3cbded8f80 100644 --- a/usr/src/cmd/fs.d/nfs/nfslog/nfslogd.h +++ b/usr/src/cmd/fs.d/nfs/nfslog/nfslogd.h @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,15 +19,13 @@ * CDDL HEADER END */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _NFSLOGD_H #define _NFSLOGD_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif @@ -39,7 +36,7 @@ extern "C" { #include "../lib/nfslog_config.h" #include "buffer_list.h" -#define NFSLOGD_PIDFILE "/tmp/.nfslogd.pid" +#define NFSLOGD_PIDFILE "/var/run/nfslogd.pid" #define NFSLOG_OPTIONS_FILE "/etc/default/nfslogd" #define MIN_PROCESSING_SIZE 512*1024 /* Minimum size buffer */ |