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
de9abc98
Commit
de9abc98
authored
Sep 08, 2005
by
Mike Hibler
Browse files
Turn off verbose since it is generating mail to root every 5 minutes
around the clock...
parent
f9544e06
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/node_status.in
View file @
de9abc98
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# Copyright (c) 2000-200
5
University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
...
...
@@ -22,7 +22,7 @@ my $TBLOGS = "@TBLOGSEMAIL@";
$ENV
{'
PATH
'}
=
'
/bin:/usr/bin:/usr/local/bin:/usr/site/bin
';
delete
@ENV
{'
IFS
',
'
CDPATH
',
'
ENV
',
'
BASH_ENV
'};
my
$verbose
=
1
;
my
$verbose
=
0
;
my
$debug
=
0
;
$verbose
=
1
if
(
$debug
);
...
...
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