Package: needrestart-session / 0.3-6

fix-path.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: fix failure to find processes to restart
Author: Paul Wise <pabs@debian.org>
Bug-Debian: https://bugs.debian.org/787291
Forwarded: no
Last-Update: 2017-03-14
--- a/needrestart-x11
+++ b/needrestart-x11
@@ -132,7 +132,7 @@
 
     # get user processes required to be restarted
     my %fnames;
-    my $fh = nr_fork_pipe(0, qw(needrestart -b));
+    my $fh = nr_fork_pipe(0, qw(/usr/sbin/needrestart -b));
     $frProgress->SetTitle(q(Scanning processes...)) if(defined($frProgress));
     while(<$fh>) {
 	chomp;