Thorsten Glaser wrote:
Brad dixit:
-@@ -293,7 +293,7 @@ int smbrunsecret(char *cmd, char *secret
- }
- #endif
-
-- execl("/bin/sh", "sh", "-c", cmd, NULL);
-+ execl("/bin/sh", "sh", "-c", cmd, (void *)NULL);
-
- /* not reached */
- exit(82);
removal of this
Brad dixit:
>> -@@ -293,7 +293,7 @@ int smbrunsecret(char *cmd, char *secret
>> -}
>> - #endif
>> -
>> -- execl("/bin/sh", "sh", "-c", cmd, NULL);
>> -+ execl("/bin/sh", "sh", "-c", cmd, (void *)NULL);
>> -
>> -/* not reached */
>> -exit(82);
>
>removal of this patch is wrong.
On Tue, Aug 09, 2005 at 12:50:53AM +0200, [EMAIL PROTECTED] wrote:
> this diff supersedes my previous posts. it updates the in-tree
> samba port to version 3.0.14a, adds utmp support and actually
> acitvates it.
>
> please discard the previous diffs.
>
>
> diff -urN -x CVS net/samba/Makefile /u
this diff supersedes my previous posts. it updates the in-tree
samba port to version 3.0.14a, adds utmp support and actually
acitvates it.
please discard the previous diffs.
diff -urN -x CVS net/samba/Makefile /usr/myports/net/samba/Makefile
--- net/samba/Makefile Fri Jun 3 19:13:46 2005
+++