svn commit: r233429 - in head: etc/root share/examples share/examples/csh

Florian Smeets flo at FreeBSD.org
Sat Mar 24 19:37:00 UTC 2012


On 24.03.12 19:43, Eitan Adler wrote:
> Author: eadler
> Date: Sat Mar 24 18:43:18 2012
> New Revision: 233429
> URL: http://svn.freebsd.org/changeset/base/233429
>
> Log:
>    - Make the default values for tcsh more user friendly
>    - Add an examples file with many of the not accepted suggestions from the discussion
>
>    PR:		conf/160689
>    Reviewed by:	many
>    Discussed on:	current
>    Approved by:	cperciva
>

Something like this is missing:

Index: etc/mtree/BSD.usr.dist
===================================================================
--- etc/mtree/BSD.usr.dist	(revision 233429)
+++ etc/mtree/BSD.usr.dist	(working copy)
@@ -209,6 +209,8 @@
              ..
              bootforth
              ..
+            csh
+            ..
              cvs
                  contrib
                  ..

otherwise the build fails

install -o root -g wheel -m 444 
/home/flo/dev/checkouts/svn-src/share/examples/csh/dot.cshrc 
//usr/share/examples/csh/dot.cshrc
install: //usr/share/examples/csh/dot.cshrc: No such file or directory

Florian


More information about the svn-src-all mailing list