Multiple files: Fix 'shared' references
The hier(7) man-page lists /usr/share as the location for architecture-independent files, so fix a few instances where the documentation referes to /usr/shared instead of /usr/share. PR: 253760
This commit is contained in:
parent
04a393d530
commit
a0f7ad455b
19 changed files with 39 additions and 39 deletions
|
|
@ -187,7 +187,7 @@ default:\
|
|||
:welcome=/etc/motd:\
|
||||
:setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\
|
||||
:path=~/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:\
|
||||
:manpath=/usr/shared/man /usr/local/man:\
|
||||
:manpath=/usr/share/man /usr/local/man:\
|
||||
:nologin=/usr/sbin/nologin:\
|
||||
:cputime=1h30m:\
|
||||
:datasize=8M:\
|
||||
|
|
@ -609,7 +609,7 @@ insecure:\
|
|||
:welcome=/etc/motd:\
|
||||
:setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\
|
||||
:path=~/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
|
||||
:manpath=/usr/shared/man /usr/local/man:\
|
||||
:manpath=/usr/share/man /usr/local/man:\
|
||||
:nologin=/usr/sbin/nologin:\
|
||||
:cputime=1h30m:\
|
||||
:datasize=8M:\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue