inetd
- Execute: ipkg install -d root netkit-base
This will exit with an error. It's OK.
- Execute: cp /mnt/cf/misc/netkit-base.postinst /usr/lib/ipkg/info/
- Execute: update-rc.d -s inetd start 20 2 3 4 5 . stop 20 0 1 6 .
tcpd
- If you haven't already done so, execute: ipkg install -d root /mnt/cf/pkgs/nfs/libwrap0_7.6-4_arm.ipk
(Ignore the warning)
- Execute: ipkg install -d root /mnt/cf/pkgs/tcpd_7.6-4_arm.ipk
- Execute: cp /mnt/cf/pkgs/tcpd/hosts.allow /etc
- Execute: cp /mnt/cf/pkgs/tcpd/hosts.deny /etc
cron
THIS DOES NOT CURRENTLY WORK.
- Execute: ipkg install -d root cron
- Execute: cp /mnt/cf/init.d/cron /etc/init.d/cron
- Execute: update-rc.d -s cron start 10 2 3 4 5 . stop 20 0 1 6 .
- Execute: ln -s /bin/vi /usr/bin/vi
|
Sections:
- Introduction
- Installing OpenZaurus
- Basic Configuration
- PDA Configuration
- Internet Clients
- Daemons
- Internet Servers
- Infrared Subsystem
- 802.11 Subsystem
- Bluetooth Subsystem
- Other Networking
- Other Software
- Multimedia Cards
- Application Cards
See Also:
inetd manpage
tcpd manpage
cron manpage
|