Package: nfs-utils / 1:1.3.4-2.1+deb9u1

01-sm-notify-in-sbin.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
--- a/utils/statd/statd.c	2010-02-18 23:35:00.000000000 +1100
+++ b/utils/statd/statd.c	2010-04-06 16:12:51.000000000 +1000
@@ -190,7 +190,7 @@ static void run_sm_notify(int outport)
 	char *av[6];
 	int ac = 0;
 
-	av[ac++] = "/usr/sbin/sm-notify";
+	av[ac++] = "/sbin/sm-notify";
 	if (run_mode & MODE_NODAEMON)
 		av[ac++] = "-d";
 	if (outport) {