Difference between revisions of "FreeBSD Start Guide"
m (Reverted edits by 201.196.142.62 (Talk); changed back to last version by 59.148.252.30) |
m |
||
Line 2: | Line 2: | ||
/usr/ports/print/ghostscript-gnu-nox11 | /usr/ports/print/ghostscript-gnu-nox11 | ||
− | make install | + | make install clean |
/usr/ports/shells/bash ( Hylafx like bash ? ) | /usr/ports/shells/bash ( Hylafx like bash ? ) | ||
− | make install | + | make install clean |
/usr/ports/comms/hylafax | /usr/ports/comms/hylafax | ||
− | make install | + | make install clen |
− | |||
− | |||
+ | ( | ||
In FreeBsd, a easier way is using its package manager like "pkg_add" or "portmaster" | In FreeBsd, a easier way is using its package manager like "pkg_add" or "portmaster" | ||
It will automatically check and install all necessary ports. | It will automatically check and install all necessary ports. | ||
pkg_add -r hylafax | pkg_add -r hylafax | ||
+ | ) | ||
next run hylafax setup: | next run hylafax setup: | ||
Line 28: | Line 28: | ||
Config directory : /var/spool/hylafax/etc | Config directory : /var/spool/hylafax/etc | ||
− | Autostart the hylafax daemon at | + | Autostart the hylafax daemon at Freebsd |
− | + | It is no need to edit /etc/rc.conf, just | |
− | It is no need to edit /etc/rc.conf, just | + | Copy the hylafax.sh.sample to /usr/local/etc/rc.d/hylafax.sh |
− | Copy the hylafax.sh.sample to /usr/local/etc/rc.d/hylafax.sh |
Revision as of 07:36, 17 July 2009
FreeBSD Hylafax quick install
/usr/ports/print/ghostscript-gnu-nox11
make install clean
/usr/ports/shells/bash ( Hylafx like bash ? )
make install clean
/usr/ports/comms/hylafax
make install clen
( In FreeBsd, a easier way is using its package manager like "pkg_add" or "portmaster" It will automatically check and install all necessary ports.
pkg_add -r hylafax
)
next run hylafax setup:
/usr/local/sbin/faxsetup
run modem setup within faxsetup or run
(For serial port modem connection, it should start with cuadx, while "x" is 0 or other numbers.)
/usr/local/sbin/faxaddmodem
You have installed and basic configured hylafax.
Config directory : /var/spool/hylafax/etc
Autostart the hylafax daemon at Freebsd
It is no need to edit /etc/rc.conf, just Copy the hylafax.sh.sample to /usr/local/etc/rc.d/hylafax.sh