]> git.llucax.com Git - software/pymin.git/commit
Create a package named pymin with all the pymin modules.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 4 Oct 2007 16:10:14 +0000 (13:10 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 4 Oct 2007 16:10:14 +0000 (13:10 -0300)
commit296d853cc95fd5bef262248cfe21b507abd26a4f
tree67bb0a25c0f6ecb8d1d30746b220337d5ca68f80
parent29b9cec06cf295e44693db06422ac986c9214ac4
Create a package named pymin with all the pymin modules.
29 files changed:
config.py
pymin/__init__.py [new file with mode: 0644]
pymin/dispatcher.py [moved from dispatcher.py with 100% similarity]
pymin/eventloop.py [moved from eventloop.py with 100% similarity]
pymin/pymindaemon.py [moved from pymindaemon.py with 96% similarity]
pymin/seqtools.py [moved from seqtools.py with 100% similarity]
pymin/serializer.py [moved from serializer.py with 97% similarity]
pymin/services/__init__.py [new file with mode: 0644]
pymin/services/dhcp/__init__.py [moved from services/dhcp/__init__.py with 96% similarity]
pymin/services/dhcp/templates/dhcpd.conf [moved from services/dhcp/templates/dhcpd.conf with 100% similarity]
pymin/services/dns/__init__.py [moved from services/dns/__init__.py with 94% similarity]
pymin/services/dns/templates/named.conf [moved from services/dns/templates/named.conf with 100% similarity]
pymin/services/dns/templates/zoneX.zone [moved from services/dns/templates/zoneX.zone with 100% similarity]
pymin/services/firewall/__init__.py [moved from services/firewall/__init__.py with 97% similarity]
pymin/services/firewall/templates/iptables.sh [moved from services/firewall/templates/iptables.sh with 100% similarity]
pymin/services/ip/__init__.py [moved from services/ip/__init__.py with 95% similarity]
pymin/services/ip/templates/device [moved from services/ip/templates/device with 100% similarity]
pymin/services/ip/templates/ip_add [moved from services/ip/templates/ip_add with 100% similarity]
pymin/services/ip/templates/ip_del [moved from services/ip/templates/ip_del with 100% similarity]
pymin/services/ip/templates/ip_flush [moved from services/ip/templates/ip_flush with 100% similarity]
pymin/services/ip/templates/route_add [moved from services/ip/templates/route_add with 100% similarity]
pymin/services/ip/templates/route_del [moved from services/ip/templates/route_del with 100% similarity]
pymin/services/ip/templates/route_flush [moved from services/ip/templates/route_flush with 100% similarity]
pymin/services/proxy/__init__.py [moved from services/proxy/__init__.py with 77% similarity]
pymin/services/proxy/templates/squid.conf [moved from services/proxy/templates/squid.conf with 100% similarity]
pymin/services/util.py [moved from services/util.py with 99% similarity]
pymin/ucsv.py [moved from ucsv.py with 100% similarity]
pymind
services/__init__.py [deleted file]