summaryrefslogtreecommitdiff
path: root/net-mgmt/airport/files/airport
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/airport/files/airport')
-rw-r--r--net-mgmt/airport/files/airport26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-mgmt/airport/files/airport b/net-mgmt/airport/files/airport
deleted file mode 100644
index b5cd960bcc44..000000000000
--- a/net-mgmt/airport/files/airport
+++ /dev/null
@@ -1,26 +0,0 @@
-#! /bin/sh
-
-case $0 in
- *airport)
- file=AirportBaseStationConfig
- ;;
- *airport2)
- file=Airport2BaseStationConfig
- ;;
- *hostmon)
- file=HostMonitor
- ;;
- *linkmon)
- file=LinkMonitor
- ;;
- *airmodem)
- file=AirportModemUtility
- ;;
- *)
- echo "Unknown command"
- exit 1
-esac
-
-exec %%PREFIX%%/bin/javavm -jar %%PREFIX%%/share/java/${file}.jar
-
-exit 1