added functions

This commit is contained in:
Дмитрий Левин 2003-11-09 14:26:05 +00:00
parent c8ba99ca02
commit b2e513a7ab
2 changed files with 22 additions and 2 deletions

View File

@ -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 \

20
scripts/functions Normal file
View File

@ -0,0 +1,20 @@
#!/bin/sh -e
#
# $Id$
# Copyright (C) 2003 Dmitry V. Levin <ldv@altlinux.org>
#
# 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
#