Annotation of embedaddon/istgt/INSTALL, revision 1.1.1.1
1.1 misho 1:
2: 1) run configure script
3:
4: # ./configure
5:
6: 2) build & install binary and sample configuration files
7:
8: # make
9: # make install
10: # make install-doc
11:
12: 3) create your configuration files and edit it
13: for more detail, see /usr/local/share/doc/istgt/QUICKSTART
14:
15: # cd /usr/local/etc/istgt
16: # cp auth.conf.sample auth.conf
17: # cp istgt.conf.sample istgt.conf
18: # cp istgtcontrol.conf.sample istgtcontrol.conf
19: # EDIT files
20:
21: 4) start daemon
22:
23: # /usr/local/etc/rc.d/istgt forcestart
24:
25: 5) edit /etc/rc.conf to run it at startup
26:
27: istgt_enable="YES"
28:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>