>> The problem is that the build script is looking for the
>> qmailtoaster-standard /home/vpopmail directory tree, but the rpm is
>> building with the qmail-standard /var/qmail directory tree.  I put a
>> softlink into place to complete the build, figuring that it will not
>> affect me either way since I have everything is /var/qmail anyway and
>> /home/vpopmail is just a link to /var/qmail so that a single rsync will
>> let my backup the entire tree, programs and all.
>>
>> Whomever maintains this rpm might want to change that though.
>>
>> Regards,
>> W
>>
>>
>>
> I did that and it made no difference.  Something else must have changed
> along the way.
>
> What this seems to mean is that the parts of the scripts are using
> vpopmail's home but other parts of the script are hardcoded for
> /home/vpopmail.  This is a bug in the script and the solution should not
> have to be to delete and recreate the vpopmail user, or even to have to
> change things as I did.  Either the home directory should be used for
> the entire build script or the hardcoded path should be used, but not
> some of each.
>
> W
>

Hi,

There is something else happening. Was this a fresh install, or an
upgrade? What distro are you using?

Regards,

Nick

Here is a clip from the spec file:

~~~~~~~ snip ~~~~~~~~~

%define         vdir /home/vpopmail

~~~~~~~ snip ~~~~~~~~~

#--------------------------------------------------------------------------%files
#--------------------------------------------------------------------------%defattr
(-,vpopmail,vchkpw)
%attr(0700,vpopmail,vchkpw) %dir %{vdir}
%attr(0755,vpopmail,vchkpw) %dir %{vdir}/bin
%attr(0755,vpopmail,vchkpw) %dir %{vdir}/etc
%attr(0755,vpopmail,vchkpw) %dir %{vdir}/include
%attr(0755,vpopmail,vchkpw) %dir %{vdir}/lib
%attr(0700,vpopmail,vchkpw) %dir %{vdir}/domains

%attr(0751,vpopmail,vchkpw) %{vdir}/bin/*
%attr(0644,vpopmail,vchkpw) %{vdir}/domains/.quotawarn.msg
%attr(0644,vpopmail,vchkpw) %{vdir}/domains/.overquota.msg
%attr(0644,vpopmail,vchkpw) %{vdir}/etc/inc_deps
%attr(0644,vpopmail,vchkpw) %{vdir}/etc/lib_deps
%attr(0644,vpopmail,vchkpw) %config(noreplace) %{vdir}/etc/vlimits.default
%attr(0644,vpopmail,vchkpw) %config(noreplace) %{vdir}/etc/vpopmail.mysql
%attr(0644,vpopmail,vchkpw) %{vdir}/etc/vpopmail.mysql.dist
%attr(0444,vpopmail,vchkpw) %{vdir}/include/*
%attr(0600,vpopmail,vchkpw) %{vdir}/lib/*

%attr(0755,vpopmail,vchkpw) %dir %{vdir}/doc
%attr(0755,vpopmail,vchkpw) %dir %{vdir}/doc/doc_html
%attr(0755,vpopmail,vchkpw) %dir %{vdir}/doc/man_html
%attr(0444,vpopmail,vchkpw) %{vdir}/doc/doc_html/*
%attr(0444,vpopmail,vchkpw) %{vdir}/doc/man_html/*

~~~~~~~ snip ~~~~~~~~~



---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to