FreeBSD Bugzilla – Attachment 18438 Details for
Bug 33149
small change in /etc/periodic/*/999.local
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 432 bytes, created by
Jan Srzednicki
on 2001-12-24 14:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jan Srzednicki
Created:
2001-12-24 14:30:01 UTC
Size:
432 bytes
patch
obsolete
>--- 999.local.old Wed Aug 1 22:38:03 2001 >+++ 999.local Mon Dec 24 15:04:59 2001 >@@ -20,8 +20,10 @@ > echo '' > case "$script" in > /*) >- if [ -f "$script" ] >- then >+ if [ -x "$script" ]; then >+ echo "Running $script:" >+ $script || rc=3 >+ elif [ -f "$script" ]; then > echo "Running $script:" > > sh $script || rc=3
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 33149
: 18438