Andreas Wacknitz
2024-04-05 06fb6dc41cdafb96239cf8a3d551052267c9463d
commit | author | age
e2916b 1 #
BS 2 # CDDL HEADER START
3 #
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
c4768d 23 # Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
e2916b 24 #
c7f04c 25
NJ 26 # SFW service manifests
27 <transform file path=(var|lib)/svc/manifest/.*\.xml$ -> \
28     default restart_fmri svc:/system/manifest-import:default>
29
30 # RBAC file fragments
31 <transform file path=etc/security/[^/]+_attr.d/.+ -> \
32     default restart_fmri svc:/system/rbac:default>
33 <transform file path=etc/user_attr.d/.+ -> \
34     default restart_fmri svc:/system/rbac:default>
35
36 # Fonts and font configuration
37 <transform file path=etc/fonts/conf\.(avail|d)/.+ -> \
38     default restart_fmri svc:/application/font/fc-cache:default>
39 <transform file path=usr/share/font/.+ -> \
40     default restart_fmri svc:/application/font/fc-cache:default>
41
42 # OpenGL selection scripts
43 <transform file path=lib/opengl/ogl_select/.+ -> \
44     default restart_fmri svc:/application/opengl/ogl-select:default>
45
46 # GNOME/XDG desktop files
47 <transform file path=usr/share/applications/.*\.desktop$ -> \
48     default restart_fmri svc:/application/desktop-cache/desktop-mime-cache:default>
c4768d 49
0a49f8 50 # GNOME/XDG icons
AP 51 <transform file path=usr/share/icons/.*$ -> \
52     default restart_fmri svc:/application/desktop-cache/icon-cache:default>
53
54 # GNOME/XDG mime-types
55 <transform file path=usr/share/mime/packages/.*\.xml$ -> \
56     default restart_fmri svc:/application/desktop-cache/mime-types-cache:default>
57
58 # GNOME gtk Input Method modules
59 <transform file path=usr/lib.*/gtk-.*/.*/immodules/.*.so$ -> \
60     default restart_fmri svc:/application/desktop-cache/input-method-cache:default>
61
62 # GNOME gdk-pixbuf image loader modules
63 <transform file path=usr/lib.*/gdk-pixbuf-.*/.*/loaders/.*.so$ -> \
0a55bf 64     default refresh_fmri svc:/application/desktop-cache/pixbuf-loaders-installer:default>
0a49f8 65
AP 66 # GNOME gconf schemas
67 <transform file path=etc/gconf/.* ->  \
68     default restart_fmri svc:/application/desktop-cache/gconf-cache:default>
69 <transform file path=usr/share/glib-2.0/schemas/.* ->  \
70     default restart_fmri svc:/application/desktop-cache/gconf-cache:default>
71
a51da0 72 # GNOME GIO modules
AP 73 <transform file link hardlink path=usr/lib.*/gio/modules/.*\.so$ -> \
74     default restart_fmri svc:/application/desktop-cache/gio-module-cache:default>
75
005fb5 76 # Dconf databases
AP 77 <transform file path=etc/dconf/.* -> \
78     default restart_fmri svc:/application/desktop-cache/dconf-update:default>
79
c4768d 80 # RAD
DL 81 <transform file path=usr/lib/rad/.* -> add restart_fmri \
82     svc:/system/rad:local>
83 <transform file path=usr/lib/rad/.* -> add restart_fmri \
84     svc:/system/rad:remote>
85 <transform file path=usr/lib/.*libadr.so.1 -> add restart_fmri \
86     svc:/system/rad:local>
87 <transform file path=usr/lib/.*libadr.so.1 -> add restart_fmri \
88     svc:/system/rad:remote>