The path to /etc/rc.d/rc in /usr/bin/init-config (initscripts-0.9-4)
is incorrect -- it is given as ${SYSCONFDIR}/rc (where SYSCONFDIR=/etc).
That path should be ${SYSCONFDIR}/rc.d/rc . This will fix it:
sed -e 's|${SYSCONFDIR}/rc|${SYSCONFDIR}/rc.d/rc|g'
-- Bruce Jerrick
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation: https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

