]> git.decadent.org.uk Git - nfs-utils.git/commit - support/nfs/conffile.c
Added an conditional argument to the Section names
authorSteve Dickson <steved@redhat.com>
Wed, 5 Aug 2009 20:02:33 +0000 (16:02 -0400)
committerSteve Dickson <steved@redhat.com>
Sun, 16 Aug 2009 20:53:18 +0000 (16:53 -0400)
commit9350a97a266ada8d8b3282cf4248e3b9ffdc0058
tree1fdc38243fc4b1d4a74c005b4dd5730db334aa26
parentc6a270ea8ab6ad299e6a43445420f22e0c617e3e
Added an conditional argument to the Section names
with the format being:
   [ Section <"argument"> ]
This will help group similar functioning Section
together. The argument is conditional but must be
surrounded by the '"' characters.

The new conf_get_section() interface can used
to locate a Section by its Section name and/or
argument.

Signed-off-by: Steve Dickson <steved@redhat.com>
support/include/conffile.h
support/nfs/conffile.c