diff options
Diffstat (limited to 'vtdaemon/debian/patches/vtdaemon-enable-svc.patch')
-rw-r--r-- | vtdaemon/debian/patches/vtdaemon-enable-svc.patch | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/vtdaemon/debian/patches/vtdaemon-enable-svc.patch b/vtdaemon/debian/patches/vtdaemon-enable-svc.patch index 95538e8..68dedfc 100644 --- a/vtdaemon/debian/patches/vtdaemon-enable-svc.patch +++ b/vtdaemon/debian/patches/vtdaemon-enable-svc.patch @@ -1,7 +1,8 @@ +Description: enable switching consoles without locking Index: vtdaemon/usr/src/cmd/svc/milestone/vtdaemon.xml =================================================================== ---- vtdaemon.orig/usr/src/cmd/svc/milestone/vtdaemon.xml 2013-03-18 00:03:47.771472671 +0000 -+++ vtdaemon/usr/src/cmd/svc/milestone/vtdaemon.xml 2013-03-18 00:05:59.611026070 +0000 +--- vtdaemon.orig/usr/src/cmd/svc/milestone/vtdaemon.xml 2013-03-18 12:07:00.676231154 +0000 ++++ vtdaemon/usr/src/cmd/svc/milestone/vtdaemon.xml 2013-03-18 12:10:15.691379643 +0000 @@ -37,7 +37,7 @@ type='service' version='1'> @@ -11,3 +12,12 @@ Index: vtdaemon/usr/src/cmd/svc/milestone/vtdaemon.xml <single_instance /> +@@ -86,7 +86,7 @@ + <property_group name='options' type='application'> + <propval name='value_authorization' type='astring' + value='solaris.smf.value.vt' /> +- <propval name='hotkeys' type='boolean' value='false' /> ++ <propval name='hotkeys' type='boolean' value='true' /> + <propval name='secure' type='boolean' value='true' /> + <propval name='nodecount' type='count' value='16' /> + </property_group> |