Codebase list debian-goodies / f543e6f
checkrestart: Fix lsof to be called even if not found Closes: #888276 Axel Beckert 5 years ago
2 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
5656 location = os.path.join(d, sd, cmd)
5757 if os.path.exists(location):
5858 return location
59 return 1
59 return False
6060
6161 def checksystemd():
6262 # Check if systemd is installed in the system
66 * Remove trailing blank line from debian/changelog.
77 * Bump debhelper compatibility level to 11.
88 + Update versioned debhelper build-dependency accordingly.
9 * checkrestart: Fix logic error resulting in trying to call lsof even if
10 it wasn't found. (Closes: #888276)
911
1012 [ Paul Wise ]
1113 * find-dbgsym-packages: