diff options
Diffstat (limited to 'network/ettercap/doinst.sh')
-rw-r--r-- | network/ettercap/doinst.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/network/ettercap/doinst.sh b/network/ettercap/doinst.sh index 837a7c8f69f54..6c78ed011319d 100644 --- a/network/ettercap/doinst.sh +++ b/network/ettercap/doinst.sh @@ -11,7 +11,10 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/etter.conf.new +config etc/ettercap/etter.conf.new +config etc/ettercap/etter.dns.new +config etc/ettercap/etter.mdns.new +config etc/ettercap/etter.nbns.new if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database -q usr/share/applications |