hotplug/Linux: add sysconfig tags to xencommons
authorOlaf Hering <olaf@aepfle.de>
Tue, 27 Aug 2013 13:43:43 +0000 (15:43 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 9 Sep 2013 12:52:47 +0000 (13:52 +0100)
YaST2 sysconfig can logically group the various sysconfig settings if the
files are tagged. Add the missing (YaST specific) tags to xencommons.
See for a description
http://old-en.opensuse.org/Packaging/SUSE_Package_Conventions/Sysconfig

Signed-off-by: Olaf Hering <olaf@aepfle.de>
tools/hotplug/Linux/init.d/sysconfig.xencommons

index 38ea85a69926ccd9d85fbe703b73bee6c75de6e7..25f7f00d234a3fc19c616ca7eb8d2f12ebf90f9d 100644 (file)
@@ -1,15 +1,31 @@
+## Path: System/Virtualization
+## Type: string
+## Default: "none"
+#
 # Log xenconsoled messages (cf xl dmesg)
 #XENCONSOLED_TRACE=[none|guest|hv|all]
 
+## Type: string
+## Default: xenstored
+#
 # Select xenstored implementation
 #XENSTORED=[oxenstored|xenstored]
 
+## Type: string
+## Default: Not defined, tracing off
+#
 # Log xenstored messages
 #XENSTORED_TRACE=[yes|on|1]
 
+## Type: string
+## Default: "/var/lib/xenstored"
+#
 # Running xenstored on XENSTORED_ROOTDIR
 #XENSTORED_ROOTDIR=/var/lib/xenstored
 
+## Type: string
+## Default: Not defined, xenbackendd debug mode off
+#
 # Running xenbackendd in debug mode
 #XENBACKENDD_DEBUG=[yes|on|1]