File: INSTALL

package info (click to toggle)
logrotate 3.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,152 kB
  • sloc: sh: 6,666; ansic: 5,245; makefile: 161
file content (23 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
The simplest way to compile this package is:

  1. `cd' to the directory containing the package's source code

  2. Configure logrotate using `./configure'.

  3. Type `make' to compile the package.

  4. Optionally, type `make check' to run any self-tests that come with
     the package.

  5. Type `make install' to install the programs and any data files and
     documentation.

  6. You can remove the program binaries and object files from the
     source code directory by typing `make clean'.


If you want to add the Access Control List (ACL) support to the program
use `./configure --with-acl=yes' at the point 2.

If you want to add the NSA Security-Enhanced Linux (SELinux) support to
the program use `./configure --with-selinux=yes' at the point 2.