FreeBSD Bugzilla – Attachment 5546 Details for
Bug 13184
rc file expects /var/msgs directory to exist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 284 bytes, created by
sjr
on 1999-08-17 03:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
sjr
Created:
1999-08-17 03:20:01 UTC
Size:
284 bytes
patch
obsolete
>--- etc/rc.orig Mon Aug 16 22:04:36 1999 >+++ etc/rc Mon Aug 16 22:06:26 1999 >@@ -383,7 +383,7 @@ > fi > > # make a bounds file for msgs(1) if there isn't one already >-if [ ! -f /var/msgs/bounds ]; then >+if [ -d /var/msgs -a ! -f /var/msgs/bounds ]; then > echo 0 > /var/msgs/bounds > 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 13184
: 5546