~ubuntu-branches/ubuntu/hardy/lighttpd/hardy

« back to all changes in this revision

Viewing changes to cygwin/lighttpd.README

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-05-01 13:15:59 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501131559-y8jos9wp79uf3pp4
Tags: 1.4.15-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - Add fam/gamin stat cache engine support
  - Clean environment in init.d script
  - Replace Depends: on perl with Depends: on libterm-readline-perl-perl
  - Make sure that upgrades succeed, even if we can't restart lighttpd
  - DebianMaintainerField update

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
------------------------------------
32
32
 
33
33
Build instructions:
34
 
  unpack lighttpd-1.4.13-<REL>-src.tar.bz2
 
34
  unpack lighttpd-1.4.15-<REL>-src.tar.bz2
35
35
    if you use setup to install this src package, it will be
36
36
         unpacked under /usr/src automatically
37
37
  cd /usr/src
38
 
  ./lighttpd-1.4.13-<REL>.sh all
 
38
  ./lighttpd-1.4.15-<REL>.sh all
39
39
 
40
40
This will create:
41
 
  /usr/src/lighttpd-1.4.13-<REL>.tar.bz2
42
 
  /usr/src/lighttpd-1.4.13-<REL>-src.tar.bz2
 
41
  /usr/src/lighttpd-1.4.15-<REL>.tar.bz2
 
42
  /usr/src/lighttpd-1.4.15-<REL>-src.tar.bz2
43
43
 
44
 
Or use './lighttpd-1.4.13-<REL>.sh prep' to get a patched source directory
 
44
Or use './lighttpd-1.4.15-<REL>.sh prep' to get a patched source directory
45
45
 
46
46
-------------------------------------------
47
47