richard: server/kolabd/kolabd/namespace/libexec deluser.in,1.2,1.3

cvs at kolab.org cvs at kolab.org
Sat Jan 19 21:43:15 CET 2008


Author: richard

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

Modified Files:
	deluser.in 
Log Message:
add missing @ to bindir variable

Index: deluser.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/libexec/deluser.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- deluser.in	13 Dec 2005 21:10:26 -0000	1.2
+++ deluser.in	19 Jan 2008 20:43:12 -0000	1.3
@@ -13,7 +13,7 @@
 ##  You can view the  GNU General Public License, online, at the GNU
 ##  Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
 ##
-PATH=@bindir:$PATH
+PATH=@bindir@:$PATH
 
 if [ ".$1" = ".--help" ]; then
 	echo "Delete a user mailbox"





More information about the commits mailing list