| Revision 99,
512 bytes
checked in by ccowart, 6 years ago
(diff) |
|
Soluzer's default confmanrc
|
| Line | |
|---|
| 1 | # WARNING! This file is under confman revision control. DO NOT MODIFY DIRECTLY! |
|---|
| 2 | # Managed under kermit module. |
|---|
| 3 | # $Id: .confmanrc 24 2006-04-07 04:33:46Z ccowart $ |
|---|
| 4 | |
|---|
| 5 | if [ -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 | |
|---|
| 16 | fi |
|---|
| 17 | |
|---|
| 18 | REPO_HOSTNAME="${LUZER}@${REPO_HOSTNAME}" |
|---|
| 19 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.