freebsd-ports/net/ris/files/pkg-message.in
Rong-En Fan b62a9b419b - Use %%DATADIR%% instead of %%PREFIX%%/net/ris
Noticed by:	sat
Approved by:	maintainer via mail
2007-08-25 13:11:18 +00:00

15 lines
571 B
Text

You can use the following parameters on /etc/rc.conf:
binlsrv_enable (bool): Set to "NO" by default.
Set it to "YES" to enable binlsrv.
binlsrv_infdir (path): Set to "%%DATADIR%%/inf" by default.
Set it to your directory with inf files.
Put all *.inf files into ${binlsrv_infdir} and start binlsrv.
You can use the following parameters on /etc/inetd.conf:
tftp dgram udp wait root %%PREFIX%%/libexec/in.tftpd in.tftpd -v -m %%DATADIR%%/tftp.map -s /tftpboot
See http://oss.netfarm.it/guides/ for more details.