Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 352219
Collapse All | Expand All

(-)/usr/sbin/checkrestart (-1 / +1 lines)
Lines 216-222 Link Here
216
                    package.initscripts.append(path)
216
                    package.initscripts.append(path)
217
217
218
            # Remove duplicate inits
218
            # Remove duplicate inits
219
            package.initscripts = [ u for u in package.initscripts if u not in locals()['_[1]'] ]
219
            package.initscripts = list(set(package.initscripts))
220
220
221
    restartable = []
221
    restartable = []
222
    nonrestartable = []
222
    nonrestartable = []

Return to bug 352219