Re: [389-devel] 389-ds-base: /bin/sh scripts should use . instead of source

2014-01-24 Thread Rich Megginson

On 01/24/2014 04:13 AM, Roberto Polli wrote:

Hi @all,

iirc /bin/sh scripts should use . instead of source (see
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#dot
)

To use source you should change the interpreter to be /bin/bash

lib389@rpolli:~/workspaces/389-ds-base/ds/ldap/admin/src/scripts$ git diff .
diff --git a/ldap/admin/src/scripts/ldif2db.in
b/ldap/admin/src/scripts/ldif2db.in
index ce15349..fb24863 100755
--- a/ldap/admin/src/scripts/ldif2db.in
+++ b/ldap/admin/src/scripts/ldif2db.in
@@ -1,6 +1,6 @@
  #!/bin/sh
  
-source @datadir@/@package_name@/data/DSSharedLib

+. @datadir@/@package_name@/data/DSSharedLib
  
  libpath_add @libdir@/@package_name@/

  libpath_add @nss_libdir@


https://fedorahosted.org/389/ticket/47511
--
389-devel mailing list
389-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

Re: [389-devel] 389-ds-base: /bin/sh scripts should use . instead of source

2014-01-24 Thread Rob Crittenden

Roberto Polli wrote:

On Friday 24 January 2014 07:28:51 Rich Megginson wrote:

https://fedorahosted.org/389/ticket/47511

sorry for the double posting :(  I just cloned the master repository and it's
not fixed.


This is just the tracking ticket for the work. Looks like a candidate 
patch has been attached but they need to prioritize this amongst other 
work, have someone review the patch, do regression testing, etc.


rob

--
389-devel mailing list
389-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

Re: [389-devel] 389-ds-base: /bin/sh scripts should use . instead of source

2014-01-24 Thread Roberto Polli
On Friday 24 January 2014 10:02:02 Rob Crittenden wrote:
 Roberto Polli wrote:
  On Friday 24 January 2014 07:28:51 Rich Megginson wrote:
  https://fedorahosted.org/389/ticket/47511
  
 This is just the tracking ticket for the work.
Ok. Hope won't take too much (for now I'm fine as I've fixed my local 
installation :P)

I will eventually trace the issue in lib389 README.

Thx + Peace,
R.

-- 
Roberto Polli
Community Manager
Babel - a business unit of Par-Tec S.p.A. - http://www.babel.it 
T: +39.06.9826.9651 M: +39.340.652.2736 F: +39.06.9826.9680
P.zza S.Benedetto da Norcia, 33 - 00040 Pomezia (Roma)

CONFIDENZIALE: Questo messaggio ed i suoi allegati sono di carattere 
confidenziale per i destinatari in indirizzo.
E' vietato l'inoltro non autorizzato a destinatari diversi da quelli indicati 
nel messaggio originale.
Se ricevuto per errore, l'uso del contenuto e' proibito; si prega di 
comunicarlo al mittente e cancellarlo immediatamente.
--
389-devel mailing list
389-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

Re: [389-devel] 389-ds-base: /bin/sh scripts should use . instead of source

2014-01-24 Thread Roberto Polli
On Friday 24 January 2014 07:28:51 Rich Megginson wrote:
 https://fedorahosted.org/389/ticket/47511
sorry for the double posting :(  I just cloned the master repository and it's 
not fixed.

Peace,
R.


-- 
Roberto Polli
Community Manager
Babel - a business unit of Par-Tec S.p.A. - http://www.babel.it 
T: +39.06.9826.9651 M: +39.340.652.2736 F: +39.06.9826.9680
P.zza S.Benedetto da Norcia, 33 - 00040 Pomezia (Roma)

CONFIDENZIALE: Questo messaggio ed i suoi allegati sono di carattere 
confidenziale per i destinatari in indirizzo.
E' vietato l'inoltro non autorizzato a destinatari diversi da quelli indicati 
nel messaggio originale.
Se ricevuto per errore, l'uso del contenuto e' proibito; si prega di 
comunicarlo al mittente e cancellarlo immediatamente.
--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel