FreeBSD Bugzilla – Attachment 16666 Details for
Bug 30471
periodic script output to a file always appends
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 483 bytes, created by
adrian
on 2001-09-09 23:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
adrian
Created:
2001-09-09 23:50:01 UTC
Size:
483 bytes
patch
obsolete
>--- periodic.sh.orig Sat Sep 8 22:09:32 2001 >+++ periodic.sh Sun Sep 9 18:08:42 2001 >@@ -38,7 +38,11 @@ > # Where's our output going ? > eval output=\$${arg##*/}_output > case "$output" in >- /*) pipe="cat >>$output";; >+ /*) >+ case $(eval echo "\$${arg##*/}_output_clobber") in >+ [Yy][Ee][Ss]) pipe="cat > $output";; >+ *) pipe="cat >>$output";; >+ esac;; > "") pipe=cat;; > *) pipe="mail -s '$host ${arg##*/} run output' $output";; > esac
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 30471
:
16665
| 16666