summaryrefslogtreecommitdiffstats
path: root/network/kismet/doinst.sh
diff options
context:
space:
mode:
author dsomero2010-05-21 03:45:29 +0200
committer David Somero2010-05-21 07:43:17 +0200
commitc6706862140806891647e10e82adf7c038c897a3 (patch)
treec892b11428ad7aa4389995eb8ff51987104fe00e /network/kismet/doinst.sh
parentcc799f06f898961079f749077d10b334924485fd (diff)
downloadslackbuilds-c6706862140806891647e10e82adf7c038c897a3.tar.gz
network/kismet: Removed (build failure)
Diffstat (limited to 'network/kismet/doinst.sh')
-rw-r--r--network/kismet/doinst.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/network/kismet/doinst.sh b/network/kismet/doinst.sh
deleted file mode 100644
index 358655b439..0000000000
--- a/network/kismet/doinst.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-config() {
- NEW="$1"
- OLD="$(dirname $NEW)/$(basename $NEW .new)"
- # If there's no config file by that name, mv it over:
- if [ ! -r $OLD ]; then
- mv $NEW $OLD
- elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then # toss the redundant copy
- rm $NEW
- fi
- # Otherwise, we leave the .new copy for the admin to consider...
-}
-
-config etc/kismet/kismet.conf.new
-config etc/kismet/kismet_ui.conf.new
-config etc/kismet/kismet_drone.conf.new
-config etc/kismet/client_manuf.new
-config etc/kismet/ap_manuf.new