From 271edbbcf560e652c415839547a46e94b5b16a7f Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Wed, 16 Feb 2022 17:19:46 +0000 Subject: man.profile: remove read-only tmp to fix mandoc (#4950) Having `read-only /tmp` yields the following: $ man ls [...] man: /usr/share/man/man1/ls.1.gz: SYSERR: mkstemp: /tmp/man.XXXXxxxxxx: Read-only file system [...] It also causes the pager (e.g.: less(1)) to not be called, which means that the entire man page is just printed all at once on the terminal. Environment: mandoc 1.14.6-1 on Artix Linux. Fixes #4927. Reported-by: @hyder365 --- etc/profile-m-z/man.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/profile-m-z/man.profile') diff --git a/etc/profile-m-z/man.profile b/etc/profile-m-z/man.profile index 9c5959091..2e28423f7 100644 --- a/etc/profile-m-z/man.profile +++ b/etc/profile-m-z/man.profile @@ -66,4 +66,4 @@ dbus-system none memory-deny-write-execute read-only ${HOME} -read-only /tmp +#read-only /tmp # breaks mandoc (see #4927) -- cgit v1.2.3-70-g09d2