FreeBSD Bugzilla – Attachment 14131 Details for
Bug 26596
[PATCH] In /etc/rc, in symlinking /dev/log, the -h switch is used in a test
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 719 bytes, created by
mikem
on 2001-04-15 14:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mikem
Created:
2001-04-15 14:40:01 UTC
Size:
719 bytes
patch
obsolete
>*** rc.modified Sun Apr 15 05:52:23 2001 >--- rc Sun Apr 15 05:52:30 2001 >*************** >*** 350,356 **** > [Yy][Ee][Ss]) > # Transitional symlink (for the next couple of years :) until all > # binaries have had a chance to move towards /var/run/log. >! if [ ! -h /dev/log ]; then > # might complain for r/o root f/s > ln -sf /var/run/log /dev/log > fi >--- 350,356 ---- > [Yy][Ee][Ss]) > # Transitional symlink (for the next couple of years :) until all > # binaries have had a chance to move towards /var/run/log. >! if [ ! -L /dev/log ]; then > # might complain for r/o root f/s > ln -sf /var/run/log /dev/log > 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 26596
: 14131