From 3a3d1e50c9139f1f0261f3c40bd1f4c3ce4e444e Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 28 Jan 2008 09:55:20 -0300 Subject: [PATCH] Moved misc/archive to lib/misc, temporarily --- {misc/archive => lib/misc}/AuditBuild.sh | 7 ++++--- {misc/archive => lib/misc}/GenDepGraph.sh | 2 +- {misc/archive => lib/misc}/PackBuildInfo.sh | 7 ++++--- {misc/archive => lib/misc}/RegressionsReport.sh | 4 ++-- {misc/archive => lib/misc}/adddownload.sh | 7 ++++--- {misc/archive => lib/misc}/apply-patch.sh | 7 ++++--- {misc/archive => lib/misc}/bash-xterm.patch | 7 ++++--- {misc/archive => lib/misc}/cacheinjector.sh | 7 ++++--- {misc/archive => lib/misc}/catedit.sh | 4 ++-- {misc/archive => lib/misc}/ccat.c | 7 ++++--- {misc/archive => lib/misc}/cdromchk.c | 7 ++++--- {misc/archive => lib/misc}/compare.sh | 7 ++++--- {misc/archive => lib/misc}/compare_builddirs.sh | 7 ++++--- {misc/archive => lib/misc}/copypackage.sh | 7 ++++--- {misc/archive => lib/misc}/cvsaddrm.sh | 7 ++++--- {misc/archive => lib/misc}/cvsmv.sh | 7 ++++--- {misc/archive => lib/misc}/extconv.sh | 7 ++++--- {misc/archive => lib/misc}/findorphans.sh | 7 ++++--- {misc/archive => lib/misc}/fixmaintainer.sh | 4 ++-- {misc/archive => lib/misc}/getdefs.sh | 7 ++++--- {misc/archive => lib/misc}/hello.c | 7 ++++--- {misc/archive => lib/misc}/hello.cc | 0 {misc/archive => lib/misc}/hello.cs | 0 {misc/archive => lib/misc}/hello.f | 0 {misc/archive => lib/misc}/hello.java | 0 {misc/archive => lib/misc}/hello.pas | 0 {misc/archive => lib/misc}/hunter.sh | 4 ++-- {misc/archive => lib/misc}/iso2stick.sh | 7 ++++--- {misc/archive => lib/misc}/killport.sh | 7 ++++--- {misc/archive => lib/misc}/killtree.sh | 7 ++++--- {misc/archive => lib/misc}/mini-makedevs.sh | 7 ++++--- {misc/archive => lib/misc}/mklibs.sh | 0 {misc/archive => lib/misc}/regtest.sh | 7 ++++--- {misc/archive => lib/misc}/reverse-log.pl | 7 ++++--- {misc/archive => lib/misc}/scrsav.c | 7 ++++--- {misc/archive => lib/misc}/showdeps.sh | 7 ++++--- {misc/archive => lib/misc}/showsorteddeps.sh | 7 ++++--- {misc/archive => lib/misc}/split-patch.pl | 7 ++++--- {misc/archive => lib/misc}/tcp-client.c | 7 ++++--- {misc/archive => lib/misc}/treenice.sh | 7 ++++--- {misc/archive => lib/misc}/xctrld.c | 7 ++++--- {misc/archive => lib/misc}/xline.c | 7 ++++--- 42 files changed, 133 insertions(+), 102 deletions(-) rename {misc/archive => lib/misc}/AuditBuild.sh (96%) rename {misc/archive => lib/misc}/GenDepGraph.sh (96%) rename {misc/archive => lib/misc}/PackBuildInfo.sh (93%) rename {misc/archive => lib/misc}/RegressionsReport.sh (97%) rename {misc/archive => lib/misc}/adddownload.sh (87%) rename {misc/archive => lib/misc}/apply-patch.sh (89%) rename {misc/archive => lib/misc}/bash-xterm.patch (97%) rename {misc/archive => lib/misc}/cacheinjector.sh (90%) rename {misc/archive => lib/misc}/catedit.sh (96%) rename {misc/archive => lib/misc}/ccat.c (94%) rename {misc/archive => lib/misc}/cdromchk.c (93%) rename {misc/archive => lib/misc}/compare.sh (97%) rename {misc/archive => lib/misc}/compare_builddirs.sh (93%) rename {misc/archive => lib/misc}/copypackage.sh (93%) rename {misc/archive => lib/misc}/cvsaddrm.sh (86%) rename {misc/archive => lib/misc}/cvsmv.sh (86%) rename {misc/archive => lib/misc}/extconv.sh (91%) rename {misc/archive => lib/misc}/findorphans.sh (92%) rename {misc/archive => lib/misc}/fixmaintainer.sh (93%) rename {misc/archive => lib/misc}/getdefs.sh (86%) rename {misc/archive => lib/misc}/hello.c (82%) rename {misc/archive => lib/misc}/hello.cc (100%) rename {misc/archive => lib/misc}/hello.cs (100%) rename {misc/archive => lib/misc}/hello.f (100%) rename {misc/archive => lib/misc}/hello.java (100%) rename {misc/archive => lib/misc}/hello.pas (100%) rename {misc/archive => lib/misc}/hunter.sh (95%) rename {misc/archive => lib/misc}/iso2stick.sh (92%) rename {misc/archive => lib/misc}/killport.sh (91%) rename {misc/archive => lib/misc}/killtree.sh (86%) rename {misc/archive => lib/misc}/mini-makedevs.sh (95%) rename {misc/archive => lib/misc}/mklibs.sh (100%) rename {misc/archive => lib/misc}/regtest.sh (93%) rename {misc/archive => lib/misc}/reverse-log.pl (80%) rename {misc/archive => lib/misc}/scrsav.c (92%) rename {misc/archive => lib/misc}/showdeps.sh (92%) rename {misc/archive => lib/misc}/showsorteddeps.sh (94%) rename {misc/archive => lib/misc}/split-patch.pl (84%) rename {misc/archive => lib/misc}/tcp-client.c (93%) rename {misc/archive => lib/misc}/treenice.sh (87%) rename {misc/archive => lib/misc}/xctrld.c (96%) rename {misc/archive => lib/misc}/xline.c (85%) diff --git a/misc/archive/AuditBuild.sh b/lib/misc/AuditBuild.sh similarity index 96% rename from misc/archive/AuditBuild.sh rename to lib/misc/AuditBuild.sh index d968411..667497d 100755 --- a/misc/archive/AuditBuild.sh +++ b/lib/misc/AuditBuild.sh @@ -1,8 +1,9 @@ #!/bin/sh -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/AuditBuild.sh +# Filename: lib/misc/AuditBuild.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- MATRIX=http://www.t2-project.org/packages diff --git a/misc/archive/GenDepGraph.sh b/lib/misc/GenDepGraph.sh similarity index 96% rename from misc/archive/GenDepGraph.sh rename to lib/misc/GenDepGraph.sh index fb30e2d..b670756 100755 --- a/misc/archive/GenDepGraph.sh +++ b/lib/misc/GenDepGraph.sh @@ -2,7 +2,7 @@ # --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# Filename: misc/archive/GenDepGraph.sh +# Filename: lib/misc/GenDepGraph.sh # Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # diff --git a/misc/archive/PackBuildInfo.sh b/lib/misc/PackBuildInfo.sh similarity index 93% rename from misc/archive/PackBuildInfo.sh rename to lib/misc/PackBuildInfo.sh index 6ab0a11..f116779 100755 --- a/misc/archive/PackBuildInfo.sh +++ b/lib/misc/PackBuildInfo.sh @@ -1,8 +1,9 @@ #!/bin/sh -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/PackBuildInfo.sh +# Filename: lib/misc/PackBuildInfo.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- config=default if [ "$1" == "-cfg" ]; then diff --git a/misc/archive/RegressionsReport.sh b/lib/misc/RegressionsReport.sh similarity index 97% rename from misc/archive/RegressionsReport.sh rename to lib/misc/RegressionsReport.sh index c36321e..90f8028 100755 --- a/misc/archive/RegressionsReport.sh +++ b/lib/misc/RegressionsReport.sh @@ -2,8 +2,8 @@ # --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# Filename: misc/archive/RegressionsReport.sh -# Copyright (C) 2006 The OpenSDE Project +# Filename: lib/misc/RegressionsReport.sh +# Copyright (C) 2006 - 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. diff --git a/misc/archive/adddownload.sh b/lib/misc/adddownload.sh similarity index 87% rename from misc/archive/adddownload.sh rename to lib/misc/adddownload.sh index 10397a4..bd8316f 100644 --- a/misc/archive/adddownload.sh +++ b/lib/misc/adddownload.sh @@ -1,8 +1,9 @@ #!/bin/sh -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/adddownload.sh +# Filename: lib/misc/adddownload.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- # if [ $# -lt 2 ] ; then diff --git a/misc/archive/apply-patch.sh b/lib/misc/apply-patch.sh similarity index 89% rename from misc/archive/apply-patch.sh rename to lib/misc/apply-patch.sh index b440c36..d285ce7 100644 --- a/misc/archive/apply-patch.sh +++ b/lib/misc/apply-patch.sh @@ -1,8 +1,9 @@ #!/bin/sh -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/apply-patch.sh +# Filename: lib/misc/apply-patch.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- basedirs="Documentation|architecture|misc|package|scripts|target"; error=0 diff --git a/misc/archive/bash-xterm.patch b/lib/misc/bash-xterm.patch similarity index 97% rename from misc/archive/bash-xterm.patch rename to lib/misc/bash-xterm.patch index 35045b3..021f232 100644 --- a/misc/archive/bash-xterm.patch +++ b/lib/misc/bash-xterm.patch @@ -1,7 +1,8 @@ -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/bash-xterm.patch +# Filename: lib/misc/bash-xterm.patch +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -13,7 +14,7 @@ # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- Little hack for bash: Adding 'xterm' option which causes bash to print the diff --git a/misc/archive/cacheinjector.sh b/lib/misc/cacheinjector.sh similarity index 90% rename from misc/archive/cacheinjector.sh rename to lib/misc/cacheinjector.sh index ffeaf5c..af9003a 100755 --- a/misc/archive/cacheinjector.sh +++ b/lib/misc/cacheinjector.sh @@ -1,8 +1,9 @@ #!/bin/sh -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/cacheinjector.sh +# Filename: lib/misc/cacheinjector.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- config=default if [ "$1" == "-cfg" ]; then diff --git a/misc/archive/catedit.sh b/lib/misc/catedit.sh similarity index 96% rename from misc/archive/catedit.sh rename to lib/misc/catedit.sh index 3d1b430..44e32d3 100755 --- a/misc/archive/catedit.sh +++ b/lib/misc/catedit.sh @@ -2,8 +2,8 @@ # --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# Filename: misc/archive/catedit.sh -# Copyright (C) 2006 The OpenSDE Project +# Filename: lib/misc/catedit.sh +# Copyright (C) 2006 - 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. diff --git a/misc/archive/ccat.c b/lib/misc/ccat.c similarity index 94% rename from misc/archive/ccat.c rename to lib/misc/ccat.c index 1f74969..32192c2 100644 --- a/misc/archive/ccat.c +++ b/lib/misc/ccat.c @@ -1,9 +1,10 @@ /* ccat (counting cat) * - * --- T2-COPYRIGHT-NOTE-BEGIN --- + * --- SDE-COPYRIGHT-NOTE-BEGIN --- * This copyright note is auto-generated by ./scripts/Create-CopyPatch. * - * T2 SDE: misc/archive/ccat.c + * Filename: lib/misc/ccat.c + * Copyright (C) 2008 The OpenSDE Project * Copyright (C) 2004 - 2006 The T2 SDE Project * Copyright (C) 1998 - 2003 Clifford Wolf * @@ -13,7 +14,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. A copy of the * GNU General Public License can be found in the file COPYING. - * --- T2-COPYRIGHT-NOTE-END --- + * --- SDE-COPYRIGHT-NOTE-END --- */ #define VERSION "2000-06-15" diff --git a/misc/archive/cdromchk.c b/lib/misc/cdromchk.c similarity index 93% rename from misc/archive/cdromchk.c rename to lib/misc/cdromchk.c index 2933766..541965e 100644 --- a/misc/archive/cdromchk.c +++ b/lib/misc/cdromchk.c @@ -1,9 +1,10 @@ /* gcc -O2 -Wall cdromchk.c -o cdromchk * - * --- T2-COPYRIGHT-NOTE-BEGIN --- + * --- SDE-COPYRIGHT-NOTE-BEGIN --- * This copyright note is auto-generated by ./scripts/Create-CopyPatch. * - * T2 SDE: misc/archive/cdromchk.c + * Filename: lib/misc/cdromchk.c + * Copyright (C) 2008 The OpenSDE Project * Copyright (C) 2004 - 2006 The T2 SDE Project * Copyright (C) 1998 - 2003 Clifford Wolf * @@ -13,7 +14,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. A copy of the * GNU General Public License can be found in the file COPYING. - * --- T2-COPYRIGHT-NOTE-END --- + * --- SDE-COPYRIGHT-NOTE-END --- */ #include diff --git a/misc/archive/compare.sh b/lib/misc/compare.sh similarity index 97% rename from misc/archive/compare.sh rename to lib/misc/compare.sh index 40012c8..5f18dfc 100755 --- a/misc/archive/compare.sh +++ b/lib/misc/compare.sh @@ -1,8 +1,9 @@ #!/bin/sh -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/compare.sh +# Filename: lib/misc/compare.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- verbose=0 quiet=0 diff --git a/misc/archive/compare_builddirs.sh b/lib/misc/compare_builddirs.sh similarity index 93% rename from misc/archive/compare_builddirs.sh rename to lib/misc/compare_builddirs.sh index 2d6fd5f..34fe3c7 100755 --- a/misc/archive/compare_builddirs.sh +++ b/lib/misc/compare_builddirs.sh @@ -1,8 +1,9 @@ #!/bin/sh -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/compare_builddirs.sh +# Filename: lib/misc/compare_builddirs.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2005 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- config=default if [ "$1" = -cfg ]; then diff --git a/misc/archive/copypackage.sh b/lib/misc/copypackage.sh similarity index 93% rename from misc/archive/copypackage.sh rename to lib/misc/copypackage.sh index 61ba710..465e999 100755 --- a/misc/archive/copypackage.sh +++ b/lib/misc/copypackage.sh @@ -1,8 +1,9 @@ #!/bin/sh -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/copypackage.sh +# Filename: lib/misc/copypackage.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- show_usage() { echo "Usage: $0 ..." diff --git a/misc/archive/cvsaddrm.sh b/lib/misc/cvsaddrm.sh similarity index 86% rename from misc/archive/cvsaddrm.sh rename to lib/misc/cvsaddrm.sh index 679140a..cad96e0 100644 --- a/misc/archive/cvsaddrm.sh +++ b/lib/misc/cvsaddrm.sh @@ -1,8 +1,9 @@ #!/bin/sh -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/cvsaddrm.sh +# Filename: lib/misc/cvsaddrm.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- tmp1=`mktemp` tmp2=`mktemp` diff --git a/misc/archive/cvsmv.sh b/lib/misc/cvsmv.sh similarity index 86% rename from misc/archive/cvsmv.sh rename to lib/misc/cvsmv.sh index 6874020..051be92 100644 --- a/misc/archive/cvsmv.sh +++ b/lib/misc/cvsmv.sh @@ -1,9 +1,10 @@ #!/bin/sh # -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/cvsmv.sh +# Filename: lib/misc/cvsmv.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -13,7 +14,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- if [ "$1" = "rm" ] ; then find $2 -type f ! -path '*/CVS/*' | xargs rm -vf diff --git a/misc/archive/extconv.sh b/lib/misc/extconv.sh similarity index 91% rename from misc/archive/extconv.sh rename to lib/misc/extconv.sh index bce080c..670d81a 100644 --- a/misc/archive/extconv.sh +++ b/lib/misc/extconv.sh @@ -2,10 +2,11 @@ # # Convert an Old-Style ROCK Linux Extension to the standard package format. # -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/extconv.sh +# Filename: lib/misc/extconv.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -15,7 +16,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- if [ -z "$1" -o ! -f "$1.ext" ] ; then [ ! -f "$1.ext" ] && echo "No such file: $1.ext" diff --git a/misc/archive/findorphans.sh b/lib/misc/findorphans.sh similarity index 92% rename from misc/archive/findorphans.sh rename to lib/misc/findorphans.sh index 01a694a..f790584 100644 --- a/misc/archive/findorphans.sh +++ b/lib/misc/findorphans.sh @@ -1,8 +1,9 @@ #!/bin/sh -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/findorphans.sh +# Filename: lib/misc/findorphans.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- config=default root= diff --git a/misc/archive/fixmaintainer.sh b/lib/misc/fixmaintainer.sh similarity index 93% rename from misc/archive/fixmaintainer.sh rename to lib/misc/fixmaintainer.sh index eadf489..ed73e03 100644 --- a/misc/archive/fixmaintainer.sh +++ b/lib/misc/fixmaintainer.sh @@ -2,8 +2,8 @@ # --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# Filename: misc/archive/fixmaintainer.sh -# Copyright (C) 2006 The OpenSDE Project +# Filename: lib/misc/fixmaintainer.sh +# Copyright (C) 2006 - 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. diff --git a/misc/archive/getdefs.sh b/lib/misc/getdefs.sh similarity index 86% rename from misc/archive/getdefs.sh rename to lib/misc/getdefs.sh index 8421245..082c881 100644 --- a/misc/archive/getdefs.sh +++ b/lib/misc/getdefs.sh @@ -1,9 +1,10 @@ #!/bin/sh # -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/getdefs.sh +# Filename: lib/misc/getdefs.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -13,7 +14,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- for x in unix linux i{3,4,5,6}86 alpha powerpc ppc gnuc \ intel_compiler ; do diff --git a/misc/archive/hello.c b/lib/misc/hello.c similarity index 82% rename from misc/archive/hello.c rename to lib/misc/hello.c index 3c1973a..9f38501 100644 --- a/misc/archive/hello.c +++ b/lib/misc/hello.c @@ -1,9 +1,10 @@ /* Hello World in C (by Clifford) * - * --- T2-COPYRIGHT-NOTE-BEGIN --- + * --- SDE-COPYRIGHT-NOTE-BEGIN --- * This copyright note is auto-generated by ./scripts/Create-CopyPatch. * - * T2 SDE: misc/archive/hello.c + * Filename: lib/misc/hello.c + * Copyright (C) 2008 The OpenSDE Project * Copyright (C) 2004 - 2006 The T2 SDE Project * Copyright (C) 1998 - 2003 Clifford Wolf * @@ -13,7 +14,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. A copy of the * GNU General Public License can be found in the file COPYING. - * --- T2-COPYRIGHT-NOTE-END --- + * --- SDE-COPYRIGHT-NOTE-END --- */ #include diff --git a/misc/archive/hello.cc b/lib/misc/hello.cc similarity index 100% rename from misc/archive/hello.cc rename to lib/misc/hello.cc diff --git a/misc/archive/hello.cs b/lib/misc/hello.cs similarity index 100% rename from misc/archive/hello.cs rename to lib/misc/hello.cs diff --git a/misc/archive/hello.f b/lib/misc/hello.f similarity index 100% rename from misc/archive/hello.f rename to lib/misc/hello.f diff --git a/misc/archive/hello.java b/lib/misc/hello.java similarity index 100% rename from misc/archive/hello.java rename to lib/misc/hello.java diff --git a/misc/archive/hello.pas b/lib/misc/hello.pas similarity index 100% rename from misc/archive/hello.pas rename to lib/misc/hello.pas diff --git a/misc/archive/hunter.sh b/lib/misc/hunter.sh similarity index 95% rename from misc/archive/hunter.sh rename to lib/misc/hunter.sh index b518e08..254d66a 100755 --- a/misc/archive/hunter.sh +++ b/lib/misc/hunter.sh @@ -2,8 +2,8 @@ # --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# Filename: misc/archive/hunter.sh -# Copyright (C) 2006 The OpenSDE Project +# Filename: lib/misc/hunter.sh +# Copyright (C) 2006 - 2008 The OpenSDE Project # # More information can be found in the files COPYING and README. # diff --git a/misc/archive/iso2stick.sh b/lib/misc/iso2stick.sh similarity index 92% rename from misc/archive/iso2stick.sh rename to lib/misc/iso2stick.sh index fc9543f..a4ae320 100755 --- a/misc/archive/iso2stick.sh +++ b/lib/misc/iso2stick.sh @@ -1,8 +1,9 @@ #!/bin/bash -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/iso2stick.sh +# Filename: lib/misc/iso2stick.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- set -e diff --git a/misc/archive/killport.sh b/lib/misc/killport.sh similarity index 91% rename from misc/archive/killport.sh rename to lib/misc/killport.sh index 18b8531..3b56192 100644 --- a/misc/archive/killport.sh +++ b/lib/misc/killport.sh @@ -1,9 +1,10 @@ #!/bin/sh # -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/killport.sh +# Filename: lib/misc/killport.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -13,7 +14,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- signal=15 returncode=0 diff --git a/misc/archive/killtree.sh b/lib/misc/killtree.sh similarity index 86% rename from misc/archive/killtree.sh rename to lib/misc/killtree.sh index 2f9f32a..bd14c3f 100644 --- a/misc/archive/killtree.sh +++ b/lib/misc/killtree.sh @@ -1,9 +1,10 @@ #!/bin/sh # -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/killtree.sh +# Filename: lib/misc/killtree.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -13,7 +14,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- main() { for y in `cut -f1,4 -d' ' /proc/*/stat | grep " $1\$" | cut -f1 -d' '` diff --git a/misc/archive/mini-makedevs.sh b/lib/misc/mini-makedevs.sh similarity index 95% rename from misc/archive/mini-makedevs.sh rename to lib/misc/mini-makedevs.sh index d4c4fe0..badcd87 100644 --- a/misc/archive/mini-makedevs.sh +++ b/lib/misc/mini-makedevs.sh @@ -3,10 +3,11 @@ # Script for creating a minimalistic /dev directory (needed if running a # kernel without devfs support). # -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/mini-makedevs.sh +# Filename: lib/misc/mini-makedevs.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -16,7 +17,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- mknod mem c 1 1 mknod kmem c 1 2 diff --git a/misc/archive/mklibs.sh b/lib/misc/mklibs.sh similarity index 100% rename from misc/archive/mklibs.sh rename to lib/misc/mklibs.sh diff --git a/misc/archive/regtest.sh b/lib/misc/regtest.sh similarity index 93% rename from misc/archive/regtest.sh rename to lib/misc/regtest.sh index 3e44459..29400ac 100755 --- a/misc/archive/regtest.sh +++ b/lib/misc/regtest.sh @@ -1,8 +1,9 @@ #!/bin/bash -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/regtest.sh +# Filename: lib/misc/regtest.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- # Tiny regression testsuite driver used by some core developers to track # breakage, sometimes even automated on a nightly basis. diff --git a/misc/archive/reverse-log.pl b/lib/misc/reverse-log.pl similarity index 80% rename from misc/archive/reverse-log.pl rename to lib/misc/reverse-log.pl index 2e096d7..ac35a5f 100644 --- a/misc/archive/reverse-log.pl +++ b/lib/misc/reverse-log.pl @@ -1,9 +1,10 @@ #!/usr/bin/perl # -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/reverse-log.pl +# Filename: lib/misc/reverse-log.pl +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -13,7 +14,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- $c=0; while (<>) { $c++ if /^\s*\*\)\s/; @_[$c].=$_; } print reverse @_; diff --git a/misc/archive/scrsav.c b/lib/misc/scrsav.c similarity index 92% rename from misc/archive/scrsav.c rename to lib/misc/scrsav.c index 238b1c6..b6c9466 100644 --- a/misc/archive/scrsav.c +++ b/lib/misc/scrsav.c @@ -1,10 +1,11 @@ /* gcc -Wall -O2 scrsav.c -o scrsav * while : ; do ./scrsav /dev/vcc/a2 /dev/vcc/a3 ; sleep 5 ; done * - * --- T2-COPYRIGHT-NOTE-BEGIN --- + * --- SDE-COPYRIGHT-NOTE-BEGIN --- * This copyright note is auto-generated by ./scripts/Create-CopyPatch. * - * T2 SDE: misc/archive/scrsav.c + * Filename: lib/misc/scrsav.c + * Copyright (C) 2008 The OpenSDE Project * Copyright (C) 2004 - 2006 The T2 SDE Project * Copyright (C) 1998 - 2003 Clifford Wolf * @@ -14,7 +15,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. A copy of the * GNU General Public License can be found in the file COPYING. - * --- T2-COPYRIGHT-NOTE-END --- + * --- SDE-COPYRIGHT-NOTE-END --- */ #include diff --git a/misc/archive/showdeps.sh b/lib/misc/showdeps.sh similarity index 92% rename from misc/archive/showdeps.sh rename to lib/misc/showdeps.sh index a9cbfdc..51733e3 100644 --- a/misc/archive/showdeps.sh +++ b/lib/misc/showdeps.sh @@ -1,8 +1,9 @@ #!/bin/sh -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/showdeps.sh +# Filename: lib/misc/showdeps.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- root= diff --git a/misc/archive/showsorteddeps.sh b/lib/misc/showsorteddeps.sh similarity index 94% rename from misc/archive/showsorteddeps.sh rename to lib/misc/showsorteddeps.sh index 8a863e0..cedea7c 100644 --- a/misc/archive/showsorteddeps.sh +++ b/lib/misc/showsorteddeps.sh @@ -1,8 +1,9 @@ #!/bin/sh -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/showsorteddeps.sh +# Filename: lib/misc/showsorteddeps.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- cachefiles= packages= diff --git a/misc/archive/split-patch.pl b/lib/misc/split-patch.pl similarity index 84% rename from misc/archive/split-patch.pl rename to lib/misc/split-patch.pl index f1dd515..699f65c 100644 --- a/misc/archive/split-patch.pl +++ b/lib/misc/split-patch.pl @@ -1,9 +1,10 @@ #!/usr/bin/perl -w # -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/split-patch.pl +# Filename: lib/misc/split-patch.pl +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -13,7 +14,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- use strict; use English; diff --git a/misc/archive/tcp-client.c b/lib/misc/tcp-client.c similarity index 93% rename from misc/archive/tcp-client.c rename to lib/misc/tcp-client.c index cb2a156..ffebe78 100644 --- a/misc/archive/tcp-client.c +++ b/lib/misc/tcp-client.c @@ -1,8 +1,9 @@ /* - * --- T2-COPYRIGHT-NOTE-BEGIN --- + * --- SDE-COPYRIGHT-NOTE-BEGIN --- * This copyright note is auto-generated by ./scripts/Create-CopyPatch. * - * T2 SDE: misc/archive/tcp-client.c + * Filename: lib/misc/tcp-client.c + * Copyright (C) 2008 The OpenSDE Project * Copyright (C) 2004 - 2006 The T2 SDE Project * Copyright (C) 1998 - 2003 Clifford Wolf * @@ -12,7 +13,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. A copy of the * GNU General Public License can be found in the file COPYING. - * --- T2-COPYRIGHT-NOTE-END --- + * --- SDE-COPYRIGHT-NOTE-END --- */ #include diff --git a/misc/archive/treenice.sh b/lib/misc/treenice.sh similarity index 87% rename from misc/archive/treenice.sh rename to lib/misc/treenice.sh index 1daa547..577ad3b 100644 --- a/misc/archive/treenice.sh +++ b/lib/misc/treenice.sh @@ -1,9 +1,10 @@ #!/bin/sh # -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: misc/archive/treenice.sh +# Filename: lib/misc/treenice.sh +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -13,7 +14,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- main() { renice $newpriority -p $1 | sed "s,^,$2," diff --git a/misc/archive/xctrld.c b/lib/misc/xctrld.c similarity index 96% rename from misc/archive/xctrld.c rename to lib/misc/xctrld.c index a682b18..227e5f2 100644 --- a/misc/archive/xctrld.c +++ b/lib/misc/xctrld.c @@ -1,10 +1,11 @@ /* * gcc -Wall -O2 xctrld.c -o /sbin/xctrld * - * --- T2-COPYRIGHT-NOTE-BEGIN --- + * --- SDE-COPYRIGHT-NOTE-BEGIN --- * This copyright note is auto-generated by ./scripts/Create-CopyPatch. * - * T2 SDE: misc/archive/xctrld.c + * Filename: lib/misc/xctrld.c + * Copyright (C) 2008 The OpenSDE Project * Copyright (C) 2004 - 2006 The T2 SDE Project * Copyright (C) 1998 - 2003 Clifford Wolf * @@ -14,7 +15,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. A copy of the * GNU General Public License can be found in the file COPYING. - * --- T2-COPYRIGHT-NOTE-END --- + * --- SDE-COPYRIGHT-NOTE-END --- */ #include diff --git a/misc/archive/xline.c b/lib/misc/xline.c similarity index 85% rename from misc/archive/xline.c rename to lib/misc/xline.c index 56fd077..268f458 100644 --- a/misc/archive/xline.c +++ b/lib/misc/xline.c @@ -1,8 +1,9 @@ /* - * --- T2-COPYRIGHT-NOTE-BEGIN --- + * --- SDE-COPYRIGHT-NOTE-BEGIN --- * This copyright note is auto-generated by ./scripts/Create-CopyPatch. * - * T2 SDE: misc/archive/xline.c + * Filename: lib/misc/xline.c + * Copyright (C) 2008 The OpenSDE Project * Copyright (C) 2004 - 2006 The T2 SDE Project * Copyright (C) 1998 - 2003 Clifford Wolf * @@ -12,7 +13,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. A copy of the * GNU General Public License can be found in the file COPYING. - * --- T2-COPYRIGHT-NOTE-END --- + * --- SDE-COPYRIGHT-NOTE-END --- */ #include