source: tags/confman-1.5.6a5/confmanrc @ 205

Revision 205, 467 bytes checked in by mattea, 4 years ago (diff)

Replacing with ones from confman-linux (to preserve history)

  • 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.