pymacadmin
pymacadmin copied to clipboard
Installing things in crazy places!
What is it doing putting crankd.py in /usr/local/stow/leafnode-1.11.8/sbin/ ?
This is very surprising!
pluto:~/src/pymacadmin dave% sudo ./install-crankd.sh
pluto:~/src/pymacadmin dave% /usr/local/sbin/crankd.py
Module directory /Users/dave/Library/Application Support/crankd does not exist:
Python handlers will need to use absolute pathnames
INFO: /Users/dave/Library/Preferences/com.googlecode.pymacadmin.crankd.plist
does not exist - initializing with an example configuration
Creating /Users/dave/Library/Preferences/com.googlecode.pymacadmin.crankd.plist
with default options for you to customize
/usr/local/stow/leafnode-1.11.8/sbin/crankd.py --list-events will list the
events you can monitor on this system
pluto:~/src/pymacadmin dave% less /usr/local/stow/leafnode-1.11.8/sbin/crankd.py
Original issue reported on code.google.com by [email protected] on 25 Sep 2011 at 4:46
This is not your bug. I am using stow, and it can cause issues like this if
you fail to install with a prefix.
Original comment by [email protected] on 2 Oct 2011 at 8:35