https://github.com/root-project/root
Raw File
Tip revision: 6c2b4edfd257374bcbbf52091ad368fecafb36e8 authored by Unknown Author on 31 October 2005, 15:56:32 UTC
This commit was manufactured by cvs2svn to create tag 'v5-06-00'.
Tip revision: 6c2b4ed
README
The rootd and proofd startup scripts:

rootd         - rootd startup file for RedHat based systems (/etc/rc.d/init.d)
rootd.xinetd  - rootd startup file for xinetd (/etc/xinetd.d)
proofd        - proofd startup file for RedHat based systems (/etc/rc.d/init.d)
proofd.xinetd - proofd startup file for xinetd (/etc/xinetd.d)

ch.cern.rootd.plist  - rootd MacOS X 10.4 launchd script
ch.cern.proofd.plist - proofd MacOS X 10.4 launchd script

Modify the path in the above two scripts as needed and copy both files to
/Library/LaunchDaemons/ and do:

launchctl load /Library/LaunchDaemons/ch.cern.proofd.plist
launchctl load /Library/LaunchDaemons/ch.cern.rootd.plist

at reboot the rootd and proofd will be executed again.
back to top