Re: net/samba, activate utmp patch

2005-08-09 Thread Marc Balmer
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

Re: net/samba, activate utmp patch

2005-08-09 Thread Thorsten Glaser
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.

Re: net/samba, activate utmp patch

2005-08-08 Thread Brad
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

net/samba, activate utmp patch

2005-08-08 Thread marc
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 +++