summaryrefslogtreecommitdiff
path: root/Tools/scripts/prpatch
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-05-24 20:19:12 +0000
committerChris Rees <crees@FreeBSD.org>2012-05-24 20:19:12 +0000
commit7bafcecff58adcfec8c466c9865f65b784285950 (patch)
tree505d08a212656b739fa0ab12cc133d8183373705 /Tools/scripts/prpatch
parent- Update to 0.34. (diff)
Remove obsolete PR handling scripts. These had hardcoded /home/ncvs
Approved by: mharo (maintainer)
Notes
Notes: svn path=/head/; revision=297358
Diffstat (limited to 'Tools/scripts/prpatch')
-rwxr-xr-xTools/scripts/prpatch10
1 files changed, 0 insertions, 10 deletions
diff --git a/Tools/scripts/prpatch b/Tools/scripts/prpatch
deleted file mode 100755
index 1b575f7adca4..000000000000
--- a/Tools/scripts/prpatch
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-#
-# MAINTAINER= mharo@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-patch $@ < pr-patch
-find . -name '*.orig' -print -delete
-find . -name '*.rej' -print