Skip to content

Commit

Permalink
Merge pull request #125 from liulinC/private/linl/dev
Browse files Browse the repository at this point in the history
CP-50546: Remove collecting `chkconfig --list`
  • Loading branch information
liulinC authored Nov 26, 2024
2 parents d3b022a + 3a01a17 commit 39645d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xen-bugtool
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ ARPTABLES = 'arptables'
BIN_STATIC_VDIS = 'static-vdis'
BIOSDEVNAME = 'biosdevname'
BRCTL = 'brctl'
CHKCONFIG = 'chkconfig'
CHRONYC = 'chronyc'
DCBTOOL = 'dcbtool'
DF = 'df'
Expand Down Expand Up @@ -1186,7 +1185,6 @@ exclude those logs from the archive.
cmd_output(CAP_SYSTEM_LOGS, [DMESG])
file_output(CAP_SYSTEM_LOGS, [LWIDENTITY_JOIN_LOG, HOSTS_LWIDENTITY_ORIG])

cmd_output(CAP_SYSTEM_SERVICES, [CHKCONFIG, '--list'])
cmd_output(CAP_SYSTEM_SERVICES, [SYSTEMCTL, 'status'])

#file_output(CAP_TAPDISK_LOGS,
Expand Down

0 comments on commit 39645d6

Please sign in to comment.