summaryrefslogtreecommitdiff
path: root/vtdaemon/debian/patches/vtdaemon-enable-svc.patch
blob: 68dedfc47fb2a1f93282ba5a5040839d5f4f1fd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 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'>
 
-        <create_default_instance enabled='false' />
+        <create_default_instance enabled='true' />
 
         <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>