| #
9cf02c38
|
| 10-Nov-2025 |
Lexi Winter <ivy@FreeBSD.org> |
libpam: Don't put man8 in the dev package
These are user-facing manpages, but were installed in the runtime-dev package since the PAM modules use bsd.lib.mk. Use MANNODEV instead of MAN to put them
libpam: Don't put man8 in the dev package
These are user-facing manpages, but were installed in the runtime-dev package since the PAM modules use bsd.lib.mk. Use MANNODEV instead of MAN to put them in the base runtime package instead.
Fixes: 031e711647c3 ("packages: Install development manpages in the -dev package") MFC after: 3 days Reviewed by: bapt Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53601
show more ...
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
6e69612d
|
| 21-Feb-2024 |
Emmanuel Vadot <manu@FreeBSD.org> |
pam: Add pam_xdg module
This is a module to setup the XDG directories and environment variables. For now the only usage is to have a XDG_RUNTIME_DIR environment setup at user login. All other enviro
pam: Add pam_xdg module
This is a module to setup the XDG directories and environment variables. For now the only usage is to have a XDG_RUNTIME_DIR environment setup at user login. All other environment variable have a default fallback so no need to export them in this module. The directory is created according to the XDG Base directory specification.
The default base directory is /var/run/xdg/<username> but can be configured using the runtime_dir=<dir> module option.
According to the spec the directory *must* not survive a reboot so adding var_run_enable="YES" to rc.conf is highly recommanded.
Reviewed by: des, pauamma (manpages) Differential Revision: https://reviews.freebsd.org/D44011 Sponsored by: Beckhoff Automation GmbH & Co. KG
show more ...
|
| #
9cf02c38
|
| 10-Nov-2025 |
Lexi Winter <ivy@FreeBSD.org> |
libpam: Don't put man8 in the dev package
These are user-facing manpages, but were installed in the runtime-dev package since the PAM modules use bsd.lib.mk. Use MANNODEV instead of MAN to put them
libpam: Don't put man8 in the dev package
These are user-facing manpages, but were installed in the runtime-dev package since the PAM modules use bsd.lib.mk. Use MANNODEV instead of MAN to put them in the base runtime package instead.
Fixes: 031e711647c3 ("packages: Install development manpages in the -dev package") MFC after: 3 days Reviewed by: bapt Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53601
show more ...
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
6e69612d
|
| 21-Feb-2024 |
Emmanuel Vadot <manu@FreeBSD.org> |
pam: Add pam_xdg module
This is a module to setup the XDG directories and environment variables. For now the only usage is to have a XDG_RUNTIME_DIR environment setup at user login. All other enviro
pam: Add pam_xdg module
This is a module to setup the XDG directories and environment variables. For now the only usage is to have a XDG_RUNTIME_DIR environment setup at user login. All other environment variable have a default fallback so no need to export them in this module. The directory is created according to the XDG Base directory specification.
The default base directory is /var/run/xdg/<username> but can be configured using the runtime_dir=<dir> module option.
According to the spec the directory *must* not survive a reboot so adding var_run_enable="YES" to rc.conf is highly recommanded.
Reviewed by: des, pauamma (manpages) Differential Revision: https://reviews.freebsd.org/D44011 Sponsored by: Beckhoff Automation GmbH & Co. KG
show more ...
|
| #
9cf02c38
|
| 10-Nov-2025 |
Lexi Winter <ivy@FreeBSD.org> |
libpam: Don't put man8 in the dev package
These are user-facing manpages, but were installed in the runtime-dev package since the PAM modules use bsd.lib.mk. Use MANNODEV instead of MAN to put them
libpam: Don't put man8 in the dev package
These are user-facing manpages, but were installed in the runtime-dev package since the PAM modules use bsd.lib.mk. Use MANNODEV instead of MAN to put them in the base runtime package instead.
Fixes: 031e711647c3 ("packages: Install development manpages in the -dev package") MFC after: 3 days Reviewed by: bapt Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53601
show more ...
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
6e69612d
|
| 21-Feb-2024 |
Emmanuel Vadot <manu@FreeBSD.org> |
pam: Add pam_xdg module
This is a module to setup the XDG directories and environment variables. For now the only usage is to have a XDG_RUNTIME_DIR environment setup at user login. All other enviro
pam: Add pam_xdg module
This is a module to setup the XDG directories and environment variables. For now the only usage is to have a XDG_RUNTIME_DIR environment setup at user login. All other environment variable have a default fallback so no need to export them in this module. The directory is created according to the XDG Base directory specification.
The default base directory is /var/run/xdg/<username> but can be configured using the runtime_dir=<dir> module option.
According to the spec the directory *must* not survive a reboot so adding var_run_enable="YES" to rc.conf is highly recommanded.
Reviewed by: des, pauamma (manpages) Differential Revision: https://reviews.freebsd.org/D44011 Sponsored by: Beckhoff Automation GmbH & Co. KG
show more ...
|