summaryrefslogtreecommitdiff
path: root/vtdaemon
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-03-18 12:14:22 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-03-18 12:14:22 +0000
commit2d3948a9c608b100431797664ede4e10c45e2eb1 (patch)
tree89a22147f21889b65be5b2f6c7015110772f7e06 /vtdaemon
parent448edb68e01100ddada7e73b3fdf9c46e59778ff (diff)
downloadillumos-packaging-2d3948a9c608b100431797664ede4e10c45e2eb1.tar.gz
vtdaemon: enable hotkeys by default
Diffstat (limited to 'vtdaemon')
-rw-r--r--vtdaemon/debian/changelog6
-rw-r--r--vtdaemon/debian/patches/vtdaemon-enable-svc.patch14
2 files changed, 18 insertions, 2 deletions
diff --git a/vtdaemon/debian/changelog b/vtdaemon/debian/changelog
index b9ab92a..f61179d 100644
--- a/vtdaemon/debian/changelog
+++ b/vtdaemon/debian/changelog
@@ -1,3 +1,9 @@
+vtdaemon (2.10-2) UNRELEASED; urgency=low
+
+ * Enable hotkeys by default
+
+ -- Igor Pashev <pashev.igor@gmail.com> Mon, 18 Mar 2013 12:13:37 +0000
+
vtdaemon (2.10-1) unstable; urgency=low
* Initial release.
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>