lyknode

Results 10 issues of lyknode

Fix man install path in makefile. It should be `$(PREFIX)/share/man/man1`, not `$(PREFIX)/man/man1`. Funny enough, that's my mistake when reviewing #41, I gave the wrong path in my comment :/

Relates to #38. This PR removes the manpage that is now built from the Makefile. In addition, I've documented the pandoc dependency and added a clean rule that removes the...

Hi @fboender, First and foremost, thank you for mgitstatus. This tool saved me countless times from writing a quick and dirty for loop in bash, while having a nice output...

enhancement

According to LICENSE.md and commits preceding 3601ba0b68138bfb30295ee113b425f810494b14, files are licensed under the GPLv2 or later. This PR fixes license identifier from GPLv2 to GPL-2.0-or-later (using the SPDX standard identifier) as...

This PR installs `chkboot.conf` and `chkboot-bootcheck` to more appropriate path. - `chkboot.conf`: Removed the `.conf` suffix. Files under /etc/default follow the convention `progname`. - `chkboot-bootcheck`: Installed under `/usr/libexec/chkboot/` so that...

Clear modification on /boot make by apt. The process is documented in `apt-hooks/README.md`.

Man pages for binaries accessible to users. Man pages are written in ReStructuredText and converted to man format using `rst2man`. This adds a new build dependency: `python-docutils`. Can be built...

Hi, In [itl/plugins-contrib.d/systemd.conf](https://github.com/Icinga/icinga2/blame/master/itl/plugins-contrib.d/systemd.conf#L4), the command definition for check_systemd plugin looks for `check_systemd.py`. However, in upstream [README.rst](https://github.com/Josef-Friedrich/check_systemd/blob/main/README.rst), upstream [icinga2 command definition](https://github.com/Josef-Friedrich/check_systemd/blob/main/contrib/icinga2/command.conf#L2) and in [Debian](https://packages.debian.org/sid/all/monitoring-plugins-systemd/filelist), the plugin is installed as `check_systemd`. Would...

bug
area/itl

Hi Leo! As per https://github.com/scop/bash-completion/blob/master/README.md, `/etc/bash_completion.d` is deprecated and completions should be installed under the `completionsdir`, which point to `/usr/share/bash-completion/completions`. I've updated setup.py to install the completion in the correct...

Fix two small typo in the man page.