Skip to content

Commit

Permalink
moved some zlibs into daemons/
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Feb 26, 2015
1 parent ba199ec commit 205abc6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 5 additions & 4 deletions dowse
Expand Up @@ -80,13 +80,14 @@ source $dowse_path/zlibs/messaging.sh
source $dowse_path/zlibs/processes.sh
source $dowse_path/zlibs/iptables.sh
source $dowse_path/zlibs/ebtables.sh
source $dowse_path/zlibs/dnsmasq.sh
source $dowse_path/zlibs/squid3.sh
source $dowse_path/zlibs/privoxy.sh
source $dowse_path/zlibs/polipo.sh
source $dowse_path/zlibs/confstore
source $dowse_path/zlibs/consul

source $dowse_path/daemons/dnsmasq
source $dowse_path/daemons/squid3
source $dowse_path/daemons/privoxy
source $dowse_path/daemons/polipo

# initialize globals only after sourcing
# since zlibs may contain more variable declarations
for v in $vars; do
Expand Down

0 comments on commit 205abc6

Please sign in to comment.