# $Id: README,v 1.1 2008/08/02 00:17:18 tswan Exp $ # daemonize is an experiment if we want the samplers to detach from the peg process and live on their own we can change the peg daemon to daemonize instead of exec the lines from peg.conf. we could probably use nohup, but we don't want any output. On peg peg is perl script that becomes a deamon launching an xapply to keep all of the sampler plates spinning. This is because the samplers do not become daemons themselves, but rather they run persistently. RPM packaging Will be built with the stanard FXPegMon set as FXPegMon-init and will install the peg launcher with chkconfig options. Additionally, a man page has been created and installs under /usr/local/share/man. Unfortunately, RH7.3 is the only linux to not include /usr/local/share/man in it's manpath. So, the rpm should append it to /etc/man.config to fix this problem. I feel like a plumber at a 100 year old house.