~ubuntu-branches/ubuntu/utopic/libuser/utopic-proposed

« back to all changes in this revision

Viewing changes to tests/config.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Ghe Rivero
  • Date: 2005-09-30 16:22:04 UTC
  • Revision ID: james.westby@ubuntu.com-20050930162204-qubxaa7e2lbovdgh
Tags: upstream-0.54.dfsg.1
ImportĀ upstreamĀ versionĀ 0.54.dfsg.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[defaults]
 
2
# non-portable
 
3
moduledir = @TOP_BUILDDIR@/modules/.libs
 
4
modules = files shadow
 
5
create_modules = files shadow
 
6
 
 
7
[files]
 
8
nonroot = yes
 
9
 
 
10
[shadow]
 
11
nonroot = yes
 
12
 
 
13
# trailing garbage on section headers is ignored
 
14
[test] garbage
 
15
name = value1
 
16
# empty value
 
17
name2 =
 
18
# values of the same key are kept in order
 
19
name = value2
 
20
# invalid section header
 
21
[invalid
 
22
# no '=' sign
 
23
name3
 
24
# empty key name
 
25
= value3