561N/A###############################################################################
561N/A#
1339N/A# Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
561N/A#
561N/A# Permission is hereby granted, free of charge, to any person obtaining a
919N/A# copy of this software and associated documentation files (the "Software"),
919N/A# to deal in the Software without restriction, including without limitation
919N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
919N/A# and/or sell copies of the Software, and to permit persons to whom the
919N/A# Software is furnished to do so, subject to the following conditions:
919N/A#
919N/A# The above copyright notice and this permission notice (including the next
919N/A# paragraph) shall be included in all copies or substantial portions of the
919N/A# Software.
919N/A#
919N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
919N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
919N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
919N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
919N/A# DEALINGS IN THE SOFTWARE.
561N/A#
561N/A
561N/AAdd notes on SMF integration and change to reflect default startup via
561N/Ainetd.
561N/A
561N/Adiff -urp -x '*~' -x '*.orig' man/xfs.man man/xfs.man
561N/A--- man/xfs.man 2010-08-06 18:40:29.000000000 -0700
1043N/A+++ man/xfs.man 2011-01-28 18:01:17.083394642 -0800
837N/A@@ -68,10 +68,14 @@ xfs \- X font server
911N/A .B xfs
1043N/A is the X Window System font server.
1043N/A It supplies fonts to X Window System display servers.
911N/A-The server is usually run by a system administrator, and started via
837N/A-.BR init (__adminmansuffix__)
837N/A-or
561N/A-.BR inetd (__adminmansuffix__).
1339N/A+The server is usually run by
1339N/A+.BR inetd (1M),
1339N/A+as described in the NOTES section below.
561N/A+Automatic starting can be enabled or disabled through the
837N/A+.BR fsadmin (1)
+or
+.BR inetadm (1M)
+commands.
Users may also wish to start private font servers for specific sets of
fonts.
.PP
@@ -361,6 +365,22 @@ causes
.B xfs
to reset, closing all active connections and re-reading the configuration
file.
+.\" Solaris/OpenSolaris additions for SMF:
+.SH "NOTES"
+.PP
+The \fBxfs\fR service is managed by the service management facility,
+\fBsmf\fR(5), under the service identifier:
+.PP
+.nf
+svc:/application/x11/xfs:default
+.fi
+.PP
+Administrative actions on this service, such as enabling, disabling, or
+requesting restart, can be performed using \fBsvcadm\fR(1M)\&. Responsibility
+for initiating and restarting this service is delegated to \fBinetd\fR(1M)\&.
+Use \fBinetadm\fR(1M) to make configuration changes and to view configuration
+information for this service\&. The service\&'s status can be queried using
+the \fBsvcs\fR(1) command\&.
.SH BUGS
Multiple catalogues should be supported.
.SH "FUTURE DIRECTIONS"
@@ -382,8 +402,11 @@ Keith Packard, Massachusetts Institute o
.BR X (__miscmansuffix__),
.BR xfsinfo (__appmansuffix__),
.BR fslsfonts (__appmansuffix__),
-.BR init (__adminmansuffix__),
.BR inetd (__adminmansuffix__),
-.BR syslog (__libmansuffix__),
+.BR fsadmin (1),
+.BR inetadm (1M),
+.BR smf (5),
+.BR syslogd (1M),
+.BR syslog (3c),
.IR "The X Font Service Protocol" ,
.I Font Server Implementation Overview