G. Pape
vbox3
raccess4vbox3

vbox3 - Installation


Download vbox3_0.1.9.tar.gz and unpack the archive:
  # tar xfzvp vbox3_0.1.9.tar.gz
  # cd vbox3-0.1.9
run the configure script, I recommend using the following arguments
  # ./configure --prefix=/usr \
     --datadir=\${prefix}/share/isdn \
     --sysconfdir=\${prefix}/../etc/isdn/vbox \
     --mandir=\${prefix}/share/man \
     --infodir=\${prefix}/share/info
run make and make install
  # make
  # make install
if you use daemontools to run vboxgetties, copy the service directories (path may be wrong) and change permissions
  # cp -pr service/vboxgetty-ttyI? /etc/isdn/vbox/
  # chmod +t /etc/isdn/vbox/vboxgetty-ttyI?
to make vboxputty available, You need to create a link vboxputty -> vboxgetty in the directory vboxgetty is installed, e.g.:
  # ( cd /usr/sbin && ln -s vboxgetty vboxputty )
For configuration instructions, refer to the documentation of raccess4vbox3.
Gerrit Pape <pape@smarden.org>
$Id: install.html,v 1.9 2003/10/29 13:18:25 pape Exp $