Differences
This shows you the differences between the selected revision and the current version of the page.
| howto:appletalk 2009/12/06 16:43 | howto:appletalk 2017/12/04 19:33 current | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| Thus, if all you need is AFP and you are running Mac OS X clients, you do //not// need to configure or worry about atalkd at all! | Thus, if all you need is AFP and you are running Mac OS X clients, you do //not// need to configure or worry about atalkd at all! | ||
| + | |||
| ===== Step-By-Step Instruction (ffp 0.5/optware method)===== | ===== Step-By-Step Instruction (ffp 0.5/optware method)===== | ||
| + | |||
| ==== Step 1 - Preparation ==== | ==== Step 1 - Preparation ==== | ||
| Set up [[telnet]] access, and either follow the [[ffp]] 0.5 or the [[optware]] guides to set up those package systems. | Set up [[telnet]] access, and either follow the [[ffp]] 0.5 or the [[optware]] guides to set up those package systems. | ||
| Line 78: | Line 80: | ||
| run_rc_command "$1"</code> | run_rc_command "$1"</code> | ||
| + | |||
| + | In order to ensure fun_plug will detect this script and start-up the afpd automatically at startup, be sure to modify the permissions to ensure afpd.sh is executable. The command is: | ||
| + | |||
| + | <code>chmod +x /ffp/start/afpd.sh</code> | ||
| ===== Step-By-Step Instruction (chroot debian method)===== | ===== Step-By-Step Instruction (chroot debian method)===== | ||