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-devel
Commits
415da276
Commit
415da276
authored
Aug 21, 2017
by
Mike Hibler
Browse files
Add syslog and newsyslog entries for exports_setup.
parent
70e6440f
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/syslog
View file @
415da276
...
...
@@ -7,6 +7,7 @@ use installvars;
my @LOGFILES = ("$LOGDIR/bootinfo.log", "$LOGDIR/tmcd.log",
"$LOGDIR/capture.log", "$LOGDIR/dhcpd.log", "$LOGDIR/capserver.log",
"$LOGDIR/exports_setup.log",
"$LOGDIR/frisbeed.log", "$LOGDIR/frisuploadd.log", "$LOGDIR/mfrisbeed.log",
"$LOGDIR/proxydhcpd.log", "$LOGDIR/stated.log", "$LOGDIR/stated-mail.log",
"$LOGDIR/named.log",
...
...
@@ -98,6 +99,7 @@ sub Install($$$)
"!proxydhcpd","*.*\t\t\t\t\t\t$LOGDIR/proxydhcpd.log",
"!tftpd", "*.*\t\t\t\t\t\t$LOGDIR/tftpd.log",
"!capserver", "*.*\t\t\t\t\t\t$LOGDIR/capserver.log",
"!exports_setup", "*.*\t\t\t\t\t\t$LOGDIR/exports_setup.log",
"!frisbeed", "*.*\t\t\t\t\t\t$LOGDIR/frisbeed.log",
"!frisuploadd","*.*\t\t\t\t\t\t$LOGDIR/frisuploadd.log",
"!mfrisbeed", "*.*\t\t\t\t\t\t$LOGDIR/mfrisbeed.log",
...
...
@@ -173,6 +175,7 @@ sub Install($$$)
"$LOGDIR/dhcpd.log 640 7 200 * Z",
"$LOGDIR/bootinfo.log 640 7 200 * Z",
"$LOGDIR/capserver.log 640 5 200 * Z",
"$LOGDIR/exports_setup.log 640 5 1000 * Z",
"$LOGDIR/pubsubd.log 640 5 1000 * Z",
"$LOGDIR/suexec.log 640 3 200 * Z",
"$LOGDIR/genlastlog.log 640 3 200 * Z",
...
...
Mike Hibler
@hibler
mentioned in issue
#325 (closed)
·
Aug 21, 2017
mentioned in issue
#325 (closed)
mentioned in issue #325
Toggle commit list
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