]> git.cameronkatri.com Git - pw-darwin.git/commit
pw: respect path specified using -V when writing pw.conf, and -C is not
authorYuri Pankov <yuripv@FreeBSD.org>
Mon, 15 Oct 2018 20:11:53 +0000 (20:11 +0000)
committerYuri Pankov <yuripv@FreeBSD.org>
Mon, 15 Oct 2018 20:11:53 +0000 (20:11 +0000)
commit22e3ea3a26032d00c12a5fc2814d3b78966018b9
treeccf57046e6e890b59da3956bde5724de912e5ba6
parentdb702f87b098c449905c03610b4111e06116f9a1
pw: respect path specified using -V when writing pw.conf, and -C is not
explicitly specified.  -V path is already used to determine which file
to read default values from, so it's only logical to write them to the
same file.

PR: 231653
Reviewed by: eugen, bapt
Approved by: re (gjb), kib (mentor)
Differential Revision: https://reviews.freebsd.org/D17566
pw/pw.h
pw/pw_conf.c
pw/pw_utils.c