~ubuntu-branches/ubuntu/gutsy/lighttpd/gutsy-updates

« back to all changes in this revision

Viewing changes to src/mod_ssi.c

  • Committer: Bazaar Package Importer
  • Author(s): Michele Angrisano
  • Date: 2007-07-28 20:33:22 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070728203322-ut5ym6udh0xjxkma
Tags: 1.4.16-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add fam/gamin stat cache engine support.
  - Replace Depends: on perl with Depends: on libterm-readline-perl-perl.
  - Make sure that upgrades succeed, even if we can't restart lighttpd.
  - Clean environment in init.d script.
  - Update maintainer field in debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
702
702
                        /* close stdin */
703
703
                        close(STDIN_FILENO);
704
704
 
705
 
                        execl("/bin/sh", "sh", "-c", cmd, NULL);
 
705
                        execl("/bin/sh", "sh", "-c", cmd, (char *)NULL);
706
706
 
707
707
                        log_error_write(srv, __FILE__, __LINE__, "sss", "spawing exec failed:", strerror(errno), cmd);
708
708