Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: Guy on October 28, 2010, 08:31:10 PM

Title: Minor modification to iptables.tcz.info
Post by: Guy on October 28, 2010, 08:31:10 PM
iptables.tcz.info includes the line.

sudo /usr/local/sbin/basic-firewall

sudo is not needed. You can just use:

/usr/local/sbin/basic-firewall


I suggest writing:

Quote
To start the basic firewall each time Tiny Core is started, add

/usr/local/sbin/basic-firewall

to /opt/bootlocal.sh.

This makes it easy to understand for new users.
Title: Re: Minor modification to iptables.tcz.info
Post by: curaga on October 29, 2010, 03:05:35 AM
Edited.