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