From 6de9b40e8a3f7ee4e2571272ec6f174cd693bdb2 Mon Sep 17 00:00:00 2001 From: fbrehm Date: Mon, 20 Feb 2012 07:48:55 +0100 Subject: [PATCH] committing changes in /etc after emerge run Package changes: +net-fs/nfs-utils-1.2.3-r1 --- .etckeeper | 9 +++ conf.d/nfs | 38 +++++++++++ exports | 1 + init.d/nfs | 165 +++++++++++++++++++++++++++++++++++++++++++++ init.d/nfsmount | 48 +++++++++++++ init.d/rpc.gssd | 24 +++++++ init.d/rpc.idmapd | 26 +++++++ init.d/rpc.pipefs | 25 +++++++ init.d/rpc.statd | 33 +++++++++ init.d/rpc.svcgssd | 24 +++++++ 10 files changed, 393 insertions(+) create mode 100644 conf.d/nfs create mode 100644 exports create mode 100755 init.d/nfs create mode 100755 init.d/nfsmount create mode 100755 init.d/rpc.gssd create mode 100755 init.d/rpc.idmapd create mode 100755 init.d/rpc.pipefs create mode 100755 init.d/rpc.statd create mode 100755 init.d/rpc.svcgssd diff --git a/.etckeeper b/.etckeeper index 88fe583..4501a8b 100755 --- a/.etckeeper +++ b/.etckeeper @@ -211,6 +211,7 @@ maybe chmod 0644 './conf.d/mysql' maybe chmod 0644 './conf.d/nas' maybe chmod 0644 './conf.d/net' maybe chmod 0644 './conf.d/network' +maybe chmod 0644 './conf.d/nfs' maybe chmod 0644 './conf.d/ntp-client' maybe chmod 0644 './conf.d/ntpd' maybe chmod 0644 './conf.d/openvpn' @@ -506,6 +507,7 @@ maybe chmod 0755 './etckeeper/update-ignore.d/01update-ignore' maybe chmod 0644 './etckeeper/update-ignore.d/README' maybe chmod 0755 './etckeeper/vcs.d' maybe chmod 0755 './etckeeper/vcs.d/50vcs-cmd' +maybe chmod 0644 './exports' maybe chmod 0644 './filesystems' maybe chmod 0755 './fonts' maybe chmod 0755 './fonts/conf.avail' @@ -821,6 +823,8 @@ maybe chmod 0755 './init.d/nas' maybe chmod 0755 './init.d/net.lo' maybe chmod 0755 './init.d/netmount' maybe chmod 0755 './init.d/network' +maybe chmod 0755 './init.d/nfs' +maybe chmod 0755 './init.d/nfsmount' maybe chmod 0755 './init.d/nscd' maybe chmod 0755 './init.d/ntp-client' maybe chmod 0755 './init.d/ntpd' @@ -835,6 +839,11 @@ maybe chmod 0755 './init.d/pydoc-3.1' maybe chmod 0755 './init.d/reboot.sh' maybe chmod 0755 './init.d/rfcomm' maybe chmod 0755 './init.d/root' +maybe chmod 0755 './init.d/rpc.gssd' +maybe chmod 0755 './init.d/rpc.idmapd' +maybe chmod 0755 './init.d/rpc.pipefs' +maybe chmod 0755 './init.d/rpc.statd' +maybe chmod 0755 './init.d/rpc.svcgssd' maybe chmod 0755 './init.d/rpcbind' maybe chmod 0755 './init.d/rsyncd' maybe chmod 0755 './init.d/saslauthd' diff --git a/conf.d/nfs b/conf.d/nfs new file mode 100644 index 0000000..60ed5d8 --- /dev/null +++ b/conf.d/nfs @@ -0,0 +1,38 @@ +# /etc/conf.d/nfs + +# If you wish to set the port numbers for lockd, +# please see /etc/sysctl.conf + +# Optional services to include in default `/etc/init.d/nfs start` +# For NFSv4 users, you'll want to add "rpc.idmapd" here. +NFS_NEEDED_SERVICES="rpc.idmapd" + +# Number of servers to be started up by default +OPTS_RPC_NFSD="8" + +# Options to pass to rpc.mountd +# ex. OPTS_RPC_MOUNTD="-p 32767" +OPTS_RPC_MOUNTD="" + +# Options to pass to rpc.statd +# ex. OPTS_RPC_STATD="-p 32765 -o 32766" +OPTS_RPC_STATD="" + +# Options to pass to rpc.idmapd +OPTS_RPC_IDMAPD="" + +# Options to pass to rpc.gssd +OPTS_RPC_GSSD="" + +# Options to pass to rpc.svcgssd +OPTS_RPC_SVCGSSD="" + +# Options to pass to rpc.rquotad (requires sys-fs/quota) +OPTS_RPC_RQUOTAD="" + +# Timeout (in seconds) for exportfs +EXPORTFS_TIMEOUT=30 + +# Options to set in the nfsd filesystem (/proc/fs/nfsd/). +# Format is