df867d8099
around boo#1228342 and enable build with GCC 14 on 32bit architectures. I plan to not to close the bug and keep an eye on the package and remove the flag when it hopefully becomes unnecessary in the future. If the request is OK, please forward it to Factory too so that we can switch the default compiler. Thanks! OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=478
58 lines
1.8 KiB
Groff
58 lines
1.8 KiB
Groff
'\" -*- coding: UTF-8 -*-
|
|
.\" Copyright (C) 2010,2012 Werner Fink
|
|
.\"
|
|
.\" This program is free software; you can redistribute it and/or modify
|
|
.\" it under the terms of the GNU General Public License as published by
|
|
.\" the Free Software Foundation; either version 2 of the License, or
|
|
.\" (at your option) any later version.
|
|
.\"
|
|
.\" This program is distributed in the hope that it will be useful,
|
|
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
.\" GNU General Public License for more details.
|
|
.\"
|
|
.\" You should have received a copy of the GNU General Public License
|
|
.\" along with this program; if not, write to the Free Software
|
|
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
.\"
|
|
.TH NOBODY 8 "Apr 27, 2012" "" "Linux System Administrator's Manual"
|
|
.SH NAME
|
|
public \- for user root run specific TeX programs as user \fImktex\fP
|
|
.br
|
|
public \- for all users run specific TeX programs as group \fImktex\fP
|
|
.SH SYNOPSIS
|
|
.B public
|
|
.RB \->\ [ texhash | mktexlsr | mktexmf | mktexpk | mktextfm ]
|
|
.SH DESCRIPTION
|
|
.B Public
|
|
drops its privileges if called by the user
|
|
.I root
|
|
by switching over to the user
|
|
.I nobdy
|
|
in a clean environment. For all users the group
|
|
.I mktex
|
|
is used.
|
|
Currently the following programs are supported:
|
|
.IP \fBtexhash\fP
|
|
\- create ls-R databases
|
|
.IP \fBmktexlsr\fP
|
|
\- create ls-R databases
|
|
.IP \fBmktexmf\fP
|
|
\- create a Metafont source file
|
|
.IP \fBmktexpk\fP
|
|
\- create a PK file for a font
|
|
.IP \fBmktextfm\fP
|
|
\- create a TFM file for a font
|
|
.SH NOTES
|
|
The umask changed to allow members of the group
|
|
.I mktex
|
|
to read and write files.
|
|
.SH AUTHOR
|
|
2012 Werner Fink
|
|
.SH "SEE ALSO"
|
|
.BR texhash (1),
|
|
.BR mktexmf (1),
|
|
.BR mktexpk (1),
|
|
.BR mktextfm (1),
|
|
.BR sudo (8).
|