On 24-ago-09, at 20:11, Oleg Oltar wrote: > I thought, that copying cherokee file from contrib directory to /etc/ > init.d/ will be enough > > As it's described here: > http://www.cherokee-project.com/doc/basics_installation_unix.html > > So I don't understand why the script is not working...
The current version of the init.d script expects the start-stop-daemon utility to be available. In the case of Fedora, it doesn't work because the distribution doesn't ship start-stop-daemon (part of SysV package). So, we could either: - Adapt the init.d script to use 'start-stop-daemon' if available, and the fedora/redhat system otherwise. - Ship a second init.d script for systems without the SysV startup utilities. ... any volunteer for the task? :-) -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
