FreeBSD Bugzilla – Attachment 144653 Details for
Bug 191797
mail/dspam-devel: installed binary owned by root regardless of specified DSPAM_OWNER
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
set owner/group/mode
mail__dspam-devel.diff (text/plain), 1.34 KB, created by
Rene Ladan
on 2014-07-14 13:29:41 UTC
(
hide
)
Description:
set owner/group/mode
Filename:
MIME Type:
Creator:
Rene Ladan
Created:
2014-07-14 13:29:41 UTC
Size:
1.34 KB
patch
obsolete
>Index: mail/dspam-devel/Makefile >=================================================================== >--- mail/dspam-devel/Makefile (revision 361738) >+++ mail/dspam-devel/Makefile (working copy) >@@ -7,7 +7,7 @@ > > PORTNAME= dspam > PORTVERSION= ${PORTVER_MAJ}${SNAP_DATE} >-PORTREVISION= 2 >+PORTREVISION= 3 > PORTEPOCH= 1 > CATEGORIES= mail > MASTER_SITES= # set later >Index: mail/dspam-devel/pkg-plist >=================================================================== >--- mail/dspam-devel/pkg-plist (revision 361738) >+++ mail/dspam-devel/pkg-plist (working copy) >@@ -15,9 +15,15 @@ > %%PGSQL%%bin/dspam_pg2int8 > bin/dspam_stats > bin/dspam_train >+@mode 0640 >+@owner %%DSPAM_OWNER%% >+@group %%DSPAM_GROUP%% > @sample etc/dspam.conf.sample > @exec chown %%DSPAM_OWNER%%:%%DSPAM_GROUP%% %D/%F > @exec chmod 0640 %D/%F >+@group wheel >+@owner root >+@mode > include/dspam/buffer.h > include/dspam/config.h > include/dspam/config_shared.h >@@ -228,8 +234,14 @@ > firstspam.txt.sample > quarantinefull.txt.sample > @cwd / >+@owner %%DSPAM_HOME_OWNER%% >+@group %%DSPAM_HOME_GROUP >+@mode %%DSPAM_HOME_MODE%% >+@dirrm %%DSPAM_HOME%% >+@mode > @exec chown %%DSPAM_HOME_OWNER%%:%%DSPAM_HOME_GROUP%% %%DSPAM_HOME%% > @exec chmod %%DSPAM_HOME_MODE%% %%DSPAM_HOME%% >-@dirrm %%DSPAM_HOME%% > @exec chown %%DSPAM_HOME_OWNER%%:%%DSPAM_HOME_GROUP%% %%LOG_DIR%% > @dirrmtry %%LOG_DIR%% >+@group wheel >+@owner root
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 191797
: 144653 |
144673
Working