richard: server/kolabd/kolabd/namespace/libexec adduser.in, 1.3, 1.4 deluser.in, 1.3, 1.4 listusers.in, 1.2, 1.3 newconfig.in, 1.2, 1.3 services.in, 1.2, 1.3 showlog.in, 1.6, 1.7 showuser.in, 1.4, 1.5 start.in, 1.3, 1.4 stop.in, 1.3, 1.4

cvs@kolab.org cvs at kolab.org
Sun Nov 2 21:49:48 CET 2008


Author: richard

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

Modified Files:
	adduser.in deluser.in listusers.in newconfig.in services.in 
	showlog.in showuser.in start.in stop.in 
Log Message:
add specific reference to the shell to be used (#!@BASH@") to prevent
build warnings



Index: adduser.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/libexec/adduser.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- adduser.in	23 May 2006 20:11:47 -0000	1.3
+++ adduser.in	2 Nov 2008 20:49:46 -0000	1.4
@@ -1,3 +1,4 @@
+#!@BASH@
 ##  Copyright (c) 2004  Code Fusion cc
 ##
 ##  This  program is free  software; you can redistribute  it and/or

Index: deluser.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/libexec/deluser.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- deluser.in	19 Jan 2008 20:43:12 -0000	1.3
+++ deluser.in	2 Nov 2008 20:49:46 -0000	1.4
@@ -1,3 +1,4 @@
+#!@BASH@
 ##  Copyright (c) 2004  Code Fusion cc
 ##
 ##  This  program is free  software; you can redistribute  it and/or

Index: listusers.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/libexec/listusers.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- listusers.in	13 Dec 2005 21:10:26 -0000	1.2
+++ listusers.in	2 Nov 2008 20:49:46 -0000	1.3
@@ -1,3 +1,4 @@
+#!@BASH@
 ##  Copyright (c) 2004  Code Fusion cc
 ##
 ##  This  program is free  software; you can redistribute  it and/or

Index: newconfig.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/libexec/newconfig.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- newconfig.in	13 Dec 2005 21:10:26 -0000	1.2
+++ newconfig.in	2 Nov 2008 20:49:46 -0000	1.3
@@ -1,3 +1,4 @@
+#!@BASH@
 ##  Copyright (c) 2004  Code Fusion cc
 ##
 ##  This  program is free  software; you can redistribute  it and/or

Index: services.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/libexec/services.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- services.in	13 Dec 2005 21:10:26 -0000	1.2
+++ services.in	2 Nov 2008 20:49:46 -0000	1.3
@@ -1,3 +1,4 @@
+#!@BASH@
 ##  Copyright (c) 2004  Code Fusion cc
 ##
 ##  This  program is free  software; you can redistribute  it and/or

Index: showlog.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/libexec/showlog.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- showlog.in	28 Jan 2008 22:18:17 -0000	1.6
+++ showlog.in	2 Nov 2008 20:49:46 -0000	1.7
@@ -1,3 +1,4 @@
+#!@BASH@
 ##  Copyright (c) 2004  Code Fusion cc
 ##
 ##  This  program is free  software; you can redistribute  it and/or

Index: showuser.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/libexec/showuser.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- showuser.in	13 Dec 2005 21:10:26 -0000	1.4
+++ showuser.in	2 Nov 2008 20:49:46 -0000	1.5
@@ -1,3 +1,4 @@
+#!@BASH@
 ##  Copyright (c) 2004  Code Fusion cc
 ##
 ##  This  program is free  software; you can redistribute  it and/or

Index: start.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/libexec/start.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- start.in	13 Dec 2005 21:10:26 -0000	1.3
+++ start.in	2 Nov 2008 20:49:46 -0000	1.4
@@ -1,3 +1,4 @@
+#!@BASH@
 ##  Copyright (c) 2004  Code Fusion cc
 ##
 ##  This  program is free  software; you can redistribute  it and/or

Index: stop.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/libexec/stop.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- stop.in	13 Dec 2005 21:10:26 -0000	1.3
+++ stop.in	2 Nov 2008 20:49:46 -0000	1.4
@@ -1,3 +1,4 @@
+#!@BASH@
 ##  Copyright (c) 2004  Code Fusion cc
 ##
 ##  This  program is free  software; you can redistribute  it and/or




More information about the Kolab-commits mailing list