gunnar: server/kolabd/kolabd/namespace/libexec generatefb.in, 1.4, 1.5

cvs at kolab.org cvs at kolab.org
Wed Feb 6 18:48:56 CET 2008


Author: gunnar

Update of /kolabrepository/server/kolabd/kolabd/namespace/libexec
In directory doto:/tmp/cvs-serv3118

Modified Files:
	generatefb.in 
Log Message:
Use @PHP@ as richard suggested ;) and correctly export the CLI variables.

Index: generatefb.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/libexec/generatefb.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- generatefb.in	6 Feb 2008 15:21:30 -0000	1.4
+++ generatefb.in	6 Feb 2008 17:48:54 -0000	1.5
@@ -49,10 +49,10 @@
 	    usage
 	    ;;
 	u) # User
-	    export CLI_USER="${OPTARG}"
+	    CLI_USER="${OPTARG}"
 	    ;;
 	p) # Pass
-	    export CLI_PASS="${OPTARG}"
+	    CLI_PASS="${OPTARG}"
 	    ;;
     esac
 done
@@ -62,4 +62,7 @@
     usage
 fi
 
-php -c @phpini_dir@/php.ini @freebusy_confdir@/generatefb.php
+export CLI_USER
+export CLI_PASS
+
+ at PHP@ -c @phpini_dir@/php.ini @freebusy_confdir@/generatefb.php





More information about the commits mailing list