pkgsrc/databases/geneweb/patches/patch-ac
2006-10-22 07:01:38 +00:00

22 lines
706 B
Text

$NetBSD: patch-ac,v 1.1 2006/10/22 07:01:38 rillig Exp $
--- contrib/misc/birthdays.orig 2001-12-03 13:32:04.000000000 +0100
+++ contrib/misc/birthdays 2006-10-22 08:53:37.000000000 +0200
@@ -8,7 +8,7 @@
# Quick hack for GeneWeb linux users
# by Falko Trojahn
#
-# Needed programs: bash lynx grep
+# Needed programs: lynx grep
#
#
# Arguments: without args, give us the birthdays from the localhost
@@ -45,7 +45,7 @@ GWBASE=familie
if [ -z $1 ] ; then
genewebhost="localhost:2317/$GWBASE"
selection=""
- elif [ $1 == month ] ; then
+ elif [ $1 = month ] ; then
genewebhost="localhost:2317/$GWBASE"
selection=";v=`date +\%m`"
elif [ -z $2 ] ; then