FreeBSD Bugzilla – Attachment 8262 Details for
Bug 17368
Bad error messaging from mountd(8)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 662 bytes, created by
Crist J. Clark
on 2000-03-14 03:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Crist J. Clark
Created:
2000-03-14 03:30:01 UTC
Size:
662 bytes
patch
obsolete
>--- /usr/src/sbin/mountd/mountd.c Fri Nov 26 04:02:08 1999 >+++ mountd.c Mon Mar 13 22:25:38 2000 >@@ -2142,11 +2142,11 @@ > return (1); > } > if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) { >- syslog(LOG_ERR, "-mask requires -net"); >+ syslog(LOG_ERR, "-mask requires -network"); > return (1); > } > if ((opt_flags & (OP_NET | OP_ISO)) == (OP_NET | OP_ISO)) { >- syslog(LOG_ERR, "-net and -iso mutually exclusive"); >+ syslog(LOG_ERR, "-network and -iso mutually exclusive"); > return (1); > } > if ((opt_flags & OP_ALLDIRS) && dp->dp_left) {
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 17368
:
8261
| 8262