Re: Discussing ideas or wish list

2013-08-10 Thread Darren Pilgrim
On 8/9/2013 9:29 PM, Patrick Dung wrote: Yes, I can install lang/perl5.12. But in that case, I can't install other perl /p5 pre-build packages (which depends on Perl 5.14) provided by FreeBSD, due to dependency problem. Install them from ports and add the external dependencies from packages.

how to make a etc/rc.d start at boot time

2013-08-10 Thread Aryeh Friedman
I am creating a port for something that needs to start a daemon at boot time I have it so I can call onestart on it but XXX_enable=YES in /etc/rc.conf fails to load it i.e. /usr/local/etc/rc.d/XXX onestart -- works XXX_enable=YES -- fails ___

Re: how to make a etc/rc.d start at boot time

2013-08-10 Thread Rui Paulo
On 10 Aug 2013, at 22:31, Aryeh Friedman aryeh.fried...@gmail.com wrote: I am creating a port for something that needs to start a daemon at boot time I have it so I can call onestart on it but XXX_enable=YES in /etc/rc.conf fails to load it i.e. /usr/local/etc/rc.d/XXX onestart --