svn commit: r255957 - head/include

Ian Lepore ian at FreeBSD.org
Mon Sep 30 21:01:04 UTC 2013


Author: ian
Date: Mon Sep 30 21:01:04 2013
New Revision: 255957
URL: http://svnweb.freebsd.org/changeset/base/255957

Log:
  Set proper permissions on the generated osreldate.h file; a file readable
  only by root can cause install problems, especially over nfs.
  
  Submitted by:	jilles@
  Approved by:	re (gjb)

Modified:
  head/include/mk-osreldate.sh

Modified: head/include/mk-osreldate.sh
==============================================================================
--- head/include/mk-osreldate.sh	Mon Sep 30 20:49:10 2013	(r255956)
+++ head/include/mk-osreldate.sh	Mon Sep 30 21:01:04 2013	(r255957)
@@ -48,4 +48,5 @@ $COPYRIGHT
 #define __FreeBSD_version $RELDATE
 #endif
 EOF
+chmod 644 $tmpfile
 mv $tmpfile osreldate.h


More information about the svn-src-all mailing list