FreeBSD Bugzilla – Attachment 128305 Details for
Bug 172182
security/amavisd-new: amavis-p0fanalyzer doesn't start because of error in startup script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.47 KB, created by
rouslan
on 2012-09-30 17:20:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
rouslan
Created:
2012-09-30 17:20:07 UTC
Size:
1.47 KB
patch
obsolete
>diff -ruN /usr/ports/security/amavisd-new/Makefile /tmp/amavisd-new/Makefile >--- /usr/ports/security/amavisd-new/Makefile 2012-09-30 11:58:20.000000000 +0200 >+++ /tmp/amavisd-new/Makefile 2012-09-30 18:02:52.000000000 +0200 >@@ -8,6 +8,7 @@ > > PORTNAME= amavisd-new > PORTVERSION= 2.8.0 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= security > MASTER_SITES= http://www.ijs.si/software/amavisd/ \ >diff -ruN /usr/ports/security/amavisd-new/files/amavis-p0fanalyzer.in /tmp/amavisd-new/files/amavis-p0fanalyzer.in >--- /usr/ports/security/amavisd-new/files/amavis-p0fanalyzer.in 2012-08-06 01:19:36.000000000 +0200 >+++ /tmp/amavisd-new/files/amavis-p0fanalyzer.in 2012-09-30 17:52:47.000000000 +0200 >@@ -9,7 +9,6 @@ > amavis_p0fanalyzer_p0f_filter="${amavis_p0fanalyzer_p0f_filter-"tcp dst port 25"}" > amavis_p0fanalyzer_pidfile1="${amavis_p0fanalyzer_pidfile1-/var/run/p0fanalyzer1.pid}" > amavis_p0fanalyzer_pidfile2="${amavis_p0fanalyzer_pidfile2-/var/run/p0fanalyzer2.pid}" >-amavis_p0f_daemon_flags="${amavis_p0f_daemon_flags--l}" > amavis_p0fanalyzer_flags="${amavis_p0fanalyzer_flags-2345}" > > . /etc/rc.subr >@@ -23,8 +22,7 @@ > p0fanalyzer_start() { > echo "Starting p0f-analyzer." && \ > %%DAEMON%% ${amavis_p0fanalyzer_pidfile1} \ >- %%PREFIX%%/bin/p0f ${amavis_p0f_daemon_flags} \ >- "${amavis_p0fanalyzer_p0f_filter}" 2>&1 | \ >+ %%PREFIX%%/bin/p0f "${amavis_p0fanalyzer_p0f_filter}" 2>&1 | \ > %%DAEMON%% ${amavis_p0fanalyzer_pidfile2} \ > %%PREFIX%%/sbin/p0f-analyzer.pl ${amavis_p0fanalyzer_flags} > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 172182
: 128305