FreeBSD Bugzilla – Attachment 8392 Details for
Bug 17595
Preventing cp /etc/defaults/rc.conf /etc/rc.conf from looping
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 372 bytes, created by
adrian
on 2000-03-25 10:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
adrian
Created:
2000-03-25 10:40:02 UTC
Size:
372 bytes
patch
obsolete
>--- /usr/src/etc/defaults/rc.conf Thu Mar 16 10:15:20 2000 >+++ rc.conf Sat Mar 25 10:33:06 2000 >@@ -291,9 +291,13 @@ > # > # > >-for i in ${rc_conf_files}; do >- if [ -f $i ]; then >- . $i >- fi >-done >+# Anti-loop detection >+if [ "x$self_rcconf" != "xyes" ]; then >+ self_rcconf="yes" >+ for i in ${rc_conf_files}; do >+ if [ -f $i ]; then >+ . $i >+ fi >+ done >+fi
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 17595
: 8392