[LON-CAPA-cvs] cvs: loncom /build make_domain_coordinator.pl
harris41
lon-capa-cvs@mail.lon-capa.org
Mon, 10 Jun 2002 01:50:16 -0000
harris41 Sun Jun 9 21:50:16 2002 EDT
Modified files:
/loncom/build make_domain_coordinator.pl
Log:
adding in password prompt; BUG 514; FIX
Index: loncom/build/make_domain_coordinator.pl
diff -u loncom/build/make_domain_coordinator.pl:1.3 loncom/build/make_domain_coordinator.pl:1.4
--- loncom/build/make_domain_coordinator.pl:1.3 Mon Apr 15 15:11:41 2002
+++ loncom/build/make_domain_coordinator.pl Sun Jun 9 21:50:16 2002
@@ -11,7 +11,7 @@
# The LearningOnline Network
# make_domain_coordinator.pl - Make a domain coordinator on a system
#
-# $Id: make_domain_coordinator.pl,v 1.3 2002/04/15 19:11:41 harris41 Exp $
+# $Id: make_domain_coordinator.pl,v 1.4 2002/06/10 01:50:16 harris41 Exp $
#
# This file is part of the LearningOnline Network with CAPA (LON-CAPA).
#
@@ -130,6 +130,7 @@
"\n";
}
+print "Password: "; $|=0;
my $passwd=<>; # read in password from standard input
chomp($passwd);