diff options
-rw-r--r-- | vtdaemon/debian/changelog | 6 | ||||
-rw-r--r-- | vtdaemon/debian/patches/vtdaemon-enable-svc.patch | 14 |
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> |