FreeBSD Bugzilla – Attachment 146611 Details for
Bug 193209
[patch] install @sample files with mode u+w
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] install @sample files with mode u+w
Keywords__sample.diff (text/plain), 943 bytes, created by
Olli Hauer
on 2014-08-31 18:09:14 UTC
(
hide
)
Description:
[patch] install @sample files with mode u+w
Filename:
MIME Type:
Creator:
Olli Hauer
Created:
2014-08-31 18:09:14 UTC
Size:
943 bytes
patch
obsolete
>Index: Keywords/sample.ucl >=================================================================== >--- Keywords/sample.ucl (revision 366803) >+++ Keywords/sample.ucl (working copy) >@@ -19,7 +19,7 @@ > sample_file="%D/%@" > target_file="${sample_file%.sample}" > if ! [ -f "${target_file}" ]; then >- /bin/cp -p "${sample_file}" "${target_file}" >+ /bin/cp -p "${sample_file}" "${target_file}" && /bin/chmod u+w "${target_file}" > fi > EOD > pre-deinstall: <<EOD >Index: Keywords/sample.yaml >=================================================================== >--- Keywords/sample.yaml (revision 366803) >+++ Keywords/sample.yaml (working copy) >@@ -19,7 +19,7 @@ > sample_file="%D/%@" > target_file="${sample_file%.sample}" > if ! [ -f "${target_file}" ]; then >- /bin/cp -p "${sample_file}" "${target_file}" >+ /bin/cp -p "${sample_file}" "${target_file}" && /bin/chmod u+w "${target_file}" > fi > pre-deinstall: | > sample_file="%D/%@"
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 193209
: 146611