]> git.pld-linux.org Git - packages/shadow.git/blame - shadow.spec
update todo
[packages/shadow.git] / shadow.spec
CommitLineData
aeaa741a 1# TODO
aef93488 2# - /etc/login.defs contains options valid only when PAM is disabled:
076f5199
ER
3# gpasswd -M chef_server chef_server
4#configuration error - unknown item 'FAILLOG_ENAB' (notify administrator)
5#configuration error - unknown item 'LASTLOG_ENAB' (notify administrator)
6#configuration error - unknown item 'MAIL_CHECK_ENAB' (notify administrator)
7#configuration error - unknown item 'OBSCURE_CHECKS_ENAB' (notify administrator)
8#configuration error - unknown item 'PORTTIME_CHECKS_ENAB' (notify administrator)
9#configuration error - unknown item 'QUOTAS_ENAB' (notify administrator)
10#configuration error - unknown item 'MOTD_FILE' (notify administrator)
11#configuration error - unknown item 'FTMP_FILE' (notify administrator)
12#configuration error - unknown item 'NOLOGINS_FILE' (notify administrator)
13#configuration error - unknown item 'ENV_HZ' (notify administrator)
14#configuration error - unknown item 'PASS_MIN_LEN' (notify administrator)
15#configuration error - unknown item 'SU_WHEEL_ONLY' (notify administrator)
16#configuration error - unknown item 'CRACKLIB_DICTPATH' (notify administrator)
17#configuration error - unknown item 'PASS_CHANGE_TRIES' (notify administrator)
18#configuration error - unknown item 'PASS_ALWAYS_WARN' (notify administrator)
19#configuration error - unknown item 'CHFN_AUTH' (notify administrator)
20#configuration error - unknown item 'ENVIRON_FILE' (notify administrator)
a28a3b1b 21# - sync pam files from pwdutils
f826ebc5 22# - ensure Conflicts with various packages (util-linux,sysvinit,coreutils) is up to date
aeaa741a 23
4e422374
JR
24# Conditional build:
25%bcond_without selinux # build without SE-Linux support
26%bcond_with shared # build with shared libshadow (linking with selinux is broken)
f826ebc5 27
4e422374
JR
28Summary: Shadow password file utilities for Linux
29Summary(de.UTF-8): Shadow-Paßwortdatei-Dienstprogramme für Linux
30Summary(es.UTF-8): Utilitarios para el archivo de contraseñas Shadow
31Summary(fr.UTF-8): Fichiers utilitaires pour Shadow password pour Linux
32Summary(pl.UTF-8): Narzędzia do obsługi mechanizmu ukrytych haseł
33Summary(pt_BR.UTF-8): Utilitários para o arquivo de senhas Shadow
34Summary(tr.UTF-8): Gölge parola dosyası araçları
35Name: shadow
84769f94 36Version: 4.2.1
afa31858 37#BuildRequires: useradd -g is broken, use pwdutils, or fix it:
4e422374 38# http://zie.pg.gda.pl/mailman/pipermail/shadow/2006-September/000395.html
afa31858 39Release: 0.1
4e422374
JR
40Epoch: 1
41License: BSD
42Group: Applications/System
33c973de 43Source0: http://pkg-shadow.alioth.debian.org/releases/%{name}-%{version}.tar.xz
84769f94 44# Source0-md5: 2bfafe7d4962682d31b5eba65dba4fc8
33c973de 45Source1: http://pkg-shadow.alioth.debian.org/releases/%{name}-%{version}.tar.xz.sig
84769f94 46# Source1-md5: 6752051fb07fc4be58c3d7b929bf2341
7d1fd0e8
JR
47Source2: %{name}-login.defs
48Source3: %{name}.useradd
49Source10: chage.pamd
50Source11: chfn.pamd
51Source12: chgpasswd.pamd
52Source13: chpasswd.pamd
53Source14: chsh.pamd
54Source15: groupadd.pamd
55Source16: groupdel.pamd
56Source17: groupmems.pamd
57Source18: groupmod.pamd
58Source19: newusers.pamd
59Source20: passwd.pamd
60Source21: useradd.pamd
61Source22: userdel.pamd
62Source23: usermod.pamd
4e422374 63Patch0: %{name}-pld.patch
aef93488 64# allow names with upper case letters or containing dot in the middle
9c8a5444 65Patch1: %{name}-goodname.patch
afa31858 66URL: http://pkg-shadow.alioth.debian.org/
7f6dba89
JR
67BuildRequires: acl-devel
68BuildRequires: attr-devel
9c8a5444 69BuildRequires: audit-libs-devel
4e422374
JR
70BuildRequires: autoconf
71BuildRequires: automake >= 1.0
084a62a4 72BuildRequires: gettext-tools >= 0.12.1
4e422374
JR
73%{?with_selinux:BuildRequires: libselinux-devel}
74BuildRequires: libtool
75BuildRequires: pam-devel
33c973de
ER
76BuildRequires: tar >= 1:1.22
77BuildRequires: xz
4e422374 78Requires: pam >= 0.99.7.1
4e422374
JR
79Provides: passwd
80Provides: shadow-utils
81Obsoletes: passwd
33c973de 82Obsoletes: pwdutils
888dd6ed 83Obsoletes: shadow-extras
4e422374 84Obsoletes: shadow-utils
888dd6ed 85Conflicts: util-linux < 2.12-10
4e422374
JR
86BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
87
88%description
89This package includes the programs necessary to convert standard UNIX
90password files to the shadow password format, as well as programs for
91command-line management of the user's accounts.
92- pwconv - converts everything to the shadow password format,
93- pwunconv - unconverts from shadow password, generating a file in the
94 current directory called npasswd that is a standard UNIX password
95 file,
96- pwck - checks the integrity of the password and shadow files,
4e422374
JR
97- useradd, userdel, usermod - for accounts management,
98- groupadd, groupdel, groupmod - for group management.
99
100A number of man pages are also included that relate to these
101utilities, and shadow passwords in general.
102
103%description -l es.UTF-8
104Este paquete incluye los programas necesarios para convertir Archivos
105padrón UNIX de contraseña al formato shadow.
106- pwconv5 - convierte todo al formato de contraseñas del shadow,
107- pwunconv - deshace la conversión de contraseñas shadow, creando un
108 archivo en el directorio corriente llamado npasswd que es el archivo
109 padrón UNIX de contraseña,
110- pwck - chequea la integridad de la contraseña y de los archivos
111 shadow,
b4662085 112
aef93488
JB
113Están también incluidas, en general, varias páginas de manual sobre
114estos utilitarios y contraseñas shadow.
4e422374
JR
115
116%description -l pl.UTF-8
117Pakiet zawiera programy do obsługi mechanizmu ukrytych haseł (shadow
118password). Znajdują się w nim programy do konwersji standardowego
119pliku haseł do wersji shadow password a także programy do zarządzania
120kontami użytkowników w systemie:
121- pwconv - konwertuje do formatu shadow password
122- pwunconv - konwertuje z shadow password do formatu standardowego
123 pliku haseł. W bieżącym katalogu tworzy plik npasswd będący
124 standardowym plikiem z hasłami,
4e422374
JR
125- useradd, userdel, usermod - do zarządzania kontami użytkowników,
126- groupadd, groupdel, groupmod - do zarządzania grupami.
127
128Ostrzeżenie:
129
130Programy znajdujące się w tym pakiecie są niezbędne do prawidłowej
131pracy systemu i podobnie jak pakiet z bibliotekami systemowymi (glibc)
132nigdy nie powinien zostać odinstalowany!
133
134%description -l pt_BR.UTF-8
135Este pacote inclui os programas necessários para converter
136arquivos-padrão UNIX de senha para o formato shadow.
137- pwconv - converte tudo para o formato de senhas do shadow,
138- pwunconv - desconverte senhas shadow, gerando um arquivo no
139 diretório corrente chamado npasswd que é o arquivo-padrão UNIX de
140 senha,
141- pwck - checa a integridade da senha e dos arquivos shadow,
4e422374
JR
142
143Várias páginas de manual estão também incluídas sobre estes
144utilitários e senhas shadow em geral.
145
4e422374
JR
146%prep
147%setup -q
148%patch0 -p1
aef93488 149%patch1 -p1
4e422374
JR
150
151%build
4e422374 152%configure \
fd6ca99a
JR
153 --bindir=/bin \
154 --sbindir=/sbin \
4e422374
JR
155 %{?with_shared:--enable-shared --disable-static} \
156 --without-libcrack \
32157634
JR
157 --without-tcb \
158 --with-sha-crypt \
159 --with-nscd \
160 --with-audit \
161 --with-acl \
162 --with-attr \
4e422374 163 --with-libpam \
32157634
JR
164 --enable-nls \
165 --enable-shadowgrp \
4e422374 166 %{?with_selinux:--with-selinux} \
fde92f53 167 --enable-subordinate-ids \
32157634
JR
168 --with-group-name-max-length=32
169
4e422374
JR
170%{__make}
171
172%install
173rm -rf $RPM_BUILD_ROOT
32157634 174install -d $RPM_BUILD_ROOT{/sbin,%{_sysconfdir}/{default,pam.d,security,skel/tmp}}
4e422374
JR
175
176%{__make} install \
177 DESTDIR=$RPM_BUILD_ROOT
178
33c973de
ER
179cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/login.defs
180cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/default/useradd
181
182cp -p %{SOURCE10} $RPM_BUILD_ROOT/etc/pam.d/chage
183cp -p %{SOURCE11} $RPM_BUILD_ROOT/etc/pam.d/chfn
184cp -p %{SOURCE12} $RPM_BUILD_ROOT/etc/pam.d/chgpasswd
185cp -p %{SOURCE13} $RPM_BUILD_ROOT/etc/pam.d/chpasswd
186cp -p %{SOURCE14} $RPM_BUILD_ROOT/etc/pam.d/chsh
187cp -p %{SOURCE15} $RPM_BUILD_ROOT/etc/pam.d/groupadd
188cp -p %{SOURCE16} $RPM_BUILD_ROOT/etc/pam.d/groupdel
189cp -p %{SOURCE17} $RPM_BUILD_ROOT/etc/pam.d/groupmems
190cp -p %{SOURCE18} $RPM_BUILD_ROOT/etc/pam.d/groupmod
191cp -p %{SOURCE19} $RPM_BUILD_ROOT/etc/pam.d/newusers
192cp -p %{SOURCE20} $RPM_BUILD_ROOT/etc/pam.d/passwd
193cp -p %{SOURCE21} $RPM_BUILD_ROOT/etc/pam.d/useradd
194cp -p %{SOURCE22} $RPM_BUILD_ROOT/etc/pam.d/userdel
195cp -p %{SOURCE23} $RPM_BUILD_ROOT/etc/pam.d/usermod
4e422374
JR
196
197> $RPM_BUILD_ROOT%{_sysconfdir}/shadow
198> $RPM_BUILD_ROOT/etc/security/chfn.allow
199> $RPM_BUILD_ROOT/etc/security/chsh.allow
200
fd6ca99a 201%{__rm} $RPM_BUILD_ROOT/{etc/pam.d,bin}/{login,su}
857a45fe 202%{__rm} $RPM_BUILD_ROOT%{_mandir}/{,*/}man1/{login,su}.1*
888dd6ed 203%{__rm} $RPM_BUILD_ROOT%{_mandir}/{,*/}man3/*.3*
857a45fe 204
b4662085
ER
205# packaged in SysVinit-tools
206%{__rm} $RPM_BUILD_ROOT%{_bindir}/lastlog
207%{__rm} $RPM_BUILD_ROOT%{_mandir}/{,*/}man8/lastlog.8*
208# packaged in coreutils
209%{__rm} $RPM_BUILD_ROOT/bin/groups
210%{__rm} $RPM_BUILD_ROOT%{_mandir}/{,*/}man1/groups.1*
211# packaged in util-linux
212%{__rm} $RPM_BUILD_ROOT/sbin/nologin
213%{__rm} $RPM_BUILD_ROOT%{_mandir}/{,*/}man*/nologin.8*
214
4e422374
JR
215%find_lang %{name}
216
217%clean
218rm -rf $RPM_BUILD_ROOT
219
220%post
221%{?with_shared:/sbin/ldconfig}
222if [ ! -f /etc/shadow ]; then
223 %{_sbindir}/pwconv
224fi
225
226%{?with_shared:%postun -p /sbin/ldconfig}
227
228%files -f %{name}.lang
229%defattr(644,root,root,755)
230%doc ChangeLog NEWS TODO doc/{HOWTO,WISHLIST}
231%attr(750,root,root) %dir %{_sysconfdir}/default
aef93488 232%attr(640,root,root) %config %verify(not md5 mtime size) %{_sysconfdir}/default/useradd
4e422374 233%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/chage
888dd6ed 234%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/chfn
32157634 235%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/chgpasswd
7d1fd0e8 236%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/chpasswd
888dd6ed 237%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/chsh
7d1fd0e8
JR
238%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/groupadd
239%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/groupdel
32157634 240%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/groupmems
7d1fd0e8 241%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/groupmod
32157634 242%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/newusers
4e422374 243%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/passwd
4e422374 244%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/useradd
4e422374 245%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/userdel
888dd6ed 246%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/usermod
32157634 247
888dd6ed
JR
248%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/chfn.allow
249%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/chsh.allow
4e422374
JR
250%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/login.defs
251%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %ghost %{_sysconfdir}/shadow
252%dir /etc/skel
253%dir /etc/skel/tmp
254%{?with_shared:%attr(755,root,root) %{_libdir}/lib*.so.*.*}
888dd6ed
JR
255%attr(4755,root,root) %{_bindir}/chfn
256%attr(4755,root,root) %{_bindir}/chsh
257%attr(4755,root,root) %{_bindir}/expiry
888dd6ed 258%attr(4755,root,root) %{_bindir}/gpasswd
fde92f53
ER
259%attr(4755,root,root) %{_bindir}/passwd
260%attr(755,root,root) %{_bindir}/chage
261%attr(755,root,root) %{_bindir}/faillog
fde92f53 262%attr(755,root,root) %{_bindir}/newgidmap
888dd6ed 263%attr(755,root,root) %{_bindir}/newgrp
fde92f53 264%attr(755,root,root) %{_bindir}/newuidmap
888dd6ed 265%attr(755,root,root) %{_bindir}/sg
32157634 266%attr(755,root,root) %{_sbindir}/chgpasswd
888dd6ed 267%attr(755,root,root) %{_sbindir}/chpasswd
4e422374
JR
268%attr(755,root,root) %{_sbindir}/groupadd
269%attr(755,root,root) %{_sbindir}/groupdel
32157634 270%attr(755,root,root) %{_sbindir}/groupmems
4e422374
JR
271%attr(755,root,root) %{_sbindir}/groupmod
272%attr(755,root,root) %{_sbindir}/grpck
273%attr(755,root,root) %{_sbindir}/grpconv
274%attr(755,root,root) %{_sbindir}/grpunconv
32157634 275%attr(755,root,root) %{_sbindir}/logoutd
888dd6ed 276%attr(755,root,root) %{_sbindir}/newusers
4e422374
JR
277%attr(755,root,root) %{_sbindir}/pwck
278%attr(755,root,root) %{_sbindir}/pwconv
279%attr(755,root,root) %{_sbindir}/pwunconv
280%attr(755,root,root) %{_sbindir}/useradd
281%attr(755,root,root) %{_sbindir}/userdel
282%attr(755,root,root) %{_sbindir}/usermod
283%attr(755,root,root) %{_sbindir}/vigr
284%attr(755,root,root) %{_sbindir}/vipw
888dd6ed
JR
285%{_mandir}/man1/chage.1*
286%{_mandir}/man1/chfn.1*
287%{_mandir}/man1/chsh.1*
288%{_mandir}/man1/expiry.1*
289%{_mandir}/man1/gpasswd.1*
fde92f53 290%{_mandir}/man1/newgidmap.1*
888dd6ed 291%{_mandir}/man1/newgrp.1*
fde92f53 292%{_mandir}/man1/newuidmap.1*
4e422374 293%{_mandir}/man1/passwd.1*
888dd6ed 294%{_mandir}/man1/sg.1*
4e422374 295%{_mandir}/man5/faillog.5*
888dd6ed 296%{_mandir}/man5/gshadow.5*
4e422374
JR
297%{_mandir}/man5/login.defs.5*
298%{_mandir}/man5/passwd.5*
299%{_mandir}/man5/shadow.5*
300%{_mandir}/man5/suauth.5*
fde92f53
ER
301%{_mandir}/man5/subgid.5*
302%{_mandir}/man5/subuid.5*
888dd6ed
JR
303%{_mandir}/man8/chgpasswd.8*
304%{_mandir}/man8/chpasswd.8*
4e422374
JR
305%{_mandir}/man8/faillog.8*
306%{_mandir}/man8/groupadd.8*
307%{_mandir}/man8/groupdel.8*
888dd6ed 308%{_mandir}/man8/groupmems.8*
4e422374
JR
309%{_mandir}/man8/groupmod.8*
310%{_mandir}/man8/grpck.8*
311%{_mandir}/man8/grpconv.8*
312%{_mandir}/man8/grpunconv.8*
888dd6ed
JR
313%{_mandir}/man8/logoutd.8*
314%{_mandir}/man8/newusers.8*
4e422374
JR
315%{_mandir}/man8/pwck.8*
316%{_mandir}/man8/pwconv.8*
317%{_mandir}/man8/pwunconv.8*
318%{_mandir}/man8/useradd.8*
319%{_mandir}/man8/userdel.8*
320%{_mandir}/man8/usermod.8*
321%{_mandir}/man8/vigr.8*
322%{_mandir}/man8/vipw.8*
4e422374 323
888dd6ed
JR
324%lang(cs) %{_mandir}/cs/man1/expiry.1*
325%lang(cs) %{_mandir}/cs/man1/gpasswd.1*
888dd6ed
JR
326%lang(cs) %{_mandir}/cs/man5/faillog.5*
327%lang(cs) %{_mandir}/cs/man5/gshadow.5*
4e422374
JR
328%lang(cs) %{_mandir}/cs/man5/passwd.5*
329%lang(cs) %{_mandir}/cs/man5/shadow.5*
4e422374
JR
330%lang(cs) %{_mandir}/cs/man8/faillog.8*
331%lang(cs) %{_mandir}/cs/man8/groupadd.8*
332%lang(cs) %{_mandir}/cs/man8/groupdel.8*
333%lang(cs) %{_mandir}/cs/man8/groupmod.8*
334%lang(cs) %{_mandir}/cs/man8/grpck.8*
4e422374
JR
335%lang(cs) %{_mandir}/cs/man8/vipw.8*
336
888dd6ed 337%lang(da) %{_mandir}/da/man1/chfn.1*
888dd6ed
JR
338%lang(da) %{_mandir}/da/man1/newgrp.1*
339%lang(da) %{_mandir}/da/man1/sg.1*
340%lang(da) %{_mandir}/da/man5/gshadow.5*
341%lang(da) %{_mandir}/da/man8/groupdel.8*
342%lang(da) %{_mandir}/da/man8/logoutd.8*
888dd6ed
JR
343%lang(da) %{_mandir}/da/man8/vigr.8
344%lang(da) %{_mandir}/da/man8/vipw.8*
345
346%lang(de) %{_mandir}/de/man1/chage.1*
347%lang(de) %{_mandir}/de/man1/chfn.1*
348%lang(de) %{_mandir}/de/man1/chsh.1*
349%lang(de) %{_mandir}/de/man1/expiry.1*
350%lang(de) %{_mandir}/de/man1/gpasswd.1*
888dd6ed 351%lang(de) %{_mandir}/de/man1/newgrp.1*
4e422374 352%lang(de) %{_mandir}/de/man1/passwd.1*
888dd6ed
JR
353%lang(de) %{_mandir}/de/man1/sg.1*
354%lang(de) %{_mandir}/de/man5/faillog.5*
355%lang(de) %{_mandir}/de/man5/gshadow.5*
356%lang(de) %{_mandir}/de/man5/login.defs.5*
357%lang(de) %{_mandir}/de/man5/passwd.5*
358%lang(de) %{_mandir}/de/man5/shadow.5*
359%lang(de) %{_mandir}/de/man5/suauth.5*
360%lang(de) %{_mandir}/de/man8/chgpasswd.8*
361%lang(de) %{_mandir}/de/man8/chpasswd.8*
362%lang(de) %{_mandir}/de/man8/faillog.8*
363%lang(de) %{_mandir}/de/man8/groupadd.8*
364%lang(de) %{_mandir}/de/man8/groupdel.8*
365%lang(de) %{_mandir}/de/man8/groupmems.8*
366%lang(de) %{_mandir}/de/man8/groupmod.8*
367%lang(de) %{_mandir}/de/man8/grpck.8*
368%lang(de) %{_mandir}/de/man8/grpconv.8*
369%lang(de) %{_mandir}/de/man8/grpunconv.8*
888dd6ed
JR
370%lang(de) %{_mandir}/de/man8/logoutd.8*
371%lang(de) %{_mandir}/de/man8/newusers.8*
888dd6ed
JR
372%lang(de) %{_mandir}/de/man8/pwck.8*
373%lang(de) %{_mandir}/de/man8/pwconv.8*
374%lang(de) %{_mandir}/de/man8/pwunconv.8*
375%lang(de) %{_mandir}/de/man8/useradd.8*
376%lang(de) %{_mandir}/de/man8/userdel.8*
377%lang(de) %{_mandir}/de/man8/usermod.8*
4e422374
JR
378%lang(de) %{_mandir}/de/man8/vigr.8*
379%lang(de) %{_mandir}/de/man8/vipw.8*
4e422374 380
888dd6ed
JR
381%lang(fi) %{_mandir}/fi/man1/chfn.1*
382%lang(fi) %{_mandir}/fi/man1/chsh.1*
383
384%lang(fr) %{_mandir}/fr/man1/chage.1*
385%lang(fr) %{_mandir}/fr/man1/chfn.1*
386%lang(fr) %{_mandir}/fr/man1/chsh.1*
387%lang(fr) %{_mandir}/fr/man1/expiry.1*
388%lang(fr) %{_mandir}/fr/man1/gpasswd.1*
fde92f53 389%lang(fr) %{_mandir}/fr/man1/newgidmap.1*
888dd6ed 390%lang(fr) %{_mandir}/fr/man1/newgrp.1*
fde92f53 391%lang(fr) %{_mandir}/fr/man1/newuidmap.1*
4e422374 392%lang(fr) %{_mandir}/fr/man1/passwd.1*
888dd6ed 393%lang(fr) %{_mandir}/fr/man1/sg.1*
4e422374 394%lang(fr) %{_mandir}/fr/man5/faillog.5*
888dd6ed 395%lang(fr) %{_mandir}/fr/man5/gshadow.5*
4e422374
JR
396%lang(fr) %{_mandir}/fr/man5/login.defs.5*
397%lang(fr) %{_mandir}/fr/man5/passwd.5*
398%lang(fr) %{_mandir}/fr/man5/shadow.5*
399%lang(fr) %{_mandir}/fr/man5/suauth.5*
fde92f53
ER
400%lang(fr) %{_mandir}/fr/man5/subgid.5*
401%lang(fr) %{_mandir}/fr/man5/subuid.5*
888dd6ed 402%lang(fr) %{_mandir}/fr/man8/chgpasswd.8*
4e422374
JR
403%lang(fr) %{_mandir}/fr/man8/chpasswd.8*
404%lang(fr) %{_mandir}/fr/man8/faillog.8*
405%lang(fr) %{_mandir}/fr/man8/groupadd.8*
406%lang(fr) %{_mandir}/fr/man8/groupdel.8*
888dd6ed 407%lang(fr) %{_mandir}/fr/man8/groupmems.8*
4e422374
JR
408%lang(fr) %{_mandir}/fr/man8/groupmod.8*
409%lang(fr) %{_mandir}/fr/man8/grpck.8*
410%lang(fr) %{_mandir}/fr/man8/grpconv.8*
411%lang(fr) %{_mandir}/fr/man8/grpunconv.8*
888dd6ed
JR
412%lang(fr) %{_mandir}/fr/man8/logoutd.8*
413%lang(fr) %{_mandir}/fr/man8/newusers.8*
4e422374
JR
414%lang(fr) %{_mandir}/fr/man8/pwck.8*
415%lang(fr) %{_mandir}/fr/man8/pwconv.8*
416%lang(fr) %{_mandir}/fr/man8/pwunconv.8*
417%lang(fr) %{_mandir}/fr/man8/useradd.8*
418%lang(fr) %{_mandir}/fr/man8/userdel.8*
419%lang(fr) %{_mandir}/fr/man8/usermod.8*
420%lang(fr) %{_mandir}/fr/man8/vigr.8*
421%lang(fr) %{_mandir}/fr/man8/vipw.8*
422
423%lang(hu) %{_mandir}/hu/man1/passwd.1*
888dd6ed
JR
424%lang(hu) %{_mandir}/hu/man1/chsh.1*
425%lang(hu) %{_mandir}/hu/man1/gpasswd.1*
426%lang(hu) %{_mandir}/hu/man1/newgrp.1*
427%lang(hu) %{_mandir}/hu/man1/sg.1*
428%lang(hu) %{_mandir}/hu/man5/passwd.5*
4e422374 429
888dd6ed 430%lang(id) %{_mandir}/id/man1/chsh.1*
4e422374
JR
431%lang(id) %{_mandir}/id/man8/useradd.8*
432
888dd6ed
JR
433%lang(it) %{_mandir}/it/man1/chage.1*
434%lang(it) %{_mandir}/it/man1/chfn.1*
435%lang(it) %{_mandir}/it/man1/chsh.1*
436%lang(it) %{_mandir}/it/man1/expiry.1*
437%lang(it) %{_mandir}/it/man1/gpasswd.1*
888dd6ed 438%lang(it) %{_mandir}/it/man1/newgrp.1*
4e422374 439%lang(it) %{_mandir}/it/man1/passwd.1*
888dd6ed
JR
440%lang(it) %{_mandir}/it/man1/sg.1*
441%lang(it) %{_mandir}/it/man5/faillog.5*
442%lang(it) %{_mandir}/it/man5/gshadow.5*
443%lang(it) %{_mandir}/it/man5/login.defs.5*
4e422374
JR
444%lang(it) %{_mandir}/it/man5/passwd.5*
445%lang(it) %{_mandir}/it/man5/shadow.5*
888dd6ed
JR
446%lang(it) %{_mandir}/it/man5/suauth.5*
447%lang(it) %{_mandir}/it/man8/chgpasswd.8*
448%lang(it) %{_mandir}/it/man8/chpasswd.8*
449%lang(it) %{_mandir}/it/man8/faillog.8*
4e422374
JR
450%lang(it) %{_mandir}/it/man8/groupadd.8*
451%lang(it) %{_mandir}/it/man8/groupdel.8*
888dd6ed 452%lang(it) %{_mandir}/it/man8/groupmems.8*
4e422374
JR
453%lang(it) %{_mandir}/it/man8/groupmod.8*
454%lang(it) %{_mandir}/it/man8/grpck.8*
455%lang(it) %{_mandir}/it/man8/grpconv.8*
456%lang(it) %{_mandir}/it/man8/grpunconv.8*
888dd6ed
JR
457%lang(it) %{_mandir}/it/man8/logoutd.8*
458%lang(it) %{_mandir}/it/man8/newusers.8*
888dd6ed 459%lang(it) %{_mandir}/it/man8/pwck.8*
4e422374
JR
460%lang(it) %{_mandir}/it/man8/pwconv.8*
461%lang(it) %{_mandir}/it/man8/pwunconv.8*
462%lang(it) %{_mandir}/it/man8/useradd.8*
463%lang(it) %{_mandir}/it/man8/userdel.8*
464%lang(it) %{_mandir}/it/man8/usermod.8*
465%lang(it) %{_mandir}/it/man8/vigr.8*
466%lang(it) %{_mandir}/it/man8/vipw.8*
467
888dd6ed
JR
468%lang(ja) %{_mandir}/ja/man1/chage.1*
469%lang(ja) %{_mandir}/ja/man1/chfn.1*
470%lang(ja) %{_mandir}/ja/man1/chsh.1*
471%lang(ja) %{_mandir}/ja/man1/expiry.1*
472%lang(ja) %{_mandir}/ja/man1/gpasswd.1*
888dd6ed 473%lang(ja) %{_mandir}/ja/man1/newgrp.1*
4e422374 474%lang(ja) %{_mandir}/ja/man1/passwd.1*
888dd6ed 475%lang(ja) %{_mandir}/ja/man1/sg.1*
4e422374
JR
476%lang(ja) %{_mandir}/ja/man5/faillog.5*
477%lang(ja) %{_mandir}/ja/man5/login.defs.5*
478%lang(ja) %{_mandir}/ja/man5/passwd.5*
479%lang(ja) %{_mandir}/ja/man5/shadow.5*
480%lang(ja) %{_mandir}/ja/man5/suauth.5*
888dd6ed 481%lang(ja) %{_mandir}/ja/man8/chpasswd.8*
4e422374
JR
482%lang(ja) %{_mandir}/ja/man8/faillog.8*
483%lang(ja) %{_mandir}/ja/man8/groupadd.8*
484%lang(ja) %{_mandir}/ja/man8/groupdel.8*
485%lang(ja) %{_mandir}/ja/man8/groupmod.8*
486%lang(ja) %{_mandir}/ja/man8/grpck.8*
487%lang(ja) %{_mandir}/ja/man8/grpconv.8*
488%lang(ja) %{_mandir}/ja/man8/grpunconv.8*
888dd6ed
JR
489%lang(ja) %{_mandir}/ja/man8/logoutd.8*
490%lang(ja) %{_mandir}/ja/man8/newusers.8*
4e422374
JR
491%lang(ja) %{_mandir}/ja/man8/pwck.8*
492%lang(ja) %{_mandir}/ja/man8/pwconv.8*
493%lang(ja) %{_mandir}/ja/man8/pwunconv.8*
494%lang(ja) %{_mandir}/ja/man8/useradd.8*
495%lang(ja) %{_mandir}/ja/man8/userdel.8*
496%lang(ja) %{_mandir}/ja/man8/usermod.8*
497%lang(ja) %{_mandir}/ja/man8/vigr.8*
498%lang(ja) %{_mandir}/ja/man8/vipw.8*
499
888dd6ed
JR
500%lang(ko) %{_mandir}/ko/man1/chfn.1*
501%lang(ko) %{_mandir}/ko/man1/chsh.1*
4e422374
JR
502%lang(ko) %{_mandir}/ko/man5/passwd.5*
503%lang(ko) %{_mandir}/ko/man8/vigr.8*
504%lang(ko) %{_mandir}/ko/man8/vipw.8*
505
888dd6ed
JR
506%lang(pl) %{_mandir}/pl/man1/chage.1*
507%lang(pl) %{_mandir}/pl/man1/chsh.1*
508%lang(pl) %{_mandir}/pl/man1/expiry.1*
888dd6ed
JR
509%lang(pl) %{_mandir}/pl/man1/newgrp.1*
510%lang(pl) %{_mandir}/pl/man1/sg.1*
4e422374 511%lang(pl) %{_mandir}/pl/man5/faillog.5*
4e422374
JR
512%lang(pl) %{_mandir}/pl/man8/faillog.8*
513%lang(pl) %{_mandir}/pl/man8/groupadd.8*
514%lang(pl) %{_mandir}/pl/man8/groupdel.8*
32157634 515%lang(pl) %{_mandir}/pl/man8/groupmems.8*
4e422374
JR
516%lang(pl) %{_mandir}/pl/man8/groupmod.8*
517%lang(pl) %{_mandir}/pl/man8/grpck.8*
32157634 518%lang(pl) %{_mandir}/pl/man8/logoutd.8*
4e422374
JR
519%lang(pl) %{_mandir}/pl/man8/userdel.8*
520%lang(pl) %{_mandir}/pl/man8/usermod.8*
521%lang(pl) %{_mandir}/pl/man8/vigr.8*
522%lang(pl) %{_mandir}/pl/man8/vipw.8*
523
888dd6ed 524%lang(pt_BR) %{_mandir}/pt_BR/man1/gpasswd.1*
4e422374
JR
525%lang(pt_BR) %{_mandir}/pt_BR/man5/passwd.5*
526%lang(pt_BR) %{_mandir}/pt_BR/man5/shadow.5*
527%lang(pt_BR) %{_mandir}/pt_BR/man8/groupadd.8*
528%lang(pt_BR) %{_mandir}/pt_BR/man8/groupdel.8*
529%lang(pt_BR) %{_mandir}/pt_BR/man8/groupmod.8*
530
888dd6ed
JR
531%lang(ru) %{_mandir}/ru/man1/chage.1*
532%lang(ru) %{_mandir}/ru/man1/chfn.1*
533%lang(ru) %{_mandir}/ru/man1/chsh.1*
534%lang(ru) %{_mandir}/ru/man1/expiry.1*
535%lang(ru) %{_mandir}/ru/man1/gpasswd.1*
888dd6ed 536%lang(ru) %{_mandir}/ru/man1/newgrp.1*
4e422374 537%lang(ru) %{_mandir}/ru/man1/passwd.1*
888dd6ed 538%lang(ru) %{_mandir}/ru/man1/sg.1*
4e422374 539%lang(ru) %{_mandir}/ru/man5/faillog.5*
888dd6ed 540%lang(ru) %{_mandir}/ru/man5/gshadow.5*
4e422374
JR
541%lang(ru) %{_mandir}/ru/man5/login.defs.5*
542%lang(ru) %{_mandir}/ru/man5/passwd.5*
543%lang(ru) %{_mandir}/ru/man5/shadow.5*
544%lang(ru) %{_mandir}/ru/man5/suauth.5*
888dd6ed 545%lang(ru) %{_mandir}/ru/man8/chgpasswd.8*
4e422374
JR
546%lang(ru) %{_mandir}/ru/man8/chpasswd.8*
547%lang(ru) %{_mandir}/ru/man8/faillog.8*
548%lang(ru) %{_mandir}/ru/man8/groupadd.8*
549%lang(ru) %{_mandir}/ru/man8/groupdel.8*
550%lang(ru) %{_mandir}/ru/man8/groupmems.8*
551%lang(ru) %{_mandir}/ru/man8/groupmod.8*
552%lang(ru) %{_mandir}/ru/man8/grpck.8*
553%lang(ru) %{_mandir}/ru/man8/grpconv.8*
554%lang(ru) %{_mandir}/ru/man8/grpunconv.8*
888dd6ed
JR
555%lang(ru) %{_mandir}/ru/man8/logoutd.8*
556%lang(ru) %{_mandir}/ru/man8/newusers.8*
4e422374
JR
557%lang(ru) %{_mandir}/ru/man8/pwck.8*
558%lang(ru) %{_mandir}/ru/man8/pwconv.8*
559%lang(ru) %{_mandir}/ru/man8/pwunconv.8*
560%lang(ru) %{_mandir}/ru/man8/useradd.8*
561%lang(ru) %{_mandir}/ru/man8/userdel.8*
562%lang(ru) %{_mandir}/ru/man8/usermod.8*
563%lang(ru) %{_mandir}/ru/man8/vigr.8*
564%lang(ru) %{_mandir}/ru/man8/vipw.8*
565
888dd6ed
JR
566%lang(sv) %{_mandir}/sv/man1/chage.1*
567%lang(sv) %{_mandir}/sv/man1/chsh.1*
568%lang(sv) %{_mandir}/sv/man1/expiry.1*
888dd6ed
JR
569%lang(sv) %{_mandir}/sv/man1/newgrp.1*
570%lang(sv) %{_mandir}/sv/man1/passwd.1*
571%lang(sv) %{_mandir}/sv/man1/sg.1*
572%lang(sv) %{_mandir}/sv/man5/faillog.5*
573%lang(sv) %{_mandir}/sv/man5/gshadow.5*
574%lang(sv) %{_mandir}/sv/man5/passwd.5*
575%lang(sv) %{_mandir}/sv/man5/suauth.5*
576%lang(sv) %{_mandir}/sv/man8/faillog.8*
577%lang(sv) %{_mandir}/sv/man8/groupadd.8*
578%lang(sv) %{_mandir}/sv/man8/groupdel.8*
579%lang(sv) %{_mandir}/sv/man8/groupmems.8*
580%lang(sv) %{_mandir}/sv/man8/groupmod.8*
581%lang(sv) %{_mandir}/sv/man8/grpck.8*
888dd6ed 582%lang(sv) %{_mandir}/sv/man8/logoutd.8*
888dd6ed
JR
583%lang(sv) %{_mandir}/sv/man8/pwck.8*
584%lang(sv) %{_mandir}/sv/man8/userdel.8*
585%lang(sv) %{_mandir}/sv/man8/vigr.8*
586%lang(sv) %{_mandir}/sv/man8/vipw.8*
587
588%lang(tr) %{_mandir}/tr/man1/chage.1*
589%lang(tr) %{_mandir}/tr/man1/chfn.1*
4e422374
JR
590%lang(tr) %{_mandir}/tr/man1/passwd.1*
591%lang(tr) %{_mandir}/tr/man5/passwd.5*
592%lang(tr) %{_mandir}/tr/man5/shadow.5*
593%lang(tr) %{_mandir}/tr/man8/groupadd.8*
594%lang(tr) %{_mandir}/tr/man8/groupdel.8*
595%lang(tr) %{_mandir}/tr/man8/groupmod.8*
596%lang(tr) %{_mandir}/tr/man8/useradd.8*
597%lang(tr) %{_mandir}/tr/man8/userdel.8*
598%lang(tr) %{_mandir}/tr/man8/usermod.8*
599
888dd6ed
JR
600%lang(zh_CN) %{_mandir}/zh_CN/man1/chage.1*
601%lang(zh_CN) %{_mandir}/zh_CN/man1/chfn.1*
602%lang(zh_CN) %{_mandir}/zh_CN/man1/chsh.1*
603%lang(zh_CN) %{_mandir}/zh_CN/man1/expiry.1*
604%lang(zh_CN) %{_mandir}/zh_CN/man1/gpasswd.1*
888dd6ed
JR
605%lang(zh_CN) %{_mandir}/zh_CN/man1/newgrp.1*
606%lang(zh_CN) %{_mandir}/zh_CN/man1/passwd.1*
607%lang(zh_CN) %{_mandir}/zh_CN/man1/sg.1*
608%lang(zh_CN) %{_mandir}/zh_CN/man5/faillog.5*
609%lang(zh_CN) %{_mandir}/zh_CN/man5/gshadow.5*
610%lang(zh_CN) %{_mandir}/zh_CN/man5/login.defs.5*
611%lang(zh_CN) %{_mandir}/zh_CN/man5/passwd.5*
612%lang(zh_CN) %{_mandir}/zh_CN/man5/shadow.5*
613%lang(zh_CN) %{_mandir}/zh_CN/man5/suauth.5*
614%lang(zh_CN) %{_mandir}/zh_CN/man8/chgpasswd.8*
4e422374 615%lang(zh_CN) %{_mandir}/zh_CN/man8/chpasswd.8*
888dd6ed 616%lang(zh_CN) %{_mandir}/zh_CN/man8/faillog.8*
4e422374
JR
617%lang(zh_CN) %{_mandir}/zh_CN/man8/groupadd.8*
618%lang(zh_CN) %{_mandir}/zh_CN/man8/groupdel.8*
888dd6ed 619%lang(zh_CN) %{_mandir}/zh_CN/man8/groupmems.8*
4e422374 620%lang(zh_CN) %{_mandir}/zh_CN/man8/groupmod.8*
888dd6ed
JR
621%lang(zh_CN) %{_mandir}/zh_CN/man8/grpck.8*
622%lang(zh_CN) %{_mandir}/zh_CN/man8/grpconv.8*
623%lang(zh_CN) %{_mandir}/zh_CN/man8/grpunconv.8*
888dd6ed
JR
624%lang(zh_CN) %{_mandir}/zh_CN/man8/logoutd.8*
625%lang(zh_CN) %{_mandir}/zh_CN/man8/newusers.8*
888dd6ed
JR
626%lang(zh_CN) %{_mandir}/zh_CN/man8/pwck.8*
627%lang(zh_CN) %{_mandir}/zh_CN/man8/pwconv.8*
628%lang(zh_CN) %{_mandir}/zh_CN/man8/pwunconv.8*
4e422374
JR
629%lang(zh_CN) %{_mandir}/zh_CN/man8/useradd.8*
630%lang(zh_CN) %{_mandir}/zh_CN/man8/userdel.8*
631%lang(zh_CN) %{_mandir}/zh_CN/man8/usermod.8*
888dd6ed
JR
632%lang(zh_CN) %{_mandir}/zh_CN/man8/vigr.8*
633%lang(zh_CN) %{_mandir}/zh_CN/man8/vipw.8*
4e422374 634
888dd6ed
JR
635%lang(zh_TW) %{_mandir}/zh_TW/man1/chfn.1*
636%lang(zh_TW) %{_mandir}/zh_TW/man1/chsh.1*
637%lang(zh_TW) %{_mandir}/zh_TW/man1/newgrp.1*
638%lang(zh_TW) %{_mandir}/zh_TW/man5/passwd.5*
639%lang(zh_TW) %{_mandir}/zh_TW/man8/chpasswd.8*
4e422374
JR
640%lang(zh_TW) %{_mandir}/zh_TW/man8/groupadd.8*
641%lang(zh_TW) %{_mandir}/zh_TW/man8/groupdel.8*
642%lang(zh_TW) %{_mandir}/zh_TW/man8/groupmod.8*
643%lang(zh_TW) %{_mandir}/zh_TW/man8/useradd.8*
644%lang(zh_TW) %{_mandir}/zh_TW/man8/userdel.8*
645%lang(zh_TW) %{_mandir}/zh_TW/man8/usermod.8*
This page took 0.180822 seconds and 4 git commands to generate.