mybox init.d # /etc/init.d/bnetd start * Starting PvPGN bnetd... start-stop-daemon: stat /usr/games/bin/bnetd: No such file or directory * Failed to start bnetd [ !! ] this is the error message i get when i run the /etc/init.d/bnetd script, so i just edited the script and replaced bin/bnetd with sbin/bnetd, re-run and all is fine. keep up the good work, laurent
Hmm strange as I tested this before it was commited to CVS. Anyway "bnetd" (and all the other sbin daemons) should have been installed in GAMES_BINDIR ie in /usr/games/bin/bnetd. I think the egamesconf call misses a --with-sbindir=${GAMES_BINDIR} parameter ?
should be fixed in pvpgn-1.6.5-r1.ebuild thanks for the bug report.