On Tue, Dec 4, 2018 at 9:28 AM Rodney W. Grimes
<free...@pdx.rh.cn85.dnsmgr.net> wrote:
>
> > Author: garga (ports committer)
> > Date: Tue Dec  4 12:34:22 2018
> > New Revision: 341464
> > URL: https://svnweb.freebsd.org/changeset/base/341464
> >
> > Log:
> >   Restore /var/crash permissions to 0750, as declared in mtree file. After
> >   r337337 it changed to 0755.
> >
> >   Reviewed by:        loos
> >   Approved by:        loos
> >   MFC after:  3 days
> >   Sponsored by:       Rubicon Communications, LLC (Netgate)
> >   Differential Revision:      https://reviews.freebsd.org/D18355
>
> This probably warrants an EN against 12.0 release.

Can we just fix it before 12.0-RELEASE builds starts?  It would be
much more robust compared to delivering a "fixit" script though
freebsd-update...

Cheers,

>
> > Modified:
> >   head/sbin/savecore/Makefile
> >
> > Modified: head/sbin/savecore/Makefile
> > ==============================================================================
> > --- head/sbin/savecore/Makefile       Tue Dec  4 10:30:31 2018        
> > (r341463)
> > +++ head/sbin/savecore/Makefile       Tue Dec  4 12:34:22 2018        
> > (r341464)
> > @@ -2,7 +2,9 @@
> >
> >  PACKAGE=runtime
> >  CONFS=       minfree
> > -CONFSDIR=    /var/crash
> > +VAR_CRASH=   /var/crash
> > +VAR_CRASH_MODE=      0750
> > +CONFSDIR=    VAR_CRASH
> >  PROG=        savecore
> >  LIBADD=      z xo
> >  MAN= savecore.8
> >
> >
>
> --
> Rod Grimes                                                 rgri...@freebsd.org
>
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to