Upstream patch for syseventd manpages

This commit is contained in:
Igor Pashev 2013-02-23 15:02:21 +00:00
parent 188f0e414e
commit d9642166c0
3 changed files with 74 additions and 1 deletions

View File

@ -2,4 +2,4 @@ syseventd (2.10-1) unstable; urgency=low
* Initial release.
-- Igor Pashev <pashev.igor@gmail.com> Tue, 19 Feb 2013 22:28:24 +0000
-- Igor Pashev <pashev.igor@gmail.com> Sat, 23 Feb 2013 14:58:17 +0000

View File

@ -0,0 +1,72 @@
Description: fix syseventd man pages
sysevent runtime files are under /var/run
Bug: https://www.illumos.org/issues/3496
Origin: upstream
Applied-Upstream: https://github.com/illumos/illumos-gate/commit/870e339d55f32bf17ce54ee9557ef0ac88ab4d5f
---
usr/src/man/man1m/syseventconfd.1m | 5 +++--
usr/src/man/man1m/syseventd.1m | 7 ++++---
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/usr/src/man/man1m/syseventconfd.1m b/usr/src/man/man1m/syseventconfd.1m
index ac55924..49041a4 100644
--- a/usr/src/man/man1m/syseventconfd.1m
+++ b/usr/src/man/man1m/syseventconfd.1m
@@ -1,9 +1,10 @@
'\" te
.\" Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved.
+.\" Copyright 2013 Nexenta Systems, Inc. All rights reserved.
.\" The contents of this file are subject to the terms of the 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. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH SYSEVENTCONFD 1M "Aug 6, 2004"
+.TH SYSEVENTCONFD 1M "Jan 31, 2013"
.SH NAME
syseventconfd \- kernel system event command invocation daemon
.SH SYNOPSIS
@@ -35,7 +36,7 @@ The root path must match the root path used to invoke \fBsyseventd\fR.
.sp
.ne 2
.na
-\fB\fB/etc/sysevent/syseventconfd_event_service\fR\fR
+\fB\fB/var/run/syseventconfd_door/reg_door\fR\fR
.ad
.sp .6
.RS 4n
diff --git a/usr/src/man/man1m/syseventd.1m b/usr/src/man/man1m/syseventd.1m
index c202b9c..b3f163e 100644
--- a/usr/src/man/man1m/syseventd.1m
+++ b/usr/src/man/man1m/syseventd.1m
@@ -1,9 +1,10 @@
'\" te
.\" Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved.
+.\" Copyright 2013 Nexenta Systems, Inc. All rights reserved.
.\" The contents of this file are subject to the terms of the 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. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH SYSEVENTD 1M "Aug 6, 2004"
+.TH SYSEVENTD 1M "Jan 31, 2013"
.SH NAME
syseventd \- kernel system event notification daemon
.SH SYNOPSIS
@@ -79,7 +80,7 @@ An error occurred.
.sp
.ne 2
.na
-\fB\fB/etc/sysevent/syseventd_daemon.lock\fR\fR
+\fB\fB/var/run/syseventd.lock\fR\fR
.ad
.sp .6
.RS 4n
@@ -89,7 +90,7 @@ daemon lock file
.sp
.ne 2
.na
-\fB\fB/etc/sysevent/sysevent_door\fR \fR
+\fB\fB/var/run/sysevent_door\fR \fR
.ad
.sp .6
.RS 4n
--
1.7.12.4

View File

@ -6,3 +6,4 @@ syseventd-devfsadmd_mod-pointers.patch
syseventd-sysevent_conf_mod-pointers.patch
syseventd-sysevent_reg_mod-pointers.patch
syseventd-zfs_mod-avoid-libcmdutils.patch
illumos-3496-sysevent-runtime-files-are-under-var-run.patch