Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 285243 Details for
Bug 381131
net-fs/nfs-utils - Permit configuration of rpc.pipefs mount point
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
idmapd shoud be started with the new rpc_pipes mount point
rpc.idmapd.initd.pipefs.patch (text/plain), 1.51 KB, created by
lgringo
on 2011-09-01 13:20:08 UTC
(
hide
)
Description:
idmapd shoud be started with the new rpc_pipes mount point
Filename:
MIME Type:
Creator:
lgringo
Created:
2011-09-01 13:20:08 UTC
Size:
1.51 KB
patch
obsolete
>#!/sbin/runscript #!/sbin/runscript ># Copyright 1999-2008 Gentoo Foundation # Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/rpc.idmapd.initd,v 1.8 2009/03/14 18:43:18 vapier Exp $ # $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/rpc.idmapd.initd,v 1.8 2009/03/14 18:43:18 vapier Exp $ > >[ -e /etc/conf.d/nfs ] && . /etc/conf.d/nfs [ -e /etc/conf.d/nfs ] && . /etc/conf.d/nfs > >rpc_bin=/usr/sbin/rpc.idmapd rpc_bin=/usr/sbin/rpc.idmapd > >depend() { depend() { > use ypbind net use ypbind net > need portmap rpc.pipefs need portmap rpc.pipefs > after quota after quota >} } > >start() { start() { > > local mntpoint="${RPC_PIPEFS_MOUNT_POINT:-/var/lib/nfs/rpc_pipefs}" > ebegin "Starting idmapd" ebegin "Starting idmapd" > ${rpc_bin} ${OPTS_RPC_IDMAPD} | ${rpc_bin} ${OPTS_RPC_IDMAPD} -p ${mntpoint} > eend $? "make sure DNOTIFY support is enabled ..." eend $? "make sure DNOTIFY support is enabled ..." >} } > >stop() { stop() { > ebegin "Stopping idmapd" ebegin "Stopping idmapd" > start-stop-daemon --stop --exec ${rpc_bin} start-stop-daemon --stop --exec ${rpc_bin} > eend $? eend $? >} } > >
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 Raw
Actions:
View
Attachments on
bug 381131
:
285057
|
285059
|
285239
|
285241
|
285243