~ubuntu-branches/ubuntu/trusty/fl-cow/trusty

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Robert Collins
  • Date: 2009-09-20 12:54:14 UTC
  • Revision ID: james.westby@ubuntu.com-20090920125414-q7ak72ke2iyj967b
Tags: 0.6-4
* Fix FTBFS on GNU/KFreeBSD. closes: #545434
* AVR32 FTBFS presumed fixed. closes: #536117
* Documented how to use the cow script in README.Debian. closes: #342532

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
On Debian the correct LD_PRELOAD is /usr/lib/fl-cow/libflcow.so.
 
2
This is set correctly by the supplied 'cow' script which can be used to invoke
 
3
a program with fl-cow.
 
4
 
 
5
For instance, to run a shell with fl-cow enabled:
 
6
$ cow bash
 
7
this will start bash with the appropriate LD_PRELOAD, and any subsequent
 
8
programs will inherit the LD_PRELOAD (unless they sanitise the environment of
 
9
their children).
 
10
 
 
11
-Rob