| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | # Makefile for libstatgrab/src/statgrab | |
| 2 | < | # http://www.i-scream.org/ |
| 2 | > | # http://www.i-scream.org/libstatgrab/ |
| 3 | # $Id$ | |
| 4 | ||
| 5 | if STATGRAB | |
| # | Line 24 | Line 24 | if SETGIDBINS | |
| 24 | endif | |
| 25 | if SETUIDBINS | |
| 26 | # Some operating systems need the binary to be setuid root | |
| 27 | + | chown root @bindir@/statgrab |
| 28 | chmod u+s @bindir@/statgrab | |
| 29 | endif | |
| 30 | endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |