python36: add libressl patch
[unleashed-userland.git] / transforms / actuators
blob9ee88c7032e4e80114e4550b7a11e7855a08902e
2 # CDDL HEADER START
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.
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.
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]
19 # CDDL HEADER END
23 # Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
26 # SFW service manifests
27 <transform file path=(var|lib)/svc/manifest/.*\.xml$ -> \
28     default restart_fmri svc:/system/manifest-import:default>
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>
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>
42 # OpenGL selection scripts
43 <transform file path=lib/opengl/ogl_select/.+ -> \
44     default restart_fmri svc:/application/opengl/ogl-select:default>
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>
50 # GNOME/XDG icons
51 <transform file path=usr/share/icons/.*$ -> \
52     default restart_fmri svc:/application/desktop-cache/icon-cache:default>
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>
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>
62 # GNOME gdk-pixbuf image loader modules
63 <transform file path=usr/lib.*/gdk-pixbuf-.*/.*/loaders/.*.so$ -> \
64     default restart_fmri svc:/application/desktop-cache/pixbuf-loaders-installer:default>
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>
72 # GNOME GIO modules
73 <transform file link hardlink path=usr/lib.*/gio/modules/.*\.so$ -> \
74     default restart_fmri svc:/application/desktop-cache/gio-module-cache:default>
76 # Dconf databases
77 <transform file path=etc/dconf/.* -> \
78     default restart_fmri svc:/application/desktop-cache/dconf-update:default>
80 # RAD
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>