Author: tchemineau Date: 2010-09-23 16:37:31 +0200 (Thu, 23 Sep 2010) New Revision: 142
Modified: openldap-mmr/trunk/LICENCE openldap-mmr/trunk/functions openldap-mmr/trunk/mmr-addnode openldap-mmr/trunk/mmr-initprov openldap-mmr/trunk/mmr-migrate openldap-mmr/trunk/mmr-passwd Log: fix #284 - replace sh by bash, adjust copyrights Modified: openldap-mmr/trunk/LICENCE =================================================================== --- openldap-mmr/trunk/LICENCE 2010-09-23 14:32:23 UTC (rev 141) +++ openldap-mmr/trunk/LICENCE 2010-09-23 14:37:31 UTC (rev 142) @@ -1,5 +1,5 @@ # -# Copyright (c) 2009, Thomas Chemineau - thomas.chemineau<at>gmail.com +# Copyright (c) 2009-2010, Thomas Chemineau - thomas.chemineau<at>gmail.com # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, Modified: openldap-mmr/trunk/functions =================================================================== --- openldap-mmr/trunk/functions 2010-09-23 14:32:23 UTC (rev 141) +++ openldap-mmr/trunk/functions 2010-09-23 14:37:31 UTC (rev 142) @@ -1,7 +1,7 @@ -#!/bin/sh +#!/bin/bash # -# Copyright (c) 2009, Thomas Chemineau - thomas.chemineau<at>gmail.com +# Copyright (c) 2009-2010, Thomas Chemineau - thomas.chemineau<at>gmail.com # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, Modified: openldap-mmr/trunk/mmr-addnode =================================================================== --- openldap-mmr/trunk/mmr-addnode 2010-09-23 14:32:23 UTC (rev 141) +++ openldap-mmr/trunk/mmr-addnode 2010-09-23 14:37:31 UTC (rev 142) @@ -1,7 +1,7 @@ -#!/bin/sh +#!/bin/bash # -# Copyright (c) 2009, Thomas Chemineau - thomas.chemineau<at>gmail.com +# Copyright (c) 2009-2010, Thomas Chemineau - thomas.chemineau<at>gmail.com # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, Modified: openldap-mmr/trunk/mmr-initprov =================================================================== --- openldap-mmr/trunk/mmr-initprov 2010-09-23 14:32:23 UTC (rev 141) +++ openldap-mmr/trunk/mmr-initprov 2010-09-23 14:37:31 UTC (rev 142) @@ -1,7 +1,7 @@ -#!/bin/sh +#!/bin/bash # -# Copyright (c) 2009, Thomas Chemineau - thomas.chemineau<at>gmail.com +# Copyright (c) 2009-2010, Thomas Chemineau - thomas.chemineau<at>gmail.com # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, Modified: openldap-mmr/trunk/mmr-migrate =================================================================== --- openldap-mmr/trunk/mmr-migrate 2010-09-23 14:32:23 UTC (rev 141) +++ openldap-mmr/trunk/mmr-migrate 2010-09-23 14:37:31 UTC (rev 142) @@ -1,7 +1,7 @@ -#!/bin/sh +#!/bin/bash # -# Copyright (c) 2009, Thomas Chemineau - thomas.chemineau<at>gmail.com +# Copyright (c) 2009-2010, Thomas Chemineau - thomas.chemineau<at>gmail.com # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, Modified: openldap-mmr/trunk/mmr-passwd =================================================================== --- openldap-mmr/trunk/mmr-passwd 2010-09-23 14:32:23 UTC (rev 141) +++ openldap-mmr/trunk/mmr-passwd 2010-09-23 14:37:31 UTC (rev 142) @@ -1,7 +1,7 @@ -#!/bin/sh +#!/bin/bash # -# Copyright (c) 2009, Thomas Chemineau - thomas.chemineau<at>gmail.com +# Copyright (c) 2009-2010, Thomas Chemineau - thomas.chemineau<at>gmail.com # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, _______________________________________________ ltb-changes mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-changes
