dragora-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dragora-users] First try at D3 recipe


From: Matias Fonzo
Subject: Re: [Dragora-users] First try at D3 recipe
Date: Thu, 4 May 2017 19:51:41 -0300

On Thu, 4 May 2017 18:32:35 -0400
Alan Beadle <address@hidden> wrote:

> My dcron recipe was missing the application-specific settings for
> logrotate. To add this to the package, apply the attached patch to the
> recipe.

Committed!

Note on:

+    mkdir -p "${destdir}/etc/logrotate.d/"
+    chmod 755 "${destdir}/etc/logrotate.d/"

This is not really needed, Qi sets the default mask to 022.  So "mkdir
-p <dir>" will fall in 0755.  Indeed, "mkdir -p -m 755 <dir>" is
also valid, unless you want to be more explicit combining mkdir &
chmod.. :-)
 
> On Tue, May 2, 2017 at 9:47 PM, Alan Beadle <address@hidden>
> wrote:
> >> The README points to http://fedorahosted.org/mlocate/  
> >
> > It does, but if you follow that link you will see that it redirects
> > to a page indicating that fedorahosted.org was retired 2 months
> > ago.  

Attachment: pgpxQPVLl6AE4.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]