]> git.proxmox.com Git - proxmox-backup.git/commit
introduce buildcfg module and PROXMOX_CONFIGDIR
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 4 Feb 2019 14:13:03 +0000 (15:13 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 4 Feb 2019 14:13:08 +0000 (15:13 +0100)
commit9f4962d396160bf8beabc7fbb808e4ea20c0b464
tree3625926759c46de63f5e8bcf389751df7b207520
parent0d176f368139215d0fd649d2cf0822bfc3eede8f
introduce buildcfg module and PROXMOX_CONFIGDIR

buildcfg.rs should contain convenience variables or macros
for using build-time configured variables

For now we replace hardcoded "/etc/proxmox-backup/<foo>"
with configdir!("<foo>").

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile
defines.mk
src/auth_helpers.rs
src/buildcfg.rs [new file with mode: 0644]
src/lib.rs