> On Feb 25, 2015, at 4:41 PM, Michael Stauffer <[email protected]> wrote:
> 
> Hi again,
> 
> As in my previous email, I built 3.3.7 from source on Centos 7. The config 
> script choked on missing group 'backup', so I manually create user amanda and 
> group backup. Now the amanda home dir is /home/amanda. Does that matter? 
> Where should it go otherwise? I'm all confused now with these new dir 
> locations. :)
> 
> 

The RPM’s pre/post install scripts run:

log_output_of useradd -c "Amanda" \
                            -g ${amanda_group} \
                            ${uid_flag} \
                            -d ${AMANDAHOMEDIR} \
                            -s ${wanted_shell} ${amanda_use}

AMANDAHOMEDIR is defined as: 
%define AMANDAHOMEDIR   %{LOCALSTATEDIR}/lib/amanda
and:
%define LOCALSTATEDIR   /var

I’d expect those are, again, the ‘official’ directories. :)

Markus
---
Markus A. Iturriaga Woelfel, IT Administrator
Department of Electrical Engineering and Computer Science
University of Tennessee
Min H. Kao Building, Suite 424 / 1520 Middle Drive
Knoxville, TN 37996-2250
[email protected] / (865) 974-3837
http://twitter.com/UTKEECSIT







Reply via email to