[csw-maintainers] [csw-devel] SF.net SVN: gar:[6691] csw/mgar/pkg/git/trunk
Trygve Laugstøl
trygvis at opencsw.org
Sun Oct 4 11:13:27 CEST 2009
bdwalton at users.sourceforge.net wrote:
> Revision: 6691
> http://gar.svn.sourceforge.net/gar/?rev=6691&view=rev
> Author: bdwalton
> Date: 2009-10-03 18:55:23 +0000 (Sat, 03 Oct 2009)
>
> Log Message:
> -----------
> correct git registration in /etc/services postinstall
>
> Modified Paths:
> --------------
> csw/mgar/pkg/git/trunk/checksums
> csw/mgar/pkg/git/trunk/files/CSWgit.postinstall
>
> Modified: csw/mgar/pkg/git/trunk/checksums
> ===================================================================
> --- csw/mgar/pkg/git/trunk/checksums 2009-10-03 17:17:41 UTC (rev 6690)
> +++ csw/mgar/pkg/git/trunk/checksums 2009-10-03 18:55:23 UTC (rev 6691)
> @@ -1 +1 @@
> -6c2d8cf8dcdfc844ea32bc381f6a3bfd download/CSWgit.postinstall
> +b2f8cba4fea2abc0cab666bb8a523a1a download/CSWgit.postinstall
>
> Modified: csw/mgar/pkg/git/trunk/files/CSWgit.postinstall
> ===================================================================
> --- csw/mgar/pkg/git/trunk/files/CSWgit.postinstall 2009-10-03 17:17:41 UTC (rev 6690)
> +++ csw/mgar/pkg/git/trunk/files/CSWgit.postinstall 2009-10-03 18:55:23 UTC (rev 6691)
> @@ -9,9 +9,9 @@
> cp -p "$GC_OLD" "$GC_NEW"
> fi
>
> -/usr/xpg4/bin/grep -q CSWgit /etc/services
> +/usr/xpg4/bin/grep -q CSWgit /etc/inet/services
I think you should grep the output of "getent services git" here as
people that does mass-hosting might include services in LDAP (or NIS?).
--
Trygve
More information about the maintainers
mailing list