nixpkgs/pkgs/tools/admin/daemontools
Michal Sojka 2507e7c69f daemontools: add manpages from Debian
Using software, whose documentation is only available online is not
always convenient. This package has only online docuemntation and
upstream provides no manpages.

This commit extends the package by manpages prepared by Debian
developers. The manpages are added to a separate output. Listing of
the outputs of this package now looks like this:

    result
    └── bin
        ├── envdir
        ├── envuidgid
        ├── fghack
        ├── multilog
        ├── pgrphack
        ├── readproctitle
        ├── setlock
        ├── setuidgid
        ├── softlimit
        ├── supervise
        ├── svc
        ├── svok
        ├── svscan
        ├── svscanboot
        ├── svstat
        ├── tai64n
        └── tai64nlocal
    result-man
    └── share
        ├── doc
        │   └── daemontools
        │       └── README.man
        └── man
            └── man8
                ├── envdir.8.gz
                ├── envuidgid.8.gz
                ├── fghack.8.gz
                ├── multilog.8.gz
                ├── pgrphack.8.gz
                ├── readproctitle.8.gz
                ├── setlock.8.gz
                ├── setuidgid.8.gz
                ├── softlimit.8.gz
                ├── supervise.8.gz
                ├── svc.8.gz
                ├── svok.8.gz
                ├── svscan.8.gz
                ├── svscanboot.8.gz
                ├── svstat.8.gz
                ├── tai64n.8.gz
                └── tai64nlocal.8.gz
2022-08-21 21:20:33 +02:00
..
default.nix daemontools: add manpages from Debian 2022-08-21 21:20:33 +02:00
fix-nix-usernamespace-build.patch