Accepting request 442463 from home:kukuk:branches:Base:System

- Remove 0314-run-rpcbind.patch again, was solved by another
  change in rpcbind

OBS-URL: https://build.opensuse.org/request/show/442463
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=276
This commit is contained in:
Dirk Mueller 2016-11-29 08:25:36 +00:00 committed by Git OBS Bridge
parent 1ff8013913
commit 94b4a102fa
3 changed files with 6 additions and 25 deletions

View File

@ -1,23 +0,0 @@
--- modules.d/95nfs/module-setup.sh
+++ modules.d/95nfs/module-setup.sh 2016/11/13 20:56:50
@@ -70,7 +70,7 @@
local _i
local _nsslibs
inst_multiple -o portmap rpcbind rpc.statd mount.nfs \
- mount.nfs4 umount rpc.idmapd sed /etc/netconfig
+ mount.nfs4 umount rpc.idmapd sed chown /etc/netconfig
inst_multiple /etc/services /etc/nsswitch.conf /etc/rpc /etc/protocols /etc/idmapd.conf
if [[ $hostonly_cmdline == "yes" ]]; then
--- modules.d/95nfs/nfs-start-rpc.sh
+++ modules.d/95nfs/nfs-start-rpc.sh 2016/11/13 20:57:31
@@ -6,6 +6,9 @@
[ ! -d /var/lib/nfs/rpc_pipefs/nfs ] && \
mount -t rpc_pipefs rpc_pipefs /var/lib/nfs/rpc_pipefs
+ mkdir -p -m 0755 /run/rpcbind
+ /bin/chown rpc /run/rpcbind
+
# Start rpcbind or rpcbind
# FIXME occasionally saw 'rpcbind: fork failed: No such device' -- why?
command -v portmap >/dev/null && [ -z "$(pidof portmap)" ] && portmap

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 28 19:16:52 CET 2016 - kukuk@suse.de
- Remove 0314-run-rpcbind.patch again, was solved by another
change in rpcbind
-------------------------------------------------------------------
Tue Nov 15 11:13:39 UTC 2016 - dmolkentin@suse.com

View File

@ -163,7 +163,6 @@ Patch310: 0310-95resume-Do-not-resume-on-iSCSI.patch
Patch311: 0311-95iscsi-ip-ibft-is-deprecated.patch
Patch312: 0312-40network-Do-not-print-message-about-tmp-net.ibft0.c.patch
Patch313: 0313-90mdraid-Use-stock-MD-rules-to-assemble-RAID-arrays.patch
Patch314: 0314-run-rpcbind.patch
# New features/improvements
Patch402: 0402-driver-fail-summary.patch
@ -370,7 +369,6 @@ chmod a+x modules.d/91zipl/install_zipl_cmdline.sh
%patch311 -p1
%patch312 -p1
%patch313 -p1
%patch314 -p0
%patch402 -p1
%patch403 -p1