source: tags/confman-1.5.4.2/confmanrc @ 121

Revision 121, 467 bytes checked in by ccowart, 5 years ago (diff)

Setting up proper keywords on files and adding headers to the new ones.

  • Property svn:keywords set to Id
Line 
1# WARNING! This file is under confman revision control. DO NOT MODIFY DIRECTLY!
2# Managed under kermit module.
3# $Id$
4
5if [ -z $LUZER ] ; then
6
7  echo "You're using confman as the soluzer user. This is going to cause some"
8  echo "problems as you try logging in to $REPO_HOSTNAME."
9 
10  echo "What's your login at $REPO_HOSTNAME?"
11 
12  read LUZER
13 
14  echo "Thanks, $LUZER. Alternately, you can \$ export LUZER=$LUZER"
15
16fi
17
18REPO_HOSTNAME="${LUZER}@${REPO_HOSTNAME}"
19
Note: See TracBrowser for help on using the repository browser.