From b2e513a7abb87b4cf7b24defad1feafd3badaef6 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 9 Nov 2003 14:26:05 +0000 Subject: [PATCH] added functions --- scripts/Makefile.am | 4 ++-- scripts/functions | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 scripts/functions diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 8f9bf00..b69f877 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -10,7 +10,7 @@ EXTRA_DIST = \ cpanflute cpanflute2 Specfile.pm find-provides.perl find-requires.perl \ fixup-binconfig fixup-pkgconfig fixup-libtool \ get_magic.pl getpo.sh http.req \ - files.req.list \ + functions files.req.list \ magic.prov magic.req pam.prov pam.req perl.prov perl.req rpmdiff rpmdiff.cgi \ rpm.daily rpm.log rpm.xinetd rpm2cpio.sh \ shell.req shell.prov sql.prov sql.req strip_files tcl.req trpm u_pkg.sh \ @@ -29,7 +29,7 @@ config_SCRIPTS = \ cpanflute cpanflute2 Specfile.pm find-provides.perl find-requires.perl \ fixup-binconfig fixup-pkgconfig fixup-libtool \ get_magic.pl getpo.sh http.req \ - files.req.list \ + functions files.req.list \ magic.prov magic.req pam.prov pam.req perl.prov perl.req rpmdiff rpmdiff.cgi \ rpm.daily rpm.log rpm.xinetd rpm2cpio.sh \ shell.req shell.prov sql.prov sql.req strip_files tcl.req trpm u_pkg.sh \ diff --git a/scripts/functions b/scripts/functions new file mode 100644 index 0000000..9f0f8cd --- /dev/null +++ b/scripts/functions @@ -0,0 +1,20 @@ +#!/bin/sh -e +# +# $Id$ +# Copyright (C) 2003 Dmitry V. Levin +# +# This program is free software; you can redistribute it and/or modify +# it under the terms 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. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +