summaryrefslogtreecommitdiffstats
path: root/sysprep/sysprep_operation_logfiles.ml
diff options
context:
space:
mode:
authorWanlong Gao <gaowanlong@cn.fujitsu.com>2012-08-08 17:59:39 +0800
committerRichard W.M. Jones <rjones@redhat.com>2012-08-11 14:18:42 +0100
commit159b1479cc43f22ebcc9e0187efbb8a3eeda1c5d (patch)
treeb6e7d006d994ccc4d7b58dae60ab8517f6876705 /sysprep/sysprep_operation_logfiles.ml
parent9fab546206e0102daac01f835bc546117342f4c7 (diff)
downloadlibguestfs-159b1479cc43f22ebcc9e0187efbb8a3eeda1c5d.tar.gz
libguestfs-159b1479cc43f22ebcc9e0187efbb8a3eeda1c5d.tar.xz
libguestfs-159b1479cc43f22ebcc9e0187efbb8a3eeda1c5d.zip
sysprep: remove the process accounting log files
We just remove the process accounting files previously without touch a empty file, this will cause psacct runs error. Restart the service can't help us create this file auto. couldn't open file '/var/account/pacct': No such file or directory Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Diffstat (limited to 'sysprep/sysprep_operation_logfiles.ml')
-rw-r--r--sysprep/sysprep_operation_logfiles.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml
index 333c317e..5e6ce7fe 100644
--- a/sysprep/sysprep_operation_logfiles.ml
+++ b/sysprep/sysprep_operation_logfiles.ml
@@ -54,7 +54,6 @@ let globs = List.sort compare [
"/var/log/libvirt/uml/*.log";
"/var/named/data/named.run";
"/var/log/ppp/connect-errors";
- "/var/account/pacct";
"/var/log/setroubleshoot/*.log";
"/var/log/squid/*.log";
(* And the status file of logrotate *)