summaryrefslogtreecommitdiff
path: root/mcon/U/packadmin.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/packadmin.U')
-rw-r--r--mcon/U/packadmin.U33
1 files changed, 33 insertions, 0 deletions
diff --git a/mcon/U/packadmin.U b/mcon/U/packadmin.U
new file mode 100644
index 0000000..dfffa3e
--- /dev/null
+++ b/mcon/U/packadmin.U
@@ -0,0 +1,33 @@
+?RCS: $Id$
+?RCS:
+?RCS: Copyright (c) 1996, Andy Dougherty
+?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
+?RCS:
+?RCS: You may redistribute only under the terms of the Artistic Licence,
+?RCS: as specified in the README file that comes with the distribution.
+?RCS: You may reuse parts of this distribution only within the terms of
+?RCS: that same Artistic Licence; a copy of which may be found at the root
+?RCS: of the source tree for dist 4.0.
+?RCS:
+?MAKE:packadmin: cf_email Oldconfig Myread cat spackage package
+?MAKE: -pick add $@ %<
+?Y:TOP
+?S:packadmin:
+?S: Electronic mail address of the package administrator.
+?S:.
+: check wehther they will act as local admin for the package
+$cat <<EOM
+
+If you or somebody else will be maintaining $package at your site, please
+fill in the correct e-mail address here so that they may be contacted
+if necessary. You may enter "none" for no administrator.
+
+EOM
+case "$packadmin" in
+'') dflt="$cf_email";;
+*) dflt="$packadmin";;
+esac
+rp="$spackage administrator e-mail address"
+. ./myread
+packadmin="$ans"
+