diff options
author | Sebastien Estienne <sebastien.estienne@gmail.com> | 2005-10-04 16:14:23 +0000 |
---|---|---|
committer | Sebastien Estienne <sebastien.estienne@gmail.com> | 2005-10-04 16:14:23 +0000 |
commit | b43e6b19808b4fb0ea7fc7ecf7670888c094cf15 (patch) | |
tree | 14d2434c0b655e8deb8d2ea237690ac74556ee24 /scripts/_https._tcp.sh | |
parent | 1180ca5544328d79ae4032a1855d2ec788ecda4d (diff) |
* remove old sh scripts system
* support avahi 0.4 by skipping exceptions on IsLocal
git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@34 3be567f1-68ff-0310-b24a-ad7cc433fd2f
Diffstat (limited to 'scripts/_https._tcp.sh')
-rwxr-xr-x | scripts/_https._tcp.sh | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/scripts/_https._tcp.sh b/scripts/_https._tcp.sh deleted file mode 100755 index d196ea6..0000000 --- a/scripts/_https._tcp.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -TYPE=`basename $0` -NAME=$1 -HOSTNAME=$2 -ADDRESS=$3 -PORT=$4 -TXTS=$5 - -for TXT in $TXTS -do - eval TXT_$TXT -done - -HANDLER=`echo $TYPE | cut -f 1 -d "." | cut -f 2 -d "_"` - -if [ ! -z "$TXT_path" ] -then - path=`echo $TXT_path | sed -e 's/^\///g'` -fi - -gnome-open "$HANDLER://$ADDRESS:$PORT/$path" |