[csw-devel] SF.net SVN: gar:[22003] csw/mgar/pkg/samba/branches/samba4/files/ 0004-solaris-id-is-not-xpg4.patch

lblume at users.sourceforge.net lblume at users.sourceforge.net
Wed Sep 25 12:19:17 CEST 2013


Revision: 22003
          http://gar.svn.sourceforge.net/gar/?rev=22003&view=rev
Author:   lblume
Date:     2013-09-25 10:19:16 +0000 (Wed, 25 Sep 2013)
Log Message:
-----------
samba/branches/samba4: Typo in the patch

Modified Paths:
--------------
    csw/mgar/pkg/samba/branches/samba4/files/0004-solaris-id-is-not-xpg4.patch

Modified: csw/mgar/pkg/samba/branches/samba4/files/0004-solaris-id-is-not-xpg4.patch
===================================================================
--- csw/mgar/pkg/samba/branches/samba4/files/0004-solaris-id-is-not-xpg4.patch	2013-09-25 09:49:15 UTC (rev 22002)
+++ csw/mgar/pkg/samba/branches/samba4/files/0004-solaris-id-is-not-xpg4.patch	2013-09-25 10:19:16 UTC (rev 22003)
@@ -7,7 +7,7 @@
      else
 -	whoami=`whoami || id -un`
 +	# Solaris id does not like -u
-+	whoami 2> /dev/null || id -a 2> /dev/null || /usr/xpg4/bin/id -un
++	whoami 2> /dev/null || id -un 2> /dev/null || /usr/xpg4/bin/id -un
      fi
  fi
  

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list