FreeBSD Bugzilla – Attachment 91992 Details for
Bug 129544
[patch] www/tomcat6 port Makefile fix for recursive permission correction
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 331 bytes, created by
Martin
on 2008-12-10 11:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Martin
Created:
2008-12-10 11:40:00 UTC
Size:
331 bytes
patch
obsolete
>--- Makefile.bak 2008-12-10 12:28:36.000000000 +0100 >+++ Makefile 2008-12-10 12:30:03.000000000 +0100 >@@ -124,7 +124,7 @@ > @${ECHO_MSG} " [ DONE ]" > > @${ECHO_MSG} -n ">> Fixing permissions..." >- @${CHMOD} 755 `${FIND} ${APP_HOME} -type d` >+ @${FIND} ${APP_HOME} -type d -print0 | xargs -0 ${CHMOD} 755 > @${ECHO_MSG} " [ DONE ]"
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 129544
: 91992