From ea259b731ee40808603fbf271e8c051e8a2d483a Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Tue, 23 Mar 2010 20:23:12 +0100 Subject: [PATCH] 6913655 nfslogd(1M) contains file handling error --- usr/src/cmd/fs.d/nfs/nfslog/nfslogd.h | 11 ++++------- 1 file 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 */ -- 2.11.4.GIT