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
ec2c4e18
Commit
ec2c4e18
authored
Jun 29, 2010
by
Ryan Jackson
Browse files
Add syslog config for frisbeed
parent
d7c7130c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/config/rc.mksubboss
View file @
ec2c4e18
...
...
@@ -50,6 +50,8 @@ sub fix_syslog_conf()
print
SYSLOG_CONF
"
*.*
\t\t\t\t\t\t
/usr/testbed/log/dhcpd.log
\n
";
print
SYSLOG_CONF
"
!tftpd
\n
";
print
SYSLOG_CONF
"
*.*
\t\t\t\t\t\t
/usr/testbed/log/tftpd.log
\n
";
print
SYSLOG_CONF
"
!frisbeed
\n
";
print
SYSLOG_CONF
"
*.*
\t\t\t\t\t\t
/usr/testbed/log/frisbeed.log
\n
";
close
SYSLOG_CONF
;
}
...
...
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