Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
4b028950
Commit
4b028950
authored
Nov 05, 2002
by
Mac Newbold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix email address for from in mails.
parent
e9dcf743
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tbsetup/reload_daemon.in
tbsetup/reload_daemon.in
+3
-3
No files found.
tbsetup/reload_daemon.in
View file @
4b028950
...
...
@@ -354,16 +354,16 @@ sub fatal($)
{
local
(
$msg
)
=
$_
[
0
];
SENDMAIL
(
$TBOPS
,
"
Reload Daemon Died
",
$msg
);
SENDMAIL
(
$TBOPS
,
"
Reload Daemon Died
",
$msg
,
$TBOPS
);
die
(
$msg
);
}
sub
notify
($)
{
my
(
$mesg
)
=
$_
[
0
];
print
"
$mesg
\n
";
SENDMAIL
(
$TBOPS
,
"
Reload Daemon Message
",
$mesg
);
SENDMAIL
(
$TBOPS
,
"
Reload Daemon Message
",
$mesg
,
$TBOPS
);
}
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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