On Thu, Oct 4, 2012 at 7:30 AM, Sean Murphy wrote: > > That did it. Placed the executable in /bin, and it ran as expected. >
You should not move /usr/sbin files to /bin. You should use /usr/sbin/BINARY or add /usr/sbin to the PATH variable. You'll get confused when an update seemingly replaces /usr/sbin/BINARY but you're still using /bin/BINARY which is now older than /usr/sbin/BINARY. -- Earnie -- https://sites.google.com/site/earnieboyd -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple