View | Details | Raw Unified | Return to bug 192646 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	bro
4
PORTNAME=	bro
5
PORTVERSION=	2.3
5
PORTVERSION=	2.3
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	security
7
CATEGORIES=	security
8
MASTER_SITES=	http://www.bro.org/downloads/release/
8
MASTER_SITES=	http://www.bro.org/downloads/release/
9
9
(-)pkg-plist (-4 / +2 lines)
Lines 4-9 Link Here
4
%%BROCTL%%@exec mkdir -p %D/spool/tmp
4
%%BROCTL%%@exec mkdir -p %D/spool/tmp
5
%%BROCTL%%@exec chown %%BROUSER%%:%%BROGROUP%% %D/spool
5
%%BROCTL%%@exec chown %%BROUSER%%:%%BROGROUP%% %D/spool
6
%%BROCTL%%@exec chown %%BROUSER%%:%%BROGROUP%% %D/spool/tmp
6
%%BROCTL%%@exec chown %%BROUSER%%:%%BROGROUP%% %D/spool/tmp
7
%%BROCTL%%@exec chown -R %%BROUSER%%:%%BROGROUP%% %D/spool/installed-scripts-do-not-touch
7
bin/bro
8
bin/bro
8
bin/bro-cut
9
bin/bro-cut
9
%%BROCTL%%bin/broctl
10
%%BROCTL%%bin/broctl
Lines 454-464 Link Here
454
%%BROCTL%%@unexec rm -f %D/spool/installed-scripts-do-not-touch/site/local.bro
455
%%BROCTL%%@unexec rm -f %D/spool/installed-scripts-do-not-touch/site/local.bro
455
%%BROCTL%%@dirrmtry spool/tmp
456
%%BROCTL%%@dirrmtry spool/tmp
456
%%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch/site
457
%%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch/site
457
%%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch/site
458
%%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch/auto
459
%%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch/auto
458
%%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch/auto
460
%%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch
459
%%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch
461
%%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch
462
%%BROCTL%%@dirrmtry spool
460
%%BROCTL%%@dirrmtry spool
463
%%BROCTL%%@dirrm %%DATADIR%%ctl/scripts/postprocessors
461
%%BROCTL%%@dirrm %%DATADIR%%ctl/scripts/postprocessors
464
%%BROCTL%%@dirrm %%DATADIR%%ctl/scripts/helpers
462
%%BROCTL%%@dirrm %%DATADIR%%ctl/scripts/helpers
Lines 560-563 Link Here
560
%%CLEANUP_PREFIX%%@dirrmtry etc
558
%%CLEANUP_PREFIX%%@dirrmtry etc
561
%%CLEANUP_PREFIX%%@dirrmtry bin
559
%%CLEANUP_PREFIX%%@dirrmtry bin
562
%%CLEANUP_PREFIX%%@dirrmtry %D
560
%%CLEANUP_PREFIX%%@dirrmtry %D
563
%%BROCTL%%@exec su %%BROUSER%% -c '%D/bin/broctl install'
561
%%BROCTL%%@exec su -fm %%BROUSER%% -c '%D/bin/broctl install'

Return to bug 192646