$this->bbcode_second_pass_quote('ygator', 'T')hey have fixed everything now, though I have not tested from a clean install, but nothing really special to do.
First make sure everything is up to date with
$this->bbcode_second_pass_code('', 'pacman -Syyu')and then you simply do a
$this->bbcode_second_pass_code('', 'pacman -S sabnzbd')To start and stop you do
$this->bbcode_second_pass_code('', '/etc/rc.d/sabnzbd start
/etc/rc.d/sabnzbd stop')You can also add it to the daemon list at the end of /etc/rc.conf to have it auto start at boot.
Once you have setup sabnzbd you will need to edit /etc/conf.d/sabnzbd and set your api key.
You will also want to set the IP up as well. This is used when doing an /etc/rc.d/sabnzbd stop.
When you setup sabnzbd to put the files to your mounted drive instead of the default you want to make sure it is mounted before starting sabnzbd or else it will reset back to defaults. Also sabnzbd defaults and runs under the sabnzbd user. If you keep it this way you will want to mount the drive with sabnzbd as the owner of the drive. If you don't do this then you will need to have it run under root by changing the user in /etc/conf.d/sabnzbd.