diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-03-06 14:09:27 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-03-06 14:09:27 +0000 |
commit | 6bd46fe1d4b6e2fa1cb16e141ef500ec56019789 (patch) | |
tree | c927cb44ed033015bdc854fe4cfa33409fe25774 /net/analyzer/snort | |
parent | 8382597a8646daf71eee287a0744fc3b2ec14d48 (diff) | |
download | slackbuilds-6bd46fe1d4b6e2fa1cb16e141ef500ec56019789.tar.gz slackbuilds-6bd46fe1d4b6e2fa1cb16e141ef500ec56019789.tar.bz2 |
snort: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1095 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/analyzer/snort')
-rwxr-xr-x | net/analyzer/snort/snort.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/analyzer/snort/snort.SlackBuild b/net/analyzer/snort/snort.SlackBuild index ac0f1236..2a7b2588 100755 --- a/net/analyzer/snort/snort.SlackBuild +++ b/net/analyzer/snort/snort.SlackBuild @@ -131,7 +131,7 @@ mkdir -p etc/snort CFG="snort.conf reference.config threshold.conf classification.config gen-msg.map generators sid sid.new sid-msg.map unicode.map" for file in $CFG; do - cp $CWD/etc/$CFG etc/snort/$CFG.new + cp $CWD/etc/$file etc/snort/$file.new done cat << EOF > install/slack-desc |