New configuration schemas changes, round 3.

struct xbps_handle::conffile has been renamed to confdir, and it now
expects the path to a directory, where the configuration files are
stored.

Change xbps-bin(8) and xbps-repo(8) along with its manpages to mention
that -C expects a directory.
This commit is contained in:
Juan RP
2011-10-17 15:11:54 +02:00
parent c285afebdc
commit 931a03b806
9 changed files with 94 additions and 46 deletions

View File

@ -55,7 +55,7 @@
*/
#define XBPS_PKGINDEX_VERSION "1.2"
#define XBPS_API_VERSION "20111017-1"
#define XBPS_API_VERSION "20111017-2"
#define XBPS_VERSION "0.10.0"
/**
@ -468,11 +468,11 @@ struct xbps_handle {
*/
prop_string_t cachedir;
/**
* @var conffile
* @var confdir
*
* Full path to the XBPS_CONF_PLIST configuration file.
* Full path to the XBPS_SYSCONF_PATH directory.
*/
prop_string_t conffile;
prop_string_t confdir;
/**
* @private fetch_timeout
*