Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > e7402dc2d35e679dfa225853dfccfb35 > files > 53

UpTools-devel-8.6.2-1.fc15.i686.rpm

# Example config file to test UpConf library


# next line is an assignemt:
firstParam = firstParamfirstValue  # assignments can have comments inline


# spaces are chopped except in the middle of the val
    firstParam =   firstParamSecondValue 		       # comment
firstParam     =   firstParam       3rd value       # comment


# values can be declared in a list:
secondParam
second parameter value 1
second parameter value 2


# spaces are also chopped in lists:
firstParam 
          first parameter value 4 # now value is after 10 spaces
first parameter value 5                                                                                                    # comment after 100 spaces


# equal sign is accepted in values inside a list (but not accepted in assignments)
thirdParam
thirdParam value 1 in a list
thirdParam = value = 2 = in = a = list

#endoffile