Subject: Developers of Sympa
List archive
- From: Olivier Salaun <address@concealed>
- To: Benoit Marchal <address@concealed>
- Cc: sympa-dev <address@concealed>
- Subject: Re: [sympa-dev] Two little modifications
- Date: Mon, 21 Jan 2002 11:08:30 +0100
Hi,
Benoit Marchal wrote:
> In documentation, at page 52, of sympa 3.3.3, we find a little C
> program to execute suid script. On my Sun with Solaris 2.7, that
> don't execute correctly because the first argument of execve must the
> same that the first value of the table 'argv'. So I propose this
> modification :
> int main(int argn, char **argv, char**envp) {
> + argv[0] = WWSYMPA;
> execve( WWSYMPA, argv, envp);
We've applied your patch, thanks.
> A second modification : the makefile does not create the directory
> ~sympa/spool/msg/bad when I do 'make install'
bad/ is a subdirectory of spool/msg/ directory.
It is created at runtime.
--
Olivier Salaün
Comité Réseau des Universités
-
Two little modifications,
Benoit Marchal, 01/21/2002
-
Re: [sympa-dev] Two little modifications,
Olivier Salaun, 01/21/2002
- Re: [sympa-dev] Two little modifications, Benoit Marchal, 01/21/2002
-
Re: [sympa-dev] Two little modifications,
Olivier Salaun, 01/21/2002
Archive powered by MHonArc 2.6.19+.