Marcus Meissner
1b644fb852
- Move rpcbind.sock and rpcbind.lock to /run to not interfere with systemd. OBS-URL: https://build.opensuse.org/request/show/143416 OBS-URL: https://build.opensuse.org/package/show/network/rpcbind?expand=0&rev=21
14 lines
460 B
Diff
14 lines
460 B
Diff
Index: rpcbind-0.2.0_git201103171419/src/rpcbind.c
|
|
===================================================================
|
|
--- rpcbind-0.2.0_git201103171419.orig/src/rpcbind.c
|
|
+++ rpcbind-0.2.0_git201103171419/src/rpcbind.c
|
|
@@ -93,7 +93,7 @@ char *rpcbinduser = NULL;
|
|
/* who to suid to if -s is given */
|
|
#define RUN_AS "daemon"
|
|
|
|
-#define RPCBINDDLOCK "/var/run/rpcbind.lock"
|
|
+#define RPCBINDDLOCK "/run/rpcbind.lock"
|
|
|
|
int runasdaemon = 0;
|
|
int insecure = 0;
|