source:
server/other/samba/samba-inst.xml@
cc44193
Last change on this file since cc44193 was 3428fc3, checked in by , 19 years ago | |
---|---|
|
|
File size: 934 bytes |
Rev | Line | |
---|---|---|
[a979d278] | 1 | <sect2> |
[40330fcd] | 2 | <title>Installation of <application>Samba</application></title> |
[a979d278] | 3 | |
[40330fcd] | 4 | <para>Install <application>Samba</application> by running the following |
5 | commands:</para> | |
6 | ||
[3428fc3] | 7 | <!-- |
[40330fcd] | 8 | <note><para><application>Samba</application> is installed from the |
9 | <filename class="directory">samba-&samba-version;/source</filename> directory. | |
[a979d278] | 10 | </para></note> |
[3428fc3] | 11 | --> |
[a979d278] | 12 | |
[3428fc3] | 13 | <screen><userinput><command>cd source && |
14 | mkdir -p /etc/samba/private && | |
[b44b8b1] | 15 | mkdir -p /var/cache/samba && |
[a979d278] | 16 | ./configure \ |
17 | --prefix=/usr \ | |
[2bbb5bda] | 18 | --sysconfdir=/etc \ |
19 | --localstatedir=/var \ | |
[35178436] | 20 | --with-piddir=/var/run \ |
[2bbb5bda] | 21 | --with-fhs \ |
22 | --with-smbmount && | |
[a979d278] | 23 | make && |
24 | make install && | |
[9c77e6bf] | 25 | <!-- mv /usr/bin/smbmount /usr/bin/mount.smbfs && --> |
[2bbb5bda] | 26 | rm -rf /usr/private && |
[b44b8b1] | 27 | echo "swat 901/tcp" >> /etc/services && |
28 | echo "swat stream tcp nowait.400 root /usr/sbin/swat swat" >> \ | |
[40330fcd] | 29 | /etc/inetd.conf</command></userinput></screen> |
[a979d278] | 30 | </sect2> |
31 |
Note:
See TracBrowser
for help on using the repository browser.