pulseaudio: fix dependencies for openssl-3
[oi-userland.git] / components / x11 / xfs / patches / 01-smf-manpage.patch
blobd7d4f9dc6fc82a7716984a5b08493a20f62fff1c
1 Add notes on SMF integration and change to reflect default startup via
2 inetd.
4 diff -urp -x '*~' -x '*.orig' man/xfs.man man/xfs.man
5 --- a/man/xfs.man 2010-08-06 18:40:29.000000000 -0700
6 +++ b/man/xfs.man 2011-01-28 18:01:17.083394642 -0800
7 @@ -68,10 +68,14 @@ xfs \- X font server
8 .B xfs
9 is the X Window System font server.
10 It supplies fonts to X Window System display servers.
11 -The server is usually run by a system administrator, and started via
12 -.BR init (__adminmansuffix__)
13 -or
14 -.BR inetd (__adminmansuffix__).
15 +The server is usually run by
16 +.BR inetd (1M),
17 +as described in the NOTES section below.
18 +Automatic starting can be enabled or disabled through the
19 +.BR fsadmin (1)
20 +or
21 +.BR inetadm (1M)
22 +commands.
23 Users may also wish to start private font servers for specific sets of
24 fonts.
25 .PP
26 @@ -361,6 +365,22 @@ causes
27 .B xfs
28 to reset, closing all active connections and re-reading the configuration
29 file.
30 +.\" OpenIndiana additions for SMF:
31 +.SH "NOTES"
32 +.PP
33 +The \fBxfs\fR service is managed by the service management facility,
34 +\fBsmf\fR(5), under the service identifier:
35 +.PP
36 +.nf
37 +svc:/application/x11/xfs:default
38 +.fi
39 +.PP
40 +Administrative actions on this service, such as enabling, disabling, or
41 +requesting restart, can be performed using \fBsvcadm\fR(1M)\&. Responsibility
42 +for initiating and restarting this service is delegated to \fBinetd\fR(1M)\&.
43 +Use \fBinetadm\fR(1M) to make configuration changes and to view configuration
44 +information for this service\&. The service\&'s status can be queried using
45 +the \fBsvcs\fR(1) command\&.
46 .SH BUGS
47 Multiple catalogues should be supported.
48 .SH "FUTURE DIRECTIONS"
49 @@ -382,8 +402,11 @@ Keith Packard, Massachusetts Institute o
50 .BR X (__miscmansuffix__),
51 .BR xfsinfo (__appmansuffix__),
52 .BR fslsfonts (__appmansuffix__),
53 -.BR init (__adminmansuffix__),
54 .BR inetd (__adminmansuffix__),
55 -.BR syslog (__libmansuffix__),
56 +.BR fsadmin (1),
57 +.BR inetadm (1M),
58 +.BR smf (5),
59 +.BR syslogd (1M),
60 +.BR syslog (3c),
61 .IR "The X Font Service Protocol" ,
62 .I Font Server Implementation Overview