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
90e767e4
Commit
90e767e4
authored
Mar 29, 2007
by
Leigh B. Stoller
Browse files
Add pubsubd.log to syslog.conf and newsyslog.conf.
parent
5292135b
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/boss-install.in
View file @
90e767e4
...
...
@@ -192,7 +192,7 @@ my @LOGFILES = ("$LOGDIR/bootinfo.log", "$LOGDIR/tmcd.log",
"
$LOGDIR
/elvind.log
",
"
$LOGDIR
/stated.log
",
"
$LOGDIR
/osselect.log
",
"
$LOGDIR
/tftpd.log
",
"
$LOGDIR
/sdcollectd.log
",
"
$LOGDIR
/genlastlog.log
",
"
$LOGDIR
/sshxmlrpc.log
",
"
$LOGDIR
/plabgetfree.log
",
"
$LOGDIR
/xmlrpcbag.log
",
"
$LOGDIR
/plabrenew.log
",
"
$LOGDIR
/sslxmlrpc.log
");
"
$LOGDIR
/plabrenew.log
",
"
$LOGDIR
/sslxmlrpc.log
"
,
"
LOGDIR/pubsubd.log
"
);
my
@CISCO_MIBS
=
("
CISCO-SMI
",
"
CISCO-TC
",
"
CISCO-VTP-MIB
",
"
CISCO-PAGP-MIB
",
"
CISCO-PRIVATE-VLAN-MIB
",
"
CISCO-STACK-MIB
",
"
CISCO-VLAN-MEMBERSHIP-MIB
",
...
...
@@ -646,6 +646,7 @@ Phase "syslog", "Setting up syslog", sub {
"
!capserver
",
"
*.*
\t\t\t\t\t\t
$LOGDIR
/capserver.log
",
"
!frisbeed
",
"
*.*
\t\t\t\t\t\t
$LOGDIR
/frisbeed.log
",
"
!elvind
",
"
*.*
\t\t\t\t\t\t
$LOGDIR
/elvind.log
",
"
!pubsubd
",
"
*.*
\t\t\t\t\t\t
$LOGDIR
/pubsubd.log
",
"
!stated
",
"
*.*
\t\t\t\t\t\t
$LOGDIR
/stated.log
",
"
!osselect
",
"
*.*
\t\t\t\t\t\t
$LOGDIR
/osselect.log
",
"
!genlastlog
","
*.*
\t\t\t\t\t\t
$LOGDIR
/genlastlog.log
",
...
...
@@ -696,6 +697,7 @@ Phase "syslog", "Setting up syslog", sub {
"
$LOGDIR
/bootinfo.log 640 7 200 * Z
",
"
$LOGDIR
/capserver.log 640 5 200 * Z
",
"
$LOGDIR
/elvind.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
",
"
$LOGDIR
/genlastlog 640 3 200 * Z
"
.
...
...
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