aboutsummaryrefslogtreecommitdiff
path: root/net/nfs-kernel-server/patches/110-move-hardcoded-rundir.patch
Commit message (Collapse)AuthorAge
* nfs-kernel-server: move hardcoded /run to /tmp/runDaniel Golle2021-11-13
statd currently fails to start due to missing /run which doesn't exist on OpenWrt. Add a patch moving /run to /tmp/run as the path is hardcoded in several places and cannot be configured neither at buildtime nor at runtime. Signed-off-by: Daniel Golle <daniel@makrotopia.org>