Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
170b2c94
Commit
170b2c94
authored
Jul 09, 2002
by
Robert Ricci
Browse files
Export the testbed-ops configure variable, so that other libraries
don't have to go through configure to get it.
parent
3ada8564
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libtestbed.pm.in
View file @
170b2c94
...
...
@@ -15,16 +15,20 @@ use Exporter;
@
ISA
=
"Exporter"
;
@
EXPORT
=
qw
(
SENDMAIL
OPENMAIL
TBTimeStamp
TBBackGround
TBDateTimeFSSafe
TBMakeLogname
TB_BOSSNODE
TBGenSecretKey
TBDebugTimeStamp
TBMakeLogname
TB_BOSSNODE
TB_OPSEMAIL
TBGenSecretKey
TBDebugTimeStamp
TBDebugTimeStampsOn
);
my
$
MAILTAG
=
"@OURDOMAIN@"
;
my
$
BOSSNODE
=
"@BOSSNODE@"
;
my
$
TIMESTAMPS
=
"@TIMESTAMPS@"
;
my
$
TBOPSEMAIL
=
"@TBOPSEMAIL@"
;
#
Hostname
of
our
boss
node
sub
TB_BOSSNODE
()
{
$
BOSSNODE
;
}
#
Testbed
ops
email
address
sub
TB_OPSEMAIL
()
{
$
TBOPSEMAIL
;
}
#
A
library
of
useful
stuff
.
#
Send
an
email
message
via
sendmail
-
t
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment