init-config has incorrect path for /etc/rc.d/rc [FIX]

Bruce Jerrick via Cygwin <[email protected]>
Newsgroups gmane.os.cygwin
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.