svn commit: r257012 - projects/vps/tools/vps

Will Andrews will at FreeBSD.org
Wed Oct 23 19:13:40 UTC 2013


Author: will
Date: Wed Oct 23 19:13:39 2013
New Revision: 257012
URL: http://svnweb.freebsd.org/changeset/base/257012

Log:
  Sync with svn.7he.at/vps/trunk r204.  This is the current upstream commit.
  
  r204 | klaus | 2013-08-05 09:07:50 -0600 (Mon, 05 Aug 2013) | 4 lines
  Added a script to change ''$FreeBSD: projects/vps/'' back to
  ''$FreeBSD: head/'' for an entire source tree.
  
  Submitted by:	Klaus P. Ohrhallinger <k at 7he.at>

Added:
  projects/vps/tools/vps/mod_fbsdid_tag.sh

Added: projects/vps/tools/vps/mod_fbsdid_tag.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ projects/vps/tools/vps/mod_fbsdid_tag.sh	Wed Oct 23 19:13:39 2013	(r257012)
@@ -0,0 +1,8 @@
+#!/bin/sh -x
+
+set -e
+
+#find . -type f -not -path \.svn -exec sed -i '' 's/__FBSDID(\"\$FreeBSD: projects\/vps\//__FBSDID(\"\$FreeBSD: head\//' \{\} \;
+find . -type f -not -path \.svn -exec sed -i '' 's/\$FreeBSD: projects\/vps\//\$FreeBSD: head\//' \{\} \;
+
+exit 0


More information about the svn-src-projects mailing list