Changeset ae7e7e4f3e3672207f051839f33df6649f41dca1
- Timestamp:
- 04/18/09 12:01:22 (3 years ago)
- Author:
- Neutron Soutmun <neo.neutron@…>
- Children:
- ad04bbc3dc5adfe3e75690b34a04448840efeffb
- Parents:
- 8ecd62957f2caca419e633605e4b81d2936660ae
- git-committer:
- Neutron Soutmun <neo.neutron@…> (04/18/09 12:01:22)
- Message:
-
Move neccessary scripts to tools/
2009-04-18 Neutron Soutmun <neo.neutron@…>
- -example/{bandwidth,firewall}.sh.in, +tools/{bandwidth,firewall}.sh.in:
Move now considered neccessary scripts from example/ to tools/.
- configure.ac: Update accordingly.
- data/rahunas.db: Change the primary key from only session_id to
vserver_id,ip and mac which will prevent the same client login twice by
mistake.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r8ecd629
|
rae7e7e4
|
|
| | 1 | 2009-04-18 Neutron Soutmun <neo.neutron@gmail.com> |
| | 2 | |
| | 3 | * -example/{bandwidth,firewall}.sh.in, +tools/{bandwidth,firewall}.sh.in: |
| | 4 | Move now considered neccessary scripts from example/ to tools/. |
| | 5 | * configure.ac: Update accordingly. |
| | 6 | |
| | 7 | * data/rahunas.db: Change the primary key from only session_id to |
| | 8 | vserver_id,ip and mac which will prevent the same client login twice by |
| | 9 | mistake. |
| | 10 | |
| 1 | 11 | 2009-04-06 Neutron Soutmun <neo.neutron@gmail.com> |
| 2 | 12 | |
-
|
rfed57f6
|
rae7e7e4
|
|
| 60 | 60 | data/Makefile |
| 61 | 61 | src/include/linux/netfilter_ipv4/Makefile |
| | 62 | tools/firewall.sh |
| | 63 | tools/bandwidth.sh |
| 62 | 64 | example/rahunas.default |
| 63 | 65 | example/rahunas.init |
| 64 | 66 | example/rahunas.conf |
| 65 | 67 | example/rahunas-vserver.conf |
| 66 | | example/firewall.sh |
| 67 | | example/bandwidth.sh |
| 68 | 68 | ]) |
| 69 | 69 | |