martin: server/kolabd/kolabd/namespace kolab.in,1.1,1.2

cvs at intevation.de cvs at intevation.de
Mon Nov 28 00:57:04 CET 2005


Author: martin

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

Modified Files:
	kolab.in 
Log Message:
Martin Konold: Plain and simple renaming patch from Richard (see issue 1009)


Index: kolab.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/kolab.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kolab.in	13 Sep 2005 14:38:22 -0000	1.1
+++ kolab.in	27 Nov 2005 23:57:02 -0000	1.2
@@ -1,4 +1,4 @@
-#!@bash_exec@
+#!@BASH@
 ##
 ##  Kolab Namespace tool 
 ##  Derived with acknowledgement from: openpkg -- OpenPKG Tool Chain
@@ -231,12 +231,12 @@
     elif [ -f ${dir}/${cmd}.sh ]; then
         #   found non-executable Bourne-Shell script
         cmd_path="${dir}/${cmd}.sh"
-        cmd_shell="@bash_exec@"
+        cmd_shell="@BASH@"
     elif [ -f ${dir}/${cmd}.pl ]; then
         #   found non-executable Perl script
         cmd_path="${dir}/${cmd}.pl"
-        if [ -x @perl_exec@ ]; then
-            cmd_shell="@perl_exec@"
+        if [ -x @PERL@ ]; then
+            cmd_shell="@PERL@"
         else
             cmd_shell=`@libdir@/openpkg/shtool path -m perl 2>&1`
             if [ ".${cmd_shell}" = . ]; then





More information about the commits mailing list