This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add the files from dist/meta to perl's repo
[metaconfig.git] / dist / U / packadmin.U
CommitLineData
d8875586
MBT
1?RCS: $Id: packadmin.U 1 2006-08-24 12:32:52Z rmanfredi $
2?RCS:
3?RCS: Copyright (c) 1996, Andy Dougherty
4?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
5?RCS:
6?RCS: You may redistribute only under the terms of the Artistic Licence,
7?RCS: as specified in the README file that comes with the distribution.
8?RCS: You may reuse parts of this distribution only within the terms of
9?RCS: that same Artistic Licence; a copy of which may be found at the root
10?RCS: of the source tree for dist 4.0.
11?RCS:
12?MAKE:packadmin: cf_email Oldconfig Myread cat spackage package
13?MAKE: -pick add $@ %<
14?Y:TOP
15?S:packadmin:
16?S: Electronic mail address of the package administrator.
17?S:.
18: check wehther they will act as local admin for the package
19$cat <<EOM
20
21If you or somebody else will be maintaining $package at your site, please
22fill in the correct e-mail address here so that they may be contacted
23if necessary. You may enter "none" for no administrator.
24
25EOM
26case "$packadmin" in
27'') dflt="$cf_email";;
28*) dflt="$packadmin";;
29esac
30rp="$spackage administrator e-mail address"
31. ./myread
32packadmin="$ans"
33