commit b0ee121f741ad02903009f216765d9fb7d89243e
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Aug 12 09:19:11 2019 -0500
Switch to use the baseroot style for certs files.
M test/server_darwin.go
M test/server_linux.go
commit 4950bd146fb50151e81e49f921980df7a380aeb6
Author: Frank Villaro-Dixon <frank.villaro@infomaniak.com>
Date: Mon Aug 12 15:40:45 2019 +0200
Don't try to become root if we already are. Warn if sudo is not present.
M tools/install.sh
commit 27e7d0847f7ba080c5db2ffc2ad440fc251a99f3
Author: Michael Rice <michael@michaelrice.org>
Date: Sun Aug 11 23:23:21 2019 -0500
Making installer support non root user
Making changes to installer to support being installed
to run as non root user.
This change adds 2 functions to the installer
1. setup_system_user
This checks if its root and returns, or makes a system
group and user using the provided --system-{user/group}
params.
2. set_ownership_of_drp
This changes ownership of $DRP_HOME_DIR to the
system-user:system-group
Signed-off-by: Michael Rice <michael@michaelrice.org>
M tools/install.sh
commit 14c7d7e8d0ffc5a1030a1c2f8bd7d9dfb4baa7c9
Author: Michael Rice <michael@michaelrice.org>
Date: Sun Aug 11 14:16:06 2019 -0500
replaced 2 harded coded paths with variables
Created a DRP_HOME_DIR = /var/lib/dr-provision
Replaced all instances of the hard coded path
with that variable.
Created BIN_DIR = /usr/local/bin
Replaecd all instanes of the hard coded path
with this variable.
Signed-off-by: Michael Rice <michael@michaelrice.org>
M tools/install.sh
End of Note