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. --- needs-checking/patchdesc | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100755 needs-checking/patchdesc (limited to 'needs-checking/patchdesc') diff --git a/needs-checking/patchdesc b/needs-checking/patchdesc deleted file mode 100755 index 2f0fdaf..0000000 --- a/needs-checking/patchdesc +++ /dev/null @@ -1,30 +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 -} - -desc1() -{ - PATCH=$(stripit $1) - TXT=$(txt_file_name $PATCH) - echo $PATCH.patch - desc < $TXT - echo -} - -for i in $* -do - desc1 $i -done -- cgit