diff -ruN e-smith-samba-2.2.0.old/createlinks e-smith-samba-2.2.0/createlinks --- e-smith-samba-2.2.0.old/createlinks 2013-02-12 10:33:38.000000000 -0800 +++ e-smith-samba-2.2.0/createlinks 2013-02-12 12:01:10.000000000 -0800 @@ -24,7 +24,6 @@ foreach my $file (qw( /etc/pam.d/samba - /etc/logrotate.d/samba_audit )) { templates2events($file, qw(console-save bootstrap-console-save)); diff -ruN e-smith-samba-2.2.0.old/root/etc/e-smith/templates/etc/logrotate.d/samba_audit e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/logrotate.d/samba_audit --- e-smith-samba-2.2.0.old/root/etc/e-smith/templates/etc/logrotate.d/samba_audit 2013-02-12 10:33:38.000000000 -0800 +++ e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/logrotate.d/samba_audit 1969-12-31 16:00:00.000000000 -0800 @@ -1,11 +0,0 @@ -/var/log/samba/samba_audit \{ - weekly - missingok - rotate 7 - postrotate - /etc/init.d/syslog reload > /dev/null 2>&1 || true - endscript - compress - notifempty -\} -