jrossi / issue-migration-test

GNU General Public License v2.0
1 stars 0 forks source link

active-responses.log present after install #21

Closed jrossi closed 10 years ago

jrossi commented 10 years ago

Hi, can you create active-responses.log on server install time, because if want to monitor it with ossec itselfe, it must exist, because ossec only monitro existing log-files and do not check if it is created later. So in the file src/InstallServer.sh line 172 the following should do this: touch ${DIR}/logs/active-responses.log chown ${USER}:${GROUP} ${DIR}/logs/active-responses.log chmod 660 ${DIR}/logs/active-responses.log

Note: This issue has been automatically migrated from Bitbucket Created by cgzones on 2012-09-20 21:08:50+00:00, last updated: 2012-09-21 19:58:16+00:00

jrossi commented 10 years ago

fixed with commit 59b88ae9b0a5

Note: This comment has been automatically migrated from Bitbucket Created by jbcheng on 2012-09-21 19:58:30+00:00