You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/checkrestart/files/checkrestart-0.47-list-comp...

12 lines
366 B

--- a/checkrestart
+++ b/checkrestart
@@ -216,7 +216,7 @@
package.initscripts.append(path)
# Remove duplicate inits
- package.initscripts = [ u for u in package.initscripts if u not in locals()['_[1]'] ]
+ package.initscripts = list(set(package.initscripts))
restartable = []
nonrestartable = []