Gateone install

From wikinotes

Linux

aura -A gateone-git

# run gateone once as root to create default config
gateone

FreeBSD

1) Enable service

# /etc/rc.conf

gateone_enable="YES"

2) Gateone is written for linux and expects devfs.
Make sure to enable the pty kernel module.

# /boot/loader.conf

pty_load="YES"
kldload pty

3) Run gateone once as root to create default config

gateone