Subversion Repositories camp_sysinfo_client_3

Rev

Rev 225 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 225 Rev 227
Line 1... Line 1...
1
# file contains some basic information on the machine for processing
1
# file contains some basic information on the machine for processing
2
# by various programs
2
# by various programs
3
# File is colon separatated, key:value, with leading and trailing 
3
# File is colon separatated, key:value, with leading and trailing 
4
# whitespace ignored
4
# whitespace ignored. Keys are case insensitive.
5
# Any line beginning with a pound sign is ignored as are balnk lines
5
# Any line beginning with a pound sign is ignored as are balnk lines
6
#owner    : Name of the owner
6
#Owner    : Name of the owner
7
#location : Location of device
7
#Location : Location of device
8
#name     : Name of the device (overrides autodetection)
8
#Name     : Name of the device (overrides autodetection)
9
#uuid     : UUID of device (overrides autodetection)
9
#UUID     : UUID of device (overrides autodetection)
10
#serial   : Serial number of device (overrides autodetection)
10
#Serial   : Serial number of device (overrides autodetection)
-
 
11
#OS_Type  : Type of operating system
-
 
12
# you can add other fields here, for your specific needs. They will be
-
 
13
# ignored
-
 
14
# For example, we use
-
 
15
#Tags     : comma delimited list of tags for our system
-
 
16