| Change runtime directory | |
| rpcbind hardcodes the runtime directory to be /var/run. Change it to just /run. | |
| --- src/rpcbind.c 2016-11-28 12:47:28.000000000 -0800 | |
| +++ src/rpcbind.c.new 2017-11-13 17:23:25.559203609 -0800 | |
| @@ -106,7 +106,7 @@ | |
| /* 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; |