View | Details | Raw Unified | Return to bug 42789
Collapse All | Expand All

(-)a/.rpm/sysvinit.spec (-1 / +5 lines)
Lines 145-150 if ! pidof /sbin/.init-working >/dev/null 2>&1; then Link Here
145
	rm -f /sbin/.init-working
145
	rm -f /sbin/.init-working
146
fi
146
fi
147
147
148
# Transition to avoid non-rebootable system after upgrade from 2.88
149
if [ -e /dev/initctl ] && [ -d /run ] && [ ! -e /run/initctl ]; then
150
	ln -srf /dev/initctl /run/initctl
151
fi
152
148
%files
153
%files
149
%attr(700,root,root) /sbin/init
154
%attr(700,root,root) /sbin/init
150
%attr(700,root,root) /sbin/shutdown
155
%attr(700,root,root) /sbin/shutdown
151
- 

Return to bug 42789