Skip to content

Commit

Permalink
.torrc -> .conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Feb 5, 2018
1 parent a2c7a05 commit b47d13b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion debian/qubes-whonix.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ case "${1}" in
/etc/resolv.conf.anondist | \
/etc/rinetd.conf.anondist | \
/etc/tor/torrc | \
/usr/local/etc/torrc.d/50_user.torrc | \
/usr/local/etc/torrc.d/50_user.conf | \
/usr/share/anon-gw-anonymizer-config/torrc.examples | \
/home/user/.torchat/torchat.ini | \
/home/user/.xchat2/xchat.conf | \
Expand Down
2 changes: 1 addition & 1 deletion debian/qubes-whonix.triggers
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interest-noawait /usr/share/whonix-gw-network-conf/network_internal_ip.txt
interest-noawait /etc/resolv.conf.anondist
interest-noawait /etc/rinetd.conf.anondist
interest-noawait /etc/tor/torrc
interest-noawait /usr/local/etc/torrc.d/50_user.torrc
interest-noawait /usr/local/etc/torrc.d/50_user.conf
interest-noawait /usr/share/anon-gw-anonymizer-config/torrc.examples
interest-noawait /home/user/.torchat/torchat.ini
interest-noawait /home/user/.xchat2/xchat.conf
Expand Down
4 changes: 2 additions & 2 deletions usr/lib/qubes-whonix/init/qubes-whonix-postinit
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ fi

if [ -e /usr/share/anon-gw-base-files/gateway ]; then

tor_disable_file=/usr/local/etc/torrc.d/51_tor_disable.torrc
tor_enable_file=/usr/local/etc/torrc.d/49_tor_enable.torrc
tor_disable_file=/usr/local/etc/torrc.d/51_tor_disable.conf
tor_enable_file=/usr/local/etc/torrc.d/49_tor_enable.conf

# Enable/Disable Tor if qubes-service is enabled
if [ -e /var/run/qubes-service/whonix-tor-enable ]; then
Expand Down
2 changes: 1 addition & 1 deletion usr/lib/qubes-whonix/replace-ips
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ FILES=[
'/etc/resolv.conf.anondist',
'/etc/rinetd.conf.anondist',
'/etc/tor/torrc',
'/usr/local/etc/torrc.d/50_user.torrc',
'/usr/local/etc/torrc.d/50_user.conf',
'/usr/share/anon-gw-anonymizer-config/torrc.examples',
'/home/user/.torchat/torchat.ini',
'/home/user/.xchat2/xchat.conf',
Expand Down

0 comments on commit b47d13b

Please sign in to comment.