Skip to content
GitLab
Menu
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-stable
Commits
2eedcdfc
Commit
2eedcdfc
authored
Sep 21, 2007
by
Leigh B. Stoller
Browse files
Turn on LIBAUDIT_NODELETE so log file does not get zapped.
parent
22e420d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/template_create.in
View file @
2eedcdfc
...
@@ -267,7 +267,8 @@ $template->OpenLogFile() == 0 or
...
@@ -267,7 +267,8 @@ $template->OpenLogFile() == 0 or
fatal
(
-
1
,
"
Could not open the logfile
");
fatal
(
-
1
,
"
Could not open the logfile
");
if
(
my
$childpid
=
if
(
my
$childpid
=
AuditStart
(
LIBAUDIT_DAEMON
,
$logname
,
LIBAUDIT_LOGONLY
|
LIBAUDIT_FANCY
))
{
AuditStart
(
LIBAUDIT_DAEMON
,
$logname
,
LIBAUDIT_LOGONLY
|
LIBAUDIT_FANCY
|
LIBAUDIT_NODELETE
))
{
#
#
# Parent exits normally, unless in waitmode. We have to set
# Parent exits normally, unless in waitmode. We have to set
# justexit to make sure the END block below does not run.
# justexit to make sure the END block below does not run.
...
...
Write
Preview
Supports
Markdown
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