Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP1:Update
nfs-utils.19572
nfs-utils-1.0.7-bind-syntax.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nfs-utils-1.0.7-bind-syntax.patch of Package nfs-utils.19572
support/export/export.c | 2 support/include/misc.h | 3 support/include/nfslib.h | 1 ================================================================================ --- support/nfs/exports.c | 2 ++ 1 file changed, 2 insertions(+) --- nfs-utils-1.3.1.orig/support/nfs/exports.c +++ nfs-utils-1.3.1/support/nfs/exports.c @@ -649,6 +649,8 @@ bad_option: } else if (strncmp(opt, "replicas=", 9) == 0) { ep->e_fslocmethod = FSLOC_REPLICA; ep->e_fslocdata = strdup(opt+9); + } else if (strncmp(opt, "bind=/", 6) == 0) { + /* ignore this for now */ } else if (strncmp(opt, "sec=", 4) == 0) { active = parse_flavors(opt+4, ep); if (!active)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor