From a62fb9b3aa2cee7c5a5b5c3e14372faba01f383d Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 30 Jan 2003 17:11:00 +0000 Subject: Remove useless oldies. Missing functionnalities needs to be reimplemented almost from the scratch due to the bunch of changes to the core since those scripts were written. --- oldies/prep-patch | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100755 oldies/prep-patch (limited to 'oldies') diff --git a/oldies/prep-patch b/oldies/prep-patch deleted file mode 100755 index bdb4627..0000000 --- a/oldies/prep-patch +++ /dev/null @@ -1,28 +0,0 @@ -#! /bin/bash - -# This script is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# See the COPYING and AUTHORS files for more details. - -. patchfns 2>/dev/null || -. /usr/lib/patch-scripts/patchfns 2>/dev/null || -. $PATCHSCRIPTS_LIBDIR/patchfns 2>/dev/null || -{ - echo "Impossible to find my library 'patchfns'." - echo "Check your install, or go to the right directory" - exit 1 -} - -if [ $# -ne 1 ] -then - echo "Usage prep-patch patchname" - exit 1 -fi - -PATCHNAME=$(stripit $1) - -head -2 $(txt_file_name $PATCHNAME) | tail -1 | tr -d '\n' | xcb -s 1 -xcb -p 1; echo -cp $P/patches/$PATCHNAME.patch /tmp/patch -- cgit