thomas: server/kolabd/kolabd/dist_conf kolabsrv.in,1.14,1.15

cvs at kolab.org cvs at kolab.org
Tue Feb 24 15:57:43 CET 2009


Author: thomas

Update of /kolabrepository/server/kolabd/kolabd/dist_conf
In directory doto:/tmp/cvs-serv22467

Modified Files:
	kolabsrv.in 
Log Message:
cut's default delimiter already is TAB


Index: kolabsrv.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/kolabsrv.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- kolabsrv.in	21 Feb 2009 21:53:51 -0000	1.14
+++ kolabsrv.in	24 Feb 2009 14:57:41 -0000	1.15
@@ -33,8 +33,7 @@
 function getServiceName() {
 	sname=$1
 	# Perhaps better use:
-	# lsb_release -i | cut -d"	" -f2
-	# (be aware of the tab....)
+	# lsb_release -i | cut -f2
 	if [ -e /etc/SuSE-release ]; then
 		case $sname in
 			openldap) SERVICE="@LDAPD@" ;;





More information about the commits mailing list