aboutsummaryrefslogtreecommitdiff
path: root/net/misc/monkeysphere/monkeysphere-0.28.diff
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2010-02-18 16:06:11 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2010-02-18 16:06:11 +0000
commit06c3396bce4418c7aab513fc9c0f44ebd30b1912 (patch)
tree3ec7fa98710dd5e6f6188cdea75ab733b1b16dac /net/misc/monkeysphere/monkeysphere-0.28.diff
parentba01db3d659aabbb44d94084f15a2d4627db591c (diff)
downloadslackbuilds-06c3396bce4418c7aab513fc9c0f44ebd30b1912.tar.gz
slackbuilds-06c3396bce4418c7aab513fc9c0f44ebd30b1912.tar.bz2
monkeysphere: adding patch for 0.28
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2272 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/misc/monkeysphere/monkeysphere-0.28.diff')
-rw-r--r--net/misc/monkeysphere/monkeysphere-0.28.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/misc/monkeysphere/monkeysphere-0.28.diff b/net/misc/monkeysphere/monkeysphere-0.28.diff
new file mode 100644
index 00000000..0a26a2f9
--- /dev/null
+++ b/net/misc/monkeysphere/monkeysphere-0.28.diff
@@ -0,0 +1,12 @@
+diff -Naur monkeysphere-0.28.orig/src/share/common monkeysphere-0.28/src/share/common
+--- monkeysphere-0.28.orig/src/share/common 2010-01-19 06:02:02.000000000 -0200
++++ monkeysphere-0.28/src/share/common 2010-02-18 14:02:55.000000000 -0200
+@@ -444,7 +444,7 @@
+ # return 1 if there was an error in the search somehow
+ get_port_for_service() {
+
+- [[ "$1" =~ ^[a-z0-9]([a-z0-9-]*[a-z0-9])?$ ]] || \
++ [[ "$1" =~ "^[a-z0-9]([a-z0-9-]*[a-z0-9])?$" ]] || \
+ failure $(printf "This is not a valid service name: '%s'" "$1")
+ if type getent &>/dev/null ; then
+ # for linux and FreeBSD systems (getent returns 2 if not found, 0 on success, 1 or 3 on various failures)