]> git.llucax.com Git - software/pymin.git/commit
Move services outside the "static" pymin modules structure (refs #27).
authorLeandro Lucarella <llucax@gmail.com>
Mon, 16 Jun 2008 19:26:44 +0000 (16:26 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 16 Jun 2008 19:45:00 +0000 (16:45 -0300)
commit12b7d86229346c68e653a51d1e6598a5973901ba
tree29d048b0fbcf264c59d082d3977201009aea6fe3
parentfac20bd5c930ab027e9c097f34bf50714f8a53d5
Move services outside the "static" pymin modules structure (refs #27).
39 files changed:
config.py
pymin/service/__init__.py [moved from pymin/services/__init__.py with 100% similarity]
pymin/service/util.py [moved from pymin/services/util.py with 99% similarity]
pymind
services/dhcp/__init__.py [moved from pymin/services/dhcp/__init__.py with 95% similarity]
services/dhcp/templates/dhcpd.conf [moved from pymin/services/dhcp/templates/dhcpd.conf with 100% similarity]
services/dns/__init__.py [moved from pymin/services/dns/__init__.py with 97% similarity]
services/dns/templates/named.conf [moved from pymin/services/dns/templates/named.conf with 100% similarity]
services/dns/templates/zoneX.zone [moved from pymin/services/dns/templates/zoneX.zone with 100% similarity]
services/firewall/__init__.py [moved from pymin/services/firewall/__init__.py with 97% similarity]
services/firewall/templates/iptables.sh [moved from pymin/services/firewall/templates/iptables.sh with 100% similarity]
services/ip/__init__.py [moved from pymin/services/ip/__init__.py with 97% similarity]
services/ip/templates/device [moved from pymin/services/ip/templates/device with 100% similarity]
services/ip/templates/hop [moved from pymin/services/ip/templates/hop with 100% similarity]
services/ip/templates/ip_add [moved from pymin/services/ip/templates/ip_add with 100% similarity]
services/ip/templates/ip_del [moved from pymin/services/ip/templates/ip_del with 100% similarity]
services/ip/templates/ip_flush [moved from pymin/services/ip/templates/ip_flush with 100% similarity]
services/ip/templates/route_add [moved from pymin/services/ip/templates/route_add with 100% similarity]
services/ip/templates/route_del [moved from pymin/services/ip/templates/route_del with 100% similarity]
services/ip/templates/route_flush [moved from pymin/services/ip/templates/route_flush with 100% similarity]
services/nat/__init__.py [moved from pymin/services/nat/__init__.py with 97% similarity]
services/ppp/__init__.py [moved from pymin/services/ppp/__init__.py with 98% similarity]
services/ppp/templates/chap-secrets [moved from pymin/services/ppp/templates/chap-secrets with 100% similarity]
services/ppp/templates/nameX [moved from pymin/services/ppp/templates/nameX with 100% similarity]
services/ppp/templates/options.X [moved from pymin/services/ppp/templates/options.X with 100% similarity]
services/ppp/templates/pap-secrets [moved from pymin/services/ppp/templates/pap-secrets with 100% similarity]
services/proxy/__init__.py [moved from pymin/services/proxy/__init__.py with 93% similarity]
services/proxy/templates/squid.conf [moved from pymin/services/proxy/templates/squid.conf with 100% similarity]
services/proxy/templates/users.conf [moved from pymin/services/proxy/templates/users.conf with 100% similarity]
services/qos/__init__.py [moved from pymin/services/qos/__init__.py with 96% similarity]
services/qos/templates/class_add [moved from pymin/services/qos/templates/class_add with 100% similarity]
services/qos/templates/class_del [moved from pymin/services/qos/templates/class_del with 100% similarity]
services/qos/templates/device [moved from pymin/services/qos/templates/device with 100% similarity]
services/qos/templates/host_add [moved from pymin/services/qos/templates/host_add with 100% similarity]
services/vpn/__init__.py [moved from pymin/services/vpn/__init__.py with 97% similarity]
services/vpn/templates/host [moved from pymin/services/vpn/templates/host with 100% similarity]
services/vpn/templates/tinc-up [moved from pymin/services/vpn/templates/tinc-up with 100% similarity]
services/vpn/templates/tinc.conf [moved from pymin/services/vpn/templates/tinc.conf with 100% similarity]
services/vrrp/__init__.py [moved from pymin/services/vrrp/__init__.py with 92% similarity]