Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Nov 2015 21:45:23 +0300 (MSK)
From:      Dmitry Morozovsky <marck@rinet.ru>
To:        Garrett Cooper <yaneurabeya@gmail.com>
Cc:        Bryan Drewery <bryan-lists@shatow.net>, gad@freebsd.org, current@freebsd.org
Subject:   Re: mtree patch for WITHOUT_LPR
Message-ID:  <alpine.BSF.2.00.1511072144100.6619@woozle.rinet.ru>
In-Reply-To: <B8A33689-A1CA-427E-8121-A325DF75DB8B@gmail.com>
References:  <alpine.BSF.2.00.1511071404560.6619@woozle.rinet.ru> <563E2EB1.6030005@shatow.net> <alpine.BSF.2.00.1511072012060.6619@woozle.rinet.ru> <alpine.BSF.2.00.1511072108070.6619@woozle.rinet.ru> <B8A33689-A1CA-427E-8121-A325DF75DB8B@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 7 Nov 2015, Garrett Cooper wrote:

> > ===================================================================
> > --- etc/mtree/BSD.lpr.dist    (nonexistent)
> > +++ etc/mtree/BSD.lpr.dist    (working copy)
> > @@ -0,0 +1,30 @@
> > +# $FreeBSD$
> > +#
> > +# Please see the file src/etc/mtree/README before making changes to this file.
> > +#
> > +
> > +/set type=dir uname=root gname=wheel mode=0755
> > +.
> > +    include
> > +        atf-c
> > +        ..
> > +        atf-c++
> > +        ..
> 
> This diff is incorrect.

... and yes, of course, atf pairs of lines do not belong here.

Index: etc/mtree/BSD.lpr.dist
===================================================================
--- etc/mtree/BSD.lpr.dist      (nonexistent)
+++ etc/mtree/BSD.lpr.dist      (working copy)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+#
+# Please see the file src/etc/mtree/README before making changes to this file.
+#
+
+/set type=dir uname=root gname=wheel mode=0755
+.
+    libexec
+        lpr
+            ru
+            ..
+        ..
+    share
+        doc
+            smm
+                07.lpd
+                ..
+            ..
+        ..
+    ..
+..


-- 
Sincerely,
D.Marck                                     [DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer:                                 marck@FreeBSD.org ]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1511072144100.6619>