Commit eaa4ff8
4
plików
+1029
dodanych
-3
usuniętych
@@ -24,8 +24,7 @@ footprint_libaio_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/r
24
24
-rw-r--r--\troot/root\tusr/share/man/man3/io_queue_run.3.gz\n-rw-r--r--\troot/root\tusr/share/man/man3/io_queue_wait.3.gz\n\
25
25
-rw-r--r--\troot/root\tusr/share/man/man3/io_set_callback.3.gz\n-rw-r--r--\troot/root\tusr/share/man/man3/io_submit.3.gz\n"
26
26
build: |
27
- cd ${pkgname}-${pkgname}-${pkgver}
28
- CFLAGS="-march=${PKGMK_ARCH/_/-} -mtune=generic -O2 -pipe"
27
+ cd ${pkgname}-${pkgver}
29
28
30
29
make
31
30
make prefix=${PKGDIR}/usr install
@@ -310,7 +310,7 @@ footprint_texinfo_man: "drwxr-xr-x\troot/root\tusr/share/info/\n-rw-r--r--\troot
310
310
root/root\tusr/share/man/man1/texi2pdf.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/texindex.1.gz\ndrwxr-xr-x\troot/root\t\
311
311
usr/share/man/man5/\n-rw-r--r--\troot/root\tusr/share/man/man5/info.5.gz\n-rw-r--r--\troot/root\tusr/share/man/man5/texinfo.5.gz\n"
312
312
build: |
313
- cd texinfo-*
313
+ cd ${pkgname}-${pkgver}
314
314
./configure --prefix=/usr
315
315
make
316
316
make install DESTDIR=${PKGDIR}
317
317
new file mode 100644
@@ -0,0 +1,1024 @@
1
+diff -Naur a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c
2
+--- a/disk-utils/cfdisk.c 2025-12-15 13:25:47.651571459 +0100
3
+@@ -129,7 +129,7 @@
4
+ /* color foreground, background */
5
+ [CFDISK_CL_WARNING] = { COLOR_RED, -1 },
6
+ [CFDISK_CL_FREESPACE] = { COLOR_GREEN, -1 },
7
+- [CFDISK_CL_INFO] = { COLOR_BLUE, -1 }
8
++ [CFDISK_CL_INFO] = { COLOR_CYAN, -1 }
9
+ };
10
+ #endif
11
+
12
+diff -Naur a/include/pathnames.h b/include/pathnames.h
13
+--- a/include/pathnames.h 2025-12-15 13:25:47.654571446 +0100
14
+@@ -48,7 +48,7 @@
15
+ #define _PATH_VAR_NOLOGIN "/var/run/nologin"
16
+
17
+ #ifndef _PATH_LOGIN
18
+-# define _PATH_LOGIN "/bin/login"
19
++# define _PATH_LOGIN "/usr/bin/login"
20
+ #endif
21
+ #define _PATH_SHUTDOWN "/sbin/shutdown"
22
+ #define _PATH_POWEROFF "/sbin/poweroff"
23
+diff -Naur a/po-man/cs.po b/po-man/cs.po
24
+--- a/po-man/cs.po 2025-12-15 13:38:43.867253540 +0100
25
+@@ -43532,7 +43532,7 @@
26
+ #. type: Plain text
27
+ #: ../term-utils/agetty.8.adoc:30
28
+ msgid ""
29
+-"Optionally invokes a non-standard login program instead of _/bin/login_."
30
++"Optionally invokes a non-standard login program instead of _/usr/bin/login_."
31
+ msgstr ""
32
+
33
+ #. type: Plain text
34
+@@ -43647,7 +43647,7 @@
35
+ msgid ""
36
+ "Automatically log in the specified user without asking for a username or "
37
+ "password. Using this option causes an *-f* _username_ option and argument to "
38
+-"be added to the */bin/login* command line. See *--login-options*, which can "
39
++"be added to the */usr/bin/login* command line. See *--login-options*, which can "
40
+ "be used to modify this option's behavior."
41
+ msgstr ""
42
+
43
+@@ -43693,7 +43693,7 @@
44
+ #: ../term-utils/agetty.8.adoc:73
45
+ msgid ""
46
+ "If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option "
47
+-"and argument are added to the _/bin/login_ command line."
48
++"and argument are added to the _/usr/bin/login_ command line."
49
+ msgstr ""
50
+
51
+ #. type: Plain text
52
+@@ -43824,7 +43824,7 @@
53
+ #. type: Plain text
54
+ #: ../term-utils/agetty.8.adoc:101
55
+ msgid ""
56
+-"Invoke the specified _login_program_ instead of /bin/login. This allows the "
57
++"Invoke the specified _login_program_ instead of /usr/bin/login. This allows the "
58
+ "use of a non-standard login program. Such a program could, for example, ask "
59
+ "for a dial-up password or use a different password file. See *--login-"
60
+ "options*."
61
+@@ -43938,7 +43938,7 @@
62
+ "input from the user who logs in and therefore will not be able to figure out "
63
+ "parity, character size, and newline processing of the connection. It "
64
+ "defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line "
65
+-"character. Beware that the program that *agetty* starts (usually /bin/login) "
66
++"character. Beware that the program that *agetty* starts (usually /usr/bin/login) "
67
+ "is run as root."
68
+ msgstr ""
69
+
70
+diff -Naur a/po-man/de.po b/po-man/de.po
71
+--- a/po-man/de.po 2025-09-15 19:27:05.480638768 +0200
72
+@@ -34509,8 +34509,8 @@
73
+
74
+ #. type: Plain text
75
+ #: ../term-utils/agetty.8.adoc:20
76
+-msgid "*agetty* opens a tty port, prompts for a login name and invokes the /bin/login command. It is normally invoked by *init*(8)."
77
+-msgstr "*agetty* öffnet einen TTY-Port, bittet um einen Anmeldenamen und startet den Befehl /bin/login. Es wird normalerweise durch *init*(8) aufgerufen."
78
++msgid "*agetty* opens a tty port, prompts for a login name and invokes the /usr/bin/login command. It is normally invoked by *init*(8)."
79
++msgstr "*agetty* öffnet einen TTY-Port, bittet um einen Anmeldenamen und startet den Befehl /usr/bin/login. Es wird normalerweise durch *init*(8) aufgerufen."
80
+
81
+ #. type: Plain text
82
+ #: ../term-utils/agetty.8.adoc:22
83
+@@ -34549,8 +34549,8 @@
84
+
85
+ #. type: Plain text
86
+ #: ../term-utils/agetty.8.adoc:30
87
+-msgid "Optionally invokes a non-standard login program instead of _/bin/login_."
88
+-msgstr "Startet optional ein nicht vorgegebenes Anmeldeprogramm statt _/bin/login_."
89
++msgid "Optionally invokes a non-standard login program instead of _/usr/bin/login_."
90
++msgstr "Startet optional ein nicht vorgegebenes Anmeldeprogramm statt _/usr/bin/login_."
91
+
92
+ #. type: Plain text
93
+ #: ../term-utils/agetty.8.adoc:31
94
+@@ -34644,8 +34644,8 @@
95
+
96
+ #. type: Plain text
97
+ #: ../term-utils/agetty.8.adoc:63
98
+-msgid "Automatically log in the specified user without asking for a username or password. Using this option causes an *-f* _username_ option and argument to be added to the */bin/login* command line. See *--login-options*, which can be used to modify this option's behavior."
99
+-msgstr "Der angegebene Benutzer wird ohne Abfrage eines Benutzernamens oder Passworts automatisch angemeldet. Die Verwendung dieser Option führt dazu, dass die Option und das Argument *-f* _Benutzername_ zu der Befehlszeile von */bin/login* hinzugefügt werden. Siehe *--login-options*, die zur Veränderung des Verhaltens dieser Option verwendet werden kann."
100
++msgid "Automatically log in the specified user without asking for a username or password. Using this option causes an *-f* _username_ option and argument to be added to the */usr/bin/login* command line. See *--login-options*, which can be used to modify this option's behavior."
101
++msgstr "Der angegebene Benutzer wird ohne Abfrage eines Benutzernamens oder Passworts automatisch angemeldet. Die Verwendung dieser Option führt dazu, dass die Option und das Argument *-f* _Benutzername_ zu der Befehlszeile von */usr/bin/login* hinzugefügt werden. Siehe *--login-options*, die zur Veränderung des Verhaltens dieser Option verwendet werden kann."
102
+
103
+ #. type: Plain text
104
+ #: ../term-utils/agetty.8.adoc:65
105
+@@ -34676,13 +34676,13 @@
106
+
107
+ #. type: Plain text
108
+ #: ../term-utils/agetty.8.adoc:73
109
+-msgid "If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option and argument are added to the _/bin/login_ command line."
110
+-msgstr "Falls eine Option *--host* _Fake-Rechner_ angegeben wird, dann wird die Option und das Argument *-h* _Fake-Rechner_ zu der Befehlszeile von _/bin/login_ hinzugefügt."
111
++msgid "If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option and argument are added to the _/usr/bin/login_ command line."
112
++msgstr "Falls eine Option *--host* _Fake-Rechner_ angegeben wird, dann wird die Option und das Argument *-h* _Fake-Rechner_ zu der Befehlszeile von _/usr/bin/login_ hinzugefügt."
113
+
114
+ #. type: Plain text
115
+ #: ../term-utils/agetty.8.adoc:75
116
+-msgid "If the *--nohostname* option is given, then an *-H* option is added to the */bin/login* command line."
117
+-msgstr "Falls die Option *--nohostname* angegeben wird, dann wird die Option *-H* zu der Befehlszeile von _/bin/login_ hinzugefügt."
118
++msgid "If the *--nohostname* option is given, then an *-H* option is added to the */usr/bin/login* command line."
119
++msgstr "Falls die Option *--nohostname* angegeben wird, dann wird die Option *-H* zu der Befehlszeile von _/usr/bin/login_ hinzugefügt."
120
+
121
+ #. type: Plain text
122
+ #: ../term-utils/agetty.8.adoc:77
123
+@@ -34774,8 +34774,8 @@
124
+
125
+ #. type: Plain text
126
+ #: ../term-utils/agetty.8.adoc:101
127
+-msgid "Invoke the specified _login_program_ instead of /bin/login. This allows the use of a non-standard login program. Such a program could, for example, ask for a dial-up password or use a different password file. See *--login-options*."
128
+-msgstr "Ruft ein spezielles _Anmeldeprogramm_ statt /bin/login auf. Dies ermöglicht es, ein nicht standardisiertes Anmeldeprogramm zu verwenden. Beispielsweise könnte ein solches Programm nach einem Einwählpasswort fragen oder eine andere Passwort-Datei verwenden. Siehe *--login-options*."
129
++msgid "Invoke the specified _login_program_ instead of /usr/bin/login. This allows the use of a non-standard login program. Such a program could, for example, ask for a dial-up password or use a different password file. See *--login-options*."
130
++msgstr "Ruft ein spezielles _Anmeldeprogramm_ statt /usr/bin/login auf. Dies ermöglicht es, ein nicht standardisiertes Anmeldeprogramm zu verwenden. Beispielsweise könnte ein solches Programm nach einem Einwählpasswort fragen oder eine andere Passwort-Datei verwenden. Siehe *--login-options*."
131
+
132
+ #. type: Labeled list
133
+ #: ../term-utils/agetty.8.adoc:102
134
+@@ -34856,8 +34856,8 @@
135
+
136
+ #. type: Plain text
137
+ #: ../term-utils/agetty.8.adoc:122
138
+-msgid "Do not prompt the user for a login name. This can be used in connection with the *--login-program* option to invoke a non-standard login process such as a BBS system. Note that with the *--skip-login* option, *agetty* gets no input from the user who logs in and therefore will not be able to figure out parity, character size, and newline processing of the connection. It defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line character. Beware that the program that *agetty* starts (usually /bin/login) is run as root."
139
+-msgstr "Fragt den Benutzer nicht nach einem Anmeldenamen. Dies kann für Verbindungen mit der Option *--login-program* verwendet werden, um einen nicht standardmäßigen Anmeldeprozess wie eine Mailbox (BBS) aufzurufen. Beachten Sie, dass *agetty* mit der Option *--skip-login* keine Eingabezeichen von dem Benutzer erhält, der sich anmeldet, und daher nicht die Parität, Zeichenbreite und die Verarbeitung von Zeilenumbrüchen in der Verbindung erkennen kann. Als Vorgabe wird Space-Parität, 7-Bit-Zeichen und ASCII-CR (13) Zeilenumbruchzeichen verwendet. Achtung: Das von *agetty* gestartete Programm (normalerweise _/bin/login_) wird als root ausgeführt."
140
++msgid "Do not prompt the user for a login name. This can be used in connection with the *--login-program* option to invoke a non-standard login process such as a BBS system. Note that with the *--skip-login* option, *agetty* gets no input from the user who logs in and therefore will not be able to figure out parity, character size, and newline processing of the connection. It defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line character. Beware that the program that *agetty* starts (usually /usr/bin/login) is run as root."
141
++msgstr "Fragt den Benutzer nicht nach einem Anmeldenamen. Dies kann für Verbindungen mit der Option *--login-program* verwendet werden, um einen nicht standardmäßigen Anmeldeprozess wie eine Mailbox (BBS) aufzurufen. Beachten Sie, dass *agetty* mit der Option *--skip-login* keine Eingabezeichen von dem Benutzer erhält, der sich anmeldet, und daher nicht die Parität, Zeichenbreite und die Verarbeitung von Zeilenumbrüchen in der Verbindung erkennen kann. Als Vorgabe wird Space-Parität, 7-Bit-Zeichen und ASCII-CR (13) Zeilenumbruchzeichen verwendet. Achtung: Das von *agetty* gestartete Programm (normalerweise _/usr/bin/login_) wird als root ausgeführt."
142
+
143
+ #. type: Labeled list
144
+ #: ../term-utils/agetty.8.adoc:123
145
+diff -Naur a/po-man/es.po b/po-man/es.po
146
+--- a/po-man/es.po 2025-12-15 13:38:43.868253535 +0100
147
+@@ -46143,7 +46143,7 @@
148
+ #. type: Plain text
149
+ #: ../term-utils/agetty.8.adoc:30
150
+ msgid ""
151
+-"Optionally invokes a non-standard login program instead of _/bin/login_."
152
++"Optionally invokes a non-standard login program instead of _/usr/bin/login_."
153
+ msgstr ""
154
+ "Opcionalmente invoca un programa de acceso no estándar en vez de _/bin/"
155
+ "login_."
156
+@@ -46276,7 +46276,7 @@
157
+ msgid ""
158
+ "Automatically log in the specified user without asking for a username or "
159
+ "password. Using this option causes an *-f* _username_ option and argument to "
160
+-"be added to the */bin/login* command line. See *--login-options*, which can "
161
++"be added to the */usr/bin/login* command line. See *--login-options*, which can "
162
+ "be used to modify this option's behavior."
163
+ msgstr ""
164
+
165
+@@ -46320,7 +46320,7 @@
166
+ #: ../term-utils/agetty.8.adoc:73
167
+ msgid ""
168
+ "If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option "
169
+-"and argument are added to the _/bin/login_ command line."
170
++"and argument are added to the _/usr/bin/login_ command line."
171
+ msgstr ""
172
+
173
+ #. type: Plain text
174
+@@ -46471,16 +46471,16 @@
175
+ #: ../term-utils/agetty.8.adoc:101
176
+ #, fuzzy
177
+ #| msgid ""
178
+-#| "Invoke the specified I<login_program> instead of /bin/login. This allows "
179
++#| "Invoke the specified I<login_program> instead of /usr/bin/login. This allows "
180
+ #| "the use of a non-standard login program (for example, one that asks for a "
181
+ #| "dial-up password or that uses a different password file)."
182
+ msgid ""
183
+-"Invoke the specified _login_program_ instead of /bin/login. This allows the "
184
++"Invoke the specified _login_program_ instead of /usr/bin/login. This allows the "
185
+ "use of a non-standard login program. Such a program could, for example, ask "
186
+ "for a dial-up password or use a different password file. See *--login-"
187
+ "options*."
188
+ msgstr ""
189
+-"Invoca el programa I<programa_login> en vez de /bin/login. Esto permite el "
190
++"Invoca el programa I<programa_login> en vez de /usr/bin/login. Esto permite el "
191
+ "uso de un programa de login no estándar (por ejemplo, uno que pida un "
192
+ "password al conectar por módem o que utilice un fichero de claves distinto)."
193
+
194
+@@ -46602,7 +46602,7 @@
195
+ #| "who logs in and therefore won't be able to figure out parity, character "
196
+ #| "size, and newline processing of the connection. It defaults to space "
197
+ #| "parity, 7 bit characters, and ASCII CR (13) end-of-line character. "
198
+-#| "Beware that the program that B<agetty> starts (usually /bin/login) is "
199
++#| "Beware that the program that B<agetty> starts (usually /usr/bin/login) is "
200
+ #| "run as root."
201
+ msgid ""
202
+ "Do not prompt the user for a login name. This can be used in connection with "
203
+@@ -46611,7 +46611,7 @@
204
+ "input from the user who logs in and therefore will not be able to figure out "
205
+ "parity, character size, and newline processing of the connection. It "
206
+ "defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line "
207
+-"character. Beware that the program that *agetty* starts (usually /bin/login) "
208
++"character. Beware that the program that *agetty* starts (usually /usr/bin/login) "
209
+ "is run as root."
210
+ msgstr ""
211
+ "No preguntar al usuario por un nombre de login. Esto puede ser usado en "
212
+@@ -46621,7 +46621,7 @@
213
+ "paridad, tamaño de caracter, y procesado de nueva línea. Por defecto cae en "
214
+ "paridad espacio, caracteres de 7 bit, y el caracter ASCII CR (13) como fin-"
215
+ "de-línea. Hay que tener en cuenta que el programa que B<agetty> arranca "
216
+-"(normalmente /bin/login) se ejecuta como root."
217
++"(normalmente /usr/bin/login) se ejecuta como root."
218
+
219
+ #. type: Labeled list
220
+ #: ../term-utils/agetty.8.adoc:123
221
+@@ -54335,7 +54335,7 @@
222
+ #~ "login command. It is normally invoked by B<init>(8)."
223
+ #~ msgstr ""
224
+ #~ "B<agetty> abre un puerto tty, pide un nombre de entrada y ejecuta la "
225
+-#~ "orden /bin/login. Es llamado normalmente por I<init>(8)."
226
++#~ "orden /usr/bin/login. Es llamado normalmente por I<init>(8)."
227
+
228
+ #~ msgid "\\(bu"
229
+ #~ msgstr "\\(bu"
230
+@@ -54418,16 +54418,16 @@
231
+
232
+ #, fuzzy
233
+ #~| msgid ""
234
+-#~| "Invoke the specified I<login_program> instead of /bin/login. This "
235
++#~| "Invoke the specified I<login_program> instead of /usr/bin/login. This "
236
+ #~| "allows the use of a non-standard login program (for example, one that "
237
+ #~| "asks for a dial-up password or that uses a different password file)."
238
+ #~ msgid ""
239
+-#~ "Invoke the specified I<login_program> instead of /bin/login. This allows "
240
++#~ "Invoke the specified I<login_program> instead of /usr/bin/login. This allows "
241
+ #~ "the use of a non-standard login program. Such a program could, for "
242
+ #~ "example, ask for a dial-up password or use a different password file. See "
243
+ #~ "B<--login-options>."
244
+ #~ msgstr ""
245
+-#~ "Invoca el programa I<programa_login> en vez de /bin/login. Esto permite "
246
++#~ "Invoca el programa I<programa_login> en vez de /usr/bin/login. Esto permite "
247
+ #~ "el uso de un programa de login no estandar (por ejemplo, uno que pida un "
248
+ #~ "password al conectar por modem o que utilice un fichero de claves "
249
+ #~ "distinto)."
250
+@@ -54468,7 +54468,7 @@
251
+ #~| "who logs in and therefore won't be able to figure out parity, character "
252
+ #~| "size, and newline processing of the connection. It defaults to space "
253
+ #~| "parity, 7 bit characters, and ASCII CR (13) end-of-line character. "
254
+-#~| "Beware that the program that B<agetty> starts (usually /bin/login) is "
255
++#~| "Beware that the program that B<agetty> starts (usually /usr/bin/login) is "
256
+ #~| "run as root."
257
+ #~ msgid ""
258
+ #~ "Do not prompt the user for a login name. This can be used in connection "
259
+@@ -54478,7 +54478,7 @@
260
+ #~ "be able to figure out parity, character size, and newline processing of "
261
+ #~ "the connection. It defaults to space parity, 7 bit characters, and ASCII "
262
+ #~ "CR (13) end-of-line character. Beware that the program that B<agetty> "
263
+-#~ "starts (usually /bin/login) is run as root."
264
++#~ "starts (usually /usr/bin/login) is run as root."
265
+ #~ msgstr ""
266
+ #~ "No preguntar al usuario por un nombre de login. Esto puede ser usado en "
267
+ #~ "conexión con la opción -l para invocar un proceso de login no-estandar "
268
+@@ -54487,7 +54487,7 @@
269
+ #~ "deducir la paridad, tamaño de caracter, y procesado de nueva línea. Por "
270
+ #~ "defecto cae en paridad espacio, caracteres de 7 bit, y el caracter ASCII "
271
+ #~ "CR (13) como fin-de-línea. Hay que tener en cuenta que el programa que "
272
+-#~ "B<agetty> arranca (normalmente /bin/login) se ejecuta como root."
273
++#~ "B<agetty> arranca (normalmente /usr/bin/login) se ejecuta como root."
274
+
275
+ #, fuzzy
276
+ #~| msgid ""
277
+diff -Naur a/po-man/fr.po b/po-man/fr.po
278
+--- a/po-man/fr.po 2025-12-15 13:38:43.875253506 +0100
279
+@@ -52294,7 +52294,7 @@
280
+ "login command. It is normally invoked by *init*(8)."
281
+ msgstr ""
282
+ "*agetty* ouvre un port de terminal, demande un nom d'utilisateur, puis "
283
+-"appelle la commande _/bin/login_. Il est normalement appelé par *init*(8).\n"
284
++"appelle la commande _/usr/bin/login_. Il est normalement appelé par *init*(8).\n"
285
+
286
+ #. type: Plain text
287
+ #: ../term-utils/agetty.8.adoc:22
288
+@@ -52368,7 +52368,7 @@
289
+ #. type: Plain text
290
+ #: ../term-utils/agetty.8.adoc:30
291
+ msgid ""
292
+-"Optionally invokes a non-standard login program instead of _/bin/login_."
293
++"Optionally invokes a non-standard login program instead of _/usr/bin/login_."
294
+ msgstr ""
295
+ "Option pour appeler un programme de connexion non standard au lieu de _/bin/"
296
+ "login_."
297
+@@ -52508,12 +52508,12 @@
298
+ msgid ""
299
+ "Automatically log in the specified user without asking for a username or "
300
+ "password. Using this option causes an *-f* _username_ option and argument to "
301
+-"be added to the */bin/login* command line. See *--login-options*, which can "
302
++"be added to the */usr/bin/login* command line. See *--login-options*, which can "
303
+ "be used to modify this option's behavior."
304
+ msgstr ""
305
+ "Connecter automatiquement l’utilisateur indiqué sans demander un identifiant "
306
+ "ou un mot de passe. Utiliser cette option fait que l’option et l’argument *-"
307
+-"f* _nom_utilisateur_ sont ajoutés à la ligne de commande de _/bin/login_. "
308
++"f* _nom_utilisateur_ sont ajoutés à la ligne de commande de _/usr/bin/login_. "
309
+ "Consultez *--login-options* qui peut être utilisée pour modifier le "
310
+ "comportement de cette option."
311
+
312
+@@ -52568,10 +52568,10 @@
313
+ #: ../term-utils/agetty.8.adoc:73
314
+ msgid ""
315
+ "If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option "
316
+-"and argument are added to the _/bin/login_ command line."
317
++"and argument are added to the _/usr/bin/login_ command line."
318
+ msgstr ""
319
+ "Si une option *--host* _hôte_factice_ est donnée, alors une option *-h* "
320
+-"_hôte_factice_ est ajoutée à la ligne de commande _/bin/login_."
321
++"_hôte_factice_ est ajoutée à la ligne de commande _/usr/bin/login_."
322
+
323
+ #. type: Plain text
324
+ #: ../term-utils/agetty.8.adoc:75
325
+@@ -52580,7 +52580,7 @@
326
+ "bin/login* command line."
327
+ msgstr ""
328
+ "Si l’option *--nohostname* est fournie, alors une option *-H* est ajoutée à "
329
+-"la ligne de commande _/bin/login_."
330
++"la ligne de commande _/usr/bin/login_."
331
+
332
+ #. type: Plain text
333
+ #: ../term-utils/agetty.8.adoc:77
334
+@@ -52749,7 +52749,7 @@
335
+ #. type: Plain text
336
+ #: ../term-utils/agetty.8.adoc:101
337
+ msgid ""
338
+-"Invoke the specified _login_program_ instead of /bin/login. This allows the "
339
++"Invoke the specified _login_program_ instead of /usr/bin/login. This allows the "
340
+ "use of a non-standard login program. Such a program could, for example, ask "
341
+ "for a dial-up password or use a different password file. See *--login-"
342
+ "options*."
343
+@@ -52893,7 +52893,7 @@
344
+ "input from the user who logs in and therefore will not be able to figure out "
345
+ "parity, character size, and newline processing of the connection. It "
346
+ "defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line "
347
+-"character. Beware that the program that *agetty* starts (usually /bin/login) "
348
++"character. Beware that the program that *agetty* starts (usually /usr/bin/login) "
349
+ "is run as root."
350
+ msgstr ""
351
+ "Ne pas demander d'identifiant de connexion à l'utilisateur. Cela peut être "
352
+@@ -52904,7 +52904,7 @@
353
+ "processus de nouvelle ligne de la connexion. La configuration par défaut "
354
+ "est : parité 0, caractères 7 bits et le caractère fin de ligne est le retour "
355
+ "chariot RC en ASCII (13). Assurez vous que le programme lancé par *agetty* "
356
+-"(en général, _/bin/login_) est exécuté avec les droits du superutilisateur."
357
++"(en général, _/usr/bin/login_) est exécuté avec les droits du superutilisateur."
358
+
359
+ #. type: Labeled list
360
+ #: ../term-utils/agetty.8.adoc:123
361
+@@ -61601,18 +61601,18 @@
362
+ #~| msgid ""
363
+ #~| "Automatically log in the specified user without asking for a username or "
364
+ #~| "password. Using this option causes an B<-f >I<username> option and "
365
+-#~| "argument to be added to the B</bin/login> command line. See B<--login-"
366
++#~| "argument to be added to the B</usr/bin/login> command line. See B<--login-"
367
+ #~| "options>, which can be used to modify this option's behavior."
368
+ #~ msgid ""
369
+ #~ "Automatically log in the specified user without asking for a username or "
370
+ #~ "password. Using this option causes an B<-f> I<username> option and "
371
+-#~ "argument to be added to the B</bin/login> command line. See B<--login-"
372
++#~ "argument to be added to the B</usr/bin/login> command line. See B<--login-"
373
+ #~ "options>, which can be used to modify this option\\(cqs behavior."
374
+ #~ msgstr ""
375
+ #~ "Connecter automatiquement l’utilisateur indiqué sans demander un "
376
+ #~ "identifiant ou un mot de passe. Utiliser cette option fait que l’option "
377
+ #~ "et l’argument B<-f>\\ I<username> sont ajoutés à la ligne de commande de "
378
+-#~ "B</bin/login>. Consultez B<--login-options> qui peut être utilisée pour "
379
++#~ "B</usr/bin/login>. Consultez B<--login-options> qui peut être utilisée pour "
380
+ #~ "modifier le comportement de cette option."
381
+
382
+ #, fuzzy
383
+@@ -62039,7 +62039,7 @@
384
+ #~ "login command. It is normally invoked by B<init>(8)."
385
+ #~ msgstr ""
386
+ #~ "B<agetty> ouvre un port de terminal, demande un nom d'utilisateur, puis "
387
+-#~ "appelle la commande B</bin/login>. Il est normalement appelé par "
388
++#~ "appelle la commande B</usr/bin/login>. Il est normalement appelé par "
389
+ #~ "B<init>(8)."
390
+
391
+ #~ msgid "\\(bu"
392
+@@ -62113,10 +62113,10 @@
393
+
394
+ #~ msgid ""
395
+ #~ "If the B<--host> I<fakehost> option is given, then an B<-h> I<fakehost> "
396
+-#~ "option and argument are added to the B</bin/login> command line."
397
++#~ "option and argument are added to the B</usr/bin/login> command line."
398
+ #~ msgstr ""
399
+ #~ "Si une option B<--host> I<hôte_factice> est donnée, alors une option B<-"
400
+-#~ "h> I<hôte_factice> est ajoutée à la ligne de commande B</bin/login>."
401
++#~ "h> I<hôte_factice> est ajoutée à la ligne de commande B</usr/bin/login>."
402
+
403
+ #~ msgid ""
404
+ #~ "Specifies a \":\" delimited list of files and directories to be displayed "
405
+@@ -62202,7 +62202,7 @@
406
+ #~ "défaut, l'écran est effacé."
407
+
408
+ #~ msgid ""
409
+-#~ "Invoke the specified I<login_program> instead of /bin/login. This allows "
410
++#~ "Invoke the specified I<login_program> instead of /usr/bin/login. This allows "
411
+ #~ "the use of a non-standard login program. Such a program could, for "
412
+ #~ "example, ask for a dial-up password or use a different password file. See "
413
+ #~ "B<--login-options>."
414
+@@ -62256,7 +62256,7 @@
415
+ #~ "be able to figure out parity, character size, and newline processing of "
416
+ #~ "the connection. It defaults to space parity, 7 bit characters, and ASCII "
417
+ #~ "CR (13) end-of-line character. Beware that the program that B<agetty> "
418
+-#~ "starts (usually /bin/login) is run as root."
419
++#~ "starts (usually /usr/bin/login) is run as root."
420
+ #~ msgstr ""
421
+ #~ "Ne pas demander d'identifiant de connexion à l'utilisateur. Cela peut "
422
+ #~ "être utilisé avec l'option B<--login-program> lors d'une procédure de "
423
+@@ -62266,7 +62266,7 @@
424
+ #~ "des caractères ni le processus de nouvelle ligne de la connexion. La "
425
+ #~ "configuration par défaut est : parité 0, caractères 7 bits et le "
426
+ #~ "caractère fin de ligne est le retour chariot RC en ASCII (13). Assurez "
427
+-#~ "vous que le programme lancé par B<agetty> (en général, B</bin/login>) est "
428
++#~ "vous que le programme lancé par B<agetty> (en général, B</usr/bin/login>) est "
429
+ #~ "exécuté avec les droits du superutilisateur."
430
+
431
+ #~ msgid ""
432
+diff -Naur a/po-man/ko.po b/po-man/ko.po
433
+--- a/po-man/ko.po 2025-12-15 13:38:43.878253493 +0100
434
+@@ -42507,7 +42507,7 @@
435
+ #. type: Plain text
436
+ #: ../term-utils/agetty.8.adoc:30
437
+ msgid ""
438
+-"Optionally invokes a non-standard login program instead of _/bin/login_."
439
++"Optionally invokes a non-standard login program instead of _/usr/bin/login_."
440
+ msgstr ""
441
+
442
+ #. type: Plain text
443
+@@ -42621,7 +42621,7 @@
444
+ msgid ""
445
+ "Automatically log in the specified user without asking for a username or "
446
+ "password. Using this option causes an *-f* _username_ option and argument to "
447
+-"be added to the */bin/login* command line. See *--login-options*, which can "
448
++"be added to the */usr/bin/login* command line. See *--login-options*, which can "
449
+ "be used to modify this option's behavior."
450
+ msgstr ""
451
+
452
+@@ -42665,7 +42665,7 @@
453
+ #: ../term-utils/agetty.8.adoc:73
454
+ msgid ""
455
+ "If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option "
456
+-"and argument are added to the _/bin/login_ command line."
457
++"and argument are added to the _/usr/bin/login_ command line."
458
+ msgstr ""
459
+
460
+ #. type: Plain text
461
+@@ -42793,7 +42793,7 @@
462
+ #. type: Plain text
463
+ #: ../term-utils/agetty.8.adoc:101
464
+ msgid ""
465
+-"Invoke the specified _login_program_ instead of /bin/login. This allows the "
466
++"Invoke the specified _login_program_ instead of /usr/bin/login. This allows the "
467
+ "use of a non-standard login program. Such a program could, for example, ask "
468
+ "for a dial-up password or use a different password file. See *--login-"
469
+ "options*."
470
+@@ -42905,7 +42905,7 @@
471
+ "input from the user who logs in and therefore will not be able to figure out "
472
+ "parity, character size, and newline processing of the connection. It "
473
+ "defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line "
474
+-"character. Beware that the program that *agetty* starts (usually /bin/login) "
475
++"character. Beware that the program that *agetty* starts (usually /usr/bin/login) "
476
+ "is run as root."
477
+ msgstr ""
478
+
479
+diff -Naur a/po-man/pl.po b/po-man/pl.po
480
+--- a/po-man/pl.po 2025-09-21 13:52:04.117080278 +0200
481
+@@ -34340,7 +34340,7 @@
482
+
483
+ #. type: Plain text
484
+ #: ../term-utils/agetty.8.adoc:20
485
+-msgid "*agetty* opens a tty port, prompts for a login name and invokes the /bin/login command. It is normally invoked by *init*(8)."
486
++msgid "*agetty* opens a tty port, prompts for a login name and invokes the /usr/bin/login command. It is normally invoked by *init*(8)."
487
+ msgstr ""
488
+
489
+ #. type: Plain text
490
+@@ -34380,7 +34380,7 @@
491
+
492
+ #. type: Plain text
493
+ #: ../term-utils/agetty.8.adoc:30
494
+-msgid "Optionally invokes a non-standard login program instead of _/bin/login_."
495
++msgid "Optionally invokes a non-standard login program instead of _/usr/bin/login_."
496
+ msgstr ""
497
+
498
+ #. type: Plain text
499
+@@ -34475,7 +34475,7 @@
500
+
501
+ #. type: Plain text
502
+ #: ../term-utils/agetty.8.adoc:63
503
+-msgid "Automatically log in the specified user without asking for a username or password. Using this option causes an *-f* _username_ option and argument to be added to the */bin/login* command line. See *--login-options*, which can be used to modify this option's behavior."
504
++msgid "Automatically log in the specified user without asking for a username or password. Using this option causes an *-f* _username_ option and argument to be added to the */usr/bin/login* command line. See *--login-options*, which can be used to modify this option's behavior."
505
+ msgstr ""
506
+
507
+ #. type: Plain text
508
+@@ -34507,12 +34507,12 @@
509
+
510
+ #. type: Plain text
511
+ #: ../term-utils/agetty.8.adoc:73
512
+-msgid "If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option and argument are added to the _/bin/login_ command line."
513
++msgid "If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option and argument are added to the _/usr/bin/login_ command line."
514
+ msgstr ""
515
+
516
+ #. type: Plain text
517
+ #: ../term-utils/agetty.8.adoc:75
518
+-msgid "If the *--nohostname* option is given, then an *-H* option is added to the */bin/login* command line."
519
++msgid "If the *--nohostname* option is given, then an *-H* option is added to the */usr/bin/login* command line."
520
+ msgstr ""
521
+
522
+ #. type: Plain text
523
+@@ -34605,7 +34605,7 @@
524
+
525
+ #. type: Plain text
526
+ #: ../term-utils/agetty.8.adoc:101
527
+-msgid "Invoke the specified _login_program_ instead of /bin/login. This allows the use of a non-standard login program. Such a program could, for example, ask for a dial-up password or use a different password file. See *--login-options*."
528
++msgid "Invoke the specified _login_program_ instead of /usr/bin/login. This allows the use of a non-standard login program. Such a program could, for example, ask for a dial-up password or use a different password file. See *--login-options*."
529
+ msgstr ""
530
+
531
+ #. type: Labeled list
532
+@@ -34687,7 +34687,7 @@
533
+
534
+ #. type: Plain text
535
+ #: ../term-utils/agetty.8.adoc:122
536
+-msgid "Do not prompt the user for a login name. This can be used in connection with the *--login-program* option to invoke a non-standard login process such as a BBS system. Note that with the *--skip-login* option, *agetty* gets no input from the user who logs in and therefore will not be able to figure out parity, character size, and newline processing of the connection. It defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line character. Beware that the program that *agetty* starts (usually /bin/login) is run as root."
537
++msgid "Do not prompt the user for a login name. This can be used in connection with the *--login-program* option to invoke a non-standard login process such as a BBS system. Note that with the *--skip-login* option, *agetty* gets no input from the user who logs in and therefore will not be able to figure out parity, character size, and newline processing of the connection. It defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line character. Beware that the program that *agetty* starts (usually /usr/bin/login) is run as root."
538
+ msgstr ""
539
+
540
+ #. type: Labeled list
541
+diff -Naur a/po-man/pt_BR.po b/po-man/pt_BR.po
542
+--- a/po-man/pt_BR.po 2025-12-15 13:38:43.881253480 +0100
543
+@@ -45327,7 +45327,7 @@
544
+ #. type: Plain text
545
+ #: ../term-utils/agetty.8.adoc:30
546
+ msgid ""
547
+-"Optionally invokes a non-standard login program instead of _/bin/login_."
548
++"Optionally invokes a non-standard login program instead of _/usr/bin/login_."
549
+ msgstr ""
550
+
551
+ #. type: Plain text
552
+@@ -45442,7 +45442,7 @@
553
+ msgid ""
554
+ "Automatically log in the specified user without asking for a username or "
555
+ "password. Using this option causes an *-f* _username_ option and argument to "
556
+-"be added to the */bin/login* command line. See *--login-options*, which can "
557
++"be added to the */usr/bin/login* command line. See *--login-options*, which can "
558
+ "be used to modify this option's behavior."
559
+ msgstr ""
560
+
561
+@@ -45486,7 +45486,7 @@
562
+ #: ../term-utils/agetty.8.adoc:73
563
+ msgid ""
564
+ "If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option "
565
+-"and argument are added to the _/bin/login_ command line."
566
++"and argument are added to the _/usr/bin/login_ command line."
567
+ msgstr ""
568
+
569
+ #. type: Plain text
570
+@@ -45616,7 +45616,7 @@
571
+ #. type: Plain text
572
+ #: ../term-utils/agetty.8.adoc:101
573
+ msgid ""
574
+-"Invoke the specified _login_program_ instead of /bin/login. This allows the "
575
++"Invoke the specified _login_program_ instead of /usr/bin/login. This allows the "
576
+ "use of a non-standard login program. Such a program could, for example, ask "
577
+ "for a dial-up password or use a different password file. See *--login-"
578
+ "options*."
579
+@@ -45727,7 +45727,7 @@
580
+ "input from the user who logs in and therefore will not be able to figure out "
581
+ "parity, character size, and newline processing of the connection. It "
582
+ "defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line "
583
+-"character. Beware that the program that *agetty* starts (usually /bin/login) "
584
++"character. Beware that the program that *agetty* starts (usually /usr/bin/login) "
585
+ "is run as root."
586
+ msgstr ""
587
+
588
+diff -Naur a/po-man/ro.po b/po-man/ro.po
589
+--- a/po-man/ro.po 2025-09-15 19:17:04.742823210 +0200
590
+@@ -34529,8 +34529,8 @@
591
+
592
+ #. type: Plain text
593
+ #: ../term-utils/agetty.8.adoc:20
594
+-msgid "*agetty* opens a tty port, prompts for a login name and invokes the /bin/login command. It is normally invoked by *init*(8)."
595
+-msgstr "*agetty* deschide un port tty, solicită un nume de autentificare și invocă comanda /bin/login. În mod normal, este invocată de *init*(8)."
596
++msgid "*agetty* opens a tty port, prompts for a login name and invokes the /usr/bin/login command. It is normally invoked by *init*(8)."
597
++msgstr "*agetty* deschide un port tty, solicită un nume de autentificare și invocă comanda /usr/bin/login. În mod normal, este invocată de *init*(8)."
598
+
599
+ #. type: Plain text
600
+ #: ../term-utils/agetty.8.adoc:22
601
+@@ -34569,8 +34569,8 @@
602
+
603
+ #. type: Plain text
604
+ #: ../term-utils/agetty.8.adoc:30
605
+-msgid "Optionally invokes a non-standard login program instead of _/bin/login_."
606
+-msgstr "Opțional, invocă un program de autentificare non-standard în loc de _/bin/login_."
607
++msgid "Optionally invokes a non-standard login program instead of _/usr/bin/login_."
608
++msgstr "Opțional, invocă un program de autentificare non-standard în loc de _/usr/bin/login_."
609
+
610
+ #. type: Plain text
611
+ #: ../term-utils/agetty.8.adoc:31
612
+@@ -34664,8 +34664,8 @@
613
+
614
+ #. type: Plain text
615
+ #: ../term-utils/agetty.8.adoc:63
616
+-msgid "Automatically log in the specified user without asking for a username or password. Using this option causes an *-f* _username_ option and argument to be added to the */bin/login* command line. See *--login-options*, which can be used to modify this option's behavior."
617
+-msgstr "Autentifică automat utilizatorul specificat, fără a cere un nume de utilizator sau o parolă. Utilizarea acestei opțiuni determină adăugarea unei opțiuni și a unui argument *-f* _nume-utilizator_ la linia de comandă */bin/login*. Consultați opțiunea *--login-options*, care poate fi utilizată pentru a modifica comportamentul acestei opțiuni."
618
++msgid "Automatically log in the specified user without asking for a username or password. Using this option causes an *-f* _username_ option and argument to be added to the */usr/bin/login* command line. See *--login-options*, which can be used to modify this option's behavior."
619
++msgstr "Autentifică automat utilizatorul specificat, fără a cere un nume de utilizator sau o parolă. Utilizarea acestei opțiuni determină adăugarea unei opțiuni și a unui argument *-f* _nume-utilizator_ la linia de comandă */usr/bin/login*. Consultați opțiunea *--login-options*, care poate fi utilizată pentru a modifica comportamentul acestei opțiuni."
620
+
621
+ #. type: Plain text
622
+ #: ../term-utils/agetty.8.adoc:65
623
+@@ -34696,13 +34696,13 @@
624
+
625
+ #. type: Plain text
626
+ #: ../term-utils/agetty.8.adoc:73
627
+-msgid "If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option and argument are added to the _/bin/login_ command line."
628
+-msgstr "Dacă se dă opțiunea *--host* _gazdă-fictivă_, atunci o opțiune și un argument *-h* _gazdă-fictivă_ sunt adăugate la linia de comandă _/bin/login_."
629
++msgid "If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option and argument are added to the _/usr/bin/login_ command line."
630
++msgstr "Dacă se dă opțiunea *--host* _gazdă-fictivă_, atunci o opțiune și un argument *-h* _gazdă-fictivă_ sunt adăugate la linia de comandă _/usr/bin/login_."
631
+
632
+ #. type: Plain text
633
+ #: ../term-utils/agetty.8.adoc:75
634
+-msgid "If the *--nohostname* option is given, then an *-H* option is added to the */bin/login* command line."
635
+-msgstr "Dacă se dă opțiunea *--nohostname*, atunci se adaugă o opțiune *-H* la linia de comandă */bin/login*."
636
++msgid "If the *--nohostname* option is given, then an *-H* option is added to the */usr/bin/login* command line."
637
++msgstr "Dacă se dă opțiunea *--nohostname*, atunci se adaugă o opțiune *-H* la linia de comandă */usr/bin/login*."
638
+
639
+ #. type: Plain text
640
+ #: ../term-utils/agetty.8.adoc:77
641
+@@ -34794,8 +34794,8 @@
642
+
643
+ #. type: Plain text
644
+ #: ../term-utils/agetty.8.adoc:101
645
+-msgid "Invoke the specified _login_program_ instead of /bin/login. This allows the use of a non-standard login program. Such a program could, for example, ask for a dial-up password or use a different password file. See *--login-options*."
646
+-msgstr "Invocă programul _program-autentificare_ specificat în loc de /bin/login. Acest lucru permite utilizarea unui program de conectare non-standard. Un astfel de program ar putea, de exemplu, să ceară o parolă de apelare sau să utilizeze un fișier de parole diferit. A se vedea *--login-options*."
647
++msgid "Invoke the specified _login_program_ instead of /usr/bin/login. This allows the use of a non-standard login program. Such a program could, for example, ask for a dial-up password or use a different password file. See *--login-options*."
648
++msgstr "Invocă programul _program-autentificare_ specificat în loc de /usr/bin/login. Acest lucru permite utilizarea unui program de conectare non-standard. Un astfel de program ar putea, de exemplu, să ceară o parolă de apelare sau să utilizeze un fișier de parole diferit. A se vedea *--login-options*."
649
+
650
+ #. type: Labeled list
651
+ #: ../term-utils/agetty.8.adoc:102
652
+@@ -34876,8 +34876,8 @@
653
+
654
+ #. type: Plain text
655
+ #: ../term-utils/agetty.8.adoc:122
656
+-msgid "Do not prompt the user for a login name. This can be used in connection with the *--login-program* option to invoke a non-standard login process such as a BBS system. Note that with the *--skip-login* option, *agetty* gets no input from the user who logs in and therefore will not be able to figure out parity, character size, and newline processing of the connection. It defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line character. Beware that the program that *agetty* starts (usually /bin/login) is run as root."
657
+-msgstr "Nu solicită utilizatorului un nume de autentificare. Această opțiune poate fi utilizată împreună cu opțiunea *--login-program* pentru a invoca un proces de conectare non-standard, cum ar fi un sistem BBS. Rețineți că, în cazul opțiunii *--skip-login*, *agetty* nu primește nici o informație de la utilizatorul care se conectează și, prin urmare, nu va fi capabil să calculeze paritatea, dimensiunea caracterelor și procesarea noilor linii ale conexiunii. Se utilizează în mod implicit paritatea spațială, caractere de 7 biți și caracterul ASCII CR (13) de sfârșit de linie (retur de cărucior). Atenție la faptul că programul pe care îl pornește *agetty* (de obicei /bin/login) este rulat ca root."
658
++msgid "Do not prompt the user for a login name. This can be used in connection with the *--login-program* option to invoke a non-standard login process such as a BBS system. Note that with the *--skip-login* option, *agetty* gets no input from the user who logs in and therefore will not be able to figure out parity, character size, and newline processing of the connection. It defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line character. Beware that the program that *agetty* starts (usually /usr/bin/login) is run as root."
659
++msgstr "Nu solicită utilizatorului un nume de autentificare. Această opțiune poate fi utilizată împreună cu opțiunea *--login-program* pentru a invoca un proces de conectare non-standard, cum ar fi un sistem BBS. Rețineți că, în cazul opțiunii *--skip-login*, *agetty* nu primește nici o informație de la utilizatorul care se conectează și, prin urmare, nu va fi capabil să calculeze paritatea, dimensiunea caracterelor și procesarea noilor linii ale conexiunii. Se utilizează în mod implicit paritatea spațială, caractere de 7 biți și caracterul ASCII CR (13) de sfârșit de linie (retur de cărucior). Atenție la faptul că programul pe care îl pornește *agetty* (de obicei /usr/bin/login) este rulat ca root."
660
+
661
+ #. type: Labeled list
662
+ #: ../term-utils/agetty.8.adoc:123
663
+diff -Naur a/po-man/sr.po b/po-man/sr.po
664
+--- a/po-man/sr.po 2025-11-02 09:27:05.977516507 +0100
665
+@@ -34535,8 +34535,8 @@
666
+
667
+ #. type: Plain text
668
+ #: ../term-utils/agetty.8.adoc:20
669
+-msgid "*agetty* opens a tty port, prompts for a login name and invokes the /bin/login command. It is normally invoked by *init*(8)."
670
+-msgstr "*agetty* отвара прикључник конзоле, поставља упит за именом пријаве и призива наредбу „/bin/login“. Обично се призива са *init*(8)."
671
++msgid "*agetty* opens a tty port, prompts for a login name and invokes the /usr/bin/login command. It is normally invoked by *init*(8)."
672
++msgstr "*agetty* отвара прикључник конзоле, поставља упит за именом пријаве и призива наредбу „/usr/bin/login“. Обично се призива са *init*(8)."
673
+
674
+ #. type: Plain text
675
+ #: ../term-utils/agetty.8.adoc:22
676
+@@ -34575,8 +34575,8 @@
677
+
678
+ #. type: Plain text
679
+ #: ../term-utils/agetty.8.adoc:30
680
+-msgid "Optionally invokes a non-standard login program instead of _/bin/login_."
681
+-msgstr "Опционално призива нестандардни пријавни програм уместо _/bin/login_."
682
++msgid "Optionally invokes a non-standard login program instead of _/usr/bin/login_."
683
++msgstr "Опционално призива нестандардни пријавни програм уместо _/usr/bin/login_."
684
+
685
+ #. type: Plain text
686
+ #: ../term-utils/agetty.8.adoc:31
687
+@@ -34670,8 +34670,8 @@
688
+
689
+ #. type: Plain text
690
+ #: ../term-utils/agetty.8.adoc:63
691
+-msgid "Automatically log in the specified user without asking for a username or password. Using this option causes an *-f* _username_ option and argument to be added to the */bin/login* command line. See *--login-options*, which can be used to modify this option's behavior."
692
+-msgstr "Аутоматски пријављује наведеног корисника без тражења корисничког имена или лозинке. Коришћење ове опције доводи до тога да опциа *-f* _корисничко-име_ и аргумент буду додати */bin/login* линији наредби. Видите *--login-options*, која се може користити за измену понашања ове опције."
693
++msgid "Automatically log in the specified user without asking for a username or password. Using this option causes an *-f* _username_ option and argument to be added to the */usr/bin/login* command line. See *--login-options*, which can be used to modify this option's behavior."
694
++msgstr "Аутоматски пријављује наведеног корисника без тражења корисничког имена или лозинке. Коришћење ове опције доводи до тога да опциа *-f* _корисничко-име_ и аргумент буду додати */usr/bin/login* линији наредби. Видите *--login-options*, која се може користити за измену понашања ове опције."
695
+
696
+ #. type: Plain text
697
+ #: ../term-utils/agetty.8.adoc:65
698
+@@ -34702,13 +34702,13 @@
699
+
700
+ #. type: Plain text
701
+ #: ../term-utils/agetty.8.adoc:73
702
+-msgid "If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option and argument are added to the _/bin/login_ command line."
703
+-msgstr "Ако је дата опција *--host* _лажнидомаћин_, тада се опција *-h* _лажнидомаћин_ и аргумент додају линији наредби _/bin/login_."
704
++msgid "If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option and argument are added to the _/usr/bin/login_ command line."
705
++msgstr "Ако је дата опција *--host* _лажнидомаћин_, тада се опција *-h* _лажнидомаћин_ и аргумент додају линији наредби _/usr/bin/login_."
706
+
707
+ #. type: Plain text
708
+ #: ../term-utils/agetty.8.adoc:75
709
+-msgid "If the *--nohostname* option is given, then an *-H* option is added to the */bin/login* command line."
710
+-msgstr "Ако је дата опција *--nohostname*, тада се опција *-H* додаје линији наредби */bin/login*."
711
++msgid "If the *--nohostname* option is given, then an *-H* option is added to the */usr/bin/login* command line."
712
++msgstr "Ако је дата опција *--nohostname*, тада се опција *-H* додаје линији наредби */usr/bin/login*."
713
+
714
+ #. type: Plain text
715
+ #: ../term-utils/agetty.8.adoc:77
716
+@@ -34800,8 +34800,8 @@
717
+
718
+ #. type: Plain text
719
+ #: ../term-utils/agetty.8.adoc:101
720
+-msgid "Invoke the specified _login_program_ instead of /bin/login. This allows the use of a non-standard login program. Such a program could, for example, ask for a dial-up password or use a different password file. See *--login-options*."
721
+-msgstr "Призива наведени _програм_пријаве_ уместо /bin/login. Ово омогућава коришћење нестандардног програма за пријаву. Такав програм би, на пример, могао да затражи лозинку мрежне парице или да користи другу датотеку лозинке. Видите *--login-options*."
722
++msgid "Invoke the specified _login_program_ instead of /usr/bin/login. This allows the use of a non-standard login program. Such a program could, for example, ask for a dial-up password or use a different password file. See *--login-options*."
723
++msgstr "Призива наведени _програм_пријаве_ уместо /usr/bin/login. Ово омогућава коришћење нестандардног програма за пријаву. Такав програм би, на пример, могао да затражи лозинку мрежне парице или да користи другу датотеку лозинке. Видите *--login-options*."
724
+
725
+ #. type: Labeled list
726
+ #: ../term-utils/agetty.8.adoc:102
727
+@@ -34882,8 +34882,8 @@
728
+
729
+ #. type: Plain text
730
+ #: ../term-utils/agetty.8.adoc:122
731
+-msgid "Do not prompt the user for a login name. This can be used in connection with the *--login-program* option to invoke a non-standard login process such as a BBS system. Note that with the *--skip-login* option, *agetty* gets no input from the user who logs in and therefore will not be able to figure out parity, character size, and newline processing of the connection. It defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line character. Beware that the program that *agetty* starts (usually /bin/login) is run as root."
732
+-msgstr "Не тражи од корисника име за пријаву. Ово се може користити у вези са опцијом *--login-program* за призивање нестандардног процеса пријављивања као што је BBS систем. Знајте да са опцијом *--skip-login*, *agetty* не добија никакав унос од корисника који се пријављује и стога неће моћи да утврди паритет, величину знака и обраду новог реда везе. Прелази на основност паритета размака, 7-битних знакова и АСКРИ CR (13) знак краја реда. Пазите да се програм који *agetty* покреће (обично /bin/login) покреће као администраторски."
733
++msgid "Do not prompt the user for a login name. This can be used in connection with the *--login-program* option to invoke a non-standard login process such as a BBS system. Note that with the *--skip-login* option, *agetty* gets no input from the user who logs in and therefore will not be able to figure out parity, character size, and newline processing of the connection. It defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line character. Beware that the program that *agetty* starts (usually /usr/bin/login) is run as root."
734
++msgstr "Не тражи од корисника име за пријаву. Ово се може користити у вези са опцијом *--login-program* за призивање нестандардног процеса пријављивања као што је BBS систем. Знајте да са опцијом *--skip-login*, *agetty* не добија никакав унос од корисника који се пријављује и стога неће моћи да утврди паритет, величину знака и обраду новог реда везе. Прелази на основност паритета размака, 7-битних знакова и АСКРИ CR (13) знак краја реда. Пазите да се програм који *agetty* покреће (обично /usr/bin/login) покреће као администраторски."
735
+
736
+ #. type: Labeled list
737
+ #: ../term-utils/agetty.8.adoc:123
738
+diff -Naur a/po-man/uk.po b/po-man/uk.po
739
+--- a/po-man/uk.po 2025-09-15 16:32:04.868581868 +0200
740
+@@ -34445,8 +34445,8 @@
741
+
742
+ #. type: Plain text
743
+ #: ../term-utils/agetty.8.adoc:20
744
+-msgid "*agetty* opens a tty port, prompts for a login name and invokes the /bin/login command. It is normally invoked by *init*(8)."
745
+-msgstr "*agetty* відкриває порт tty, просить ввести ім'я користувача і викликає команду /bin/login. Зазвичай, викликається *init*(8)."
746
++msgid "*agetty* opens a tty port, prompts for a login name and invokes the /usr/bin/login command. It is normally invoked by *init*(8)."
747
++msgstr "*agetty* відкриває порт tty, просить ввести ім'я користувача і викликає команду /usr/bin/login. Зазвичай, викликається *init*(8)."
748
+
749
+ #. type: Plain text
750
+ #: ../term-utils/agetty.8.adoc:22
751
+@@ -34485,8 +34485,8 @@
752
+
753
+ #. type: Plain text
754
+ #: ../term-utils/agetty.8.adoc:30
755
+-msgid "Optionally invokes a non-standard login program instead of _/bin/login_."
756
+-msgstr "Якщо потрібно, викликає нестандартну програму входу до системи, замість _/bin/login_."
757
++msgid "Optionally invokes a non-standard login program instead of _/usr/bin/login_."
758
++msgstr "Якщо потрібно, викликає нестандартну програму входу до системи, замість _/usr/bin/login_."
759
+
760
+ #. type: Plain text
761
+ #: ../term-utils/agetty.8.adoc:31
762
+@@ -34580,7 +34580,7 @@
763
+
764
+ #. type: Plain text
765
+ #: ../term-utils/agetty.8.adoc:63
766
+-msgid "Automatically log in the specified user without asking for a username or password. Using this option causes an *-f* _username_ option and argument to be added to the */bin/login* command line. See *--login-options*, which can be used to modify this option's behavior."
767
++msgid "Automatically log in the specified user without asking for a username or password. Using this option causes an *-f* _username_ option and argument to be added to the */usr/bin/login* command line. See *--login-options*, which can be used to modify this option's behavior."
768
+ msgstr ""
769
+
770
+ #. type: Plain text
771
+@@ -34612,12 +34612,12 @@
772
+
773
+ #. type: Plain text
774
+ #: ../term-utils/agetty.8.adoc:73
775
+-msgid "If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option and argument are added to the _/bin/login_ command line."
776
++msgid "If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option and argument are added to the _/usr/bin/login_ command line."
777
+ msgstr ""
778
+
779
+ #. type: Plain text
780
+ #: ../term-utils/agetty.8.adoc:75
781
+-msgid "If the *--nohostname* option is given, then an *-H* option is added to the */bin/login* command line."
782
++msgid "If the *--nohostname* option is given, then an *-H* option is added to the */usr/bin/login* command line."
783
+ msgstr ""
784
+
785
+ #. type: Plain text
786
+@@ -34710,7 +34710,7 @@
787
+
788
+ #. type: Plain text
789
+ #: ../term-utils/agetty.8.adoc:101
790
+-msgid "Invoke the specified _login_program_ instead of /bin/login. This allows the use of a non-standard login program. Such a program could, for example, ask for a dial-up password or use a different password file. See *--login-options*."
791
++msgid "Invoke the specified _login_program_ instead of /usr/bin/login. This allows the use of a non-standard login program. Such a program could, for example, ask for a dial-up password or use a different password file. See *--login-options*."
792
+ msgstr ""
793
+
794
+ #. type: Labeled list
795
+@@ -34792,7 +34792,7 @@
796
+
797
+ #. type: Plain text
798
+ #: ../term-utils/agetty.8.adoc:122
799
+-msgid "Do not prompt the user for a login name. This can be used in connection with the *--login-program* option to invoke a non-standard login process such as a BBS system. Note that with the *--skip-login* option, *agetty* gets no input from the user who logs in and therefore will not be able to figure out parity, character size, and newline processing of the connection. It defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line character. Beware that the program that *agetty* starts (usually /bin/login) is run as root."
800
++msgid "Do not prompt the user for a login name. This can be used in connection with the *--login-program* option to invoke a non-standard login process such as a BBS system. Note that with the *--skip-login* option, *agetty* gets no input from the user who logs in and therefore will not be able to figure out parity, character size, and newline processing of the connection. It defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line character. Beware that the program that *agetty* starts (usually /usr/bin/login) is run as root."
801
+ msgstr ""
802
+
803
+ #. type: Labeled list
804
+diff -Naur a/po-man/util-linux-man.pot b/po-man/util-linux-man.pot
805
+--- a/po-man/util-linux-man.pot 2025-12-15 13:38:45.274247526 +0100
806
+@@ -41770,7 +41770,7 @@
807
+ #: ../term-utils/agetty.8.adoc:20
808
+ msgid ""
809
+ "*agetty* opens a tty port, prompts for a login name and invokes the "
810
+-"/bin/login command. It is normally invoked by *init*(8)."
811
++"/usr/bin/login command. It is normally invoked by *init*(8)."
812
+ msgstr ""
813
+
814
+ #. type: Plain text
815
+@@ -41824,7 +41824,7 @@
816
+
817
+ #. type: Plain text
818
+ #: ../term-utils/agetty.8.adoc:30
819
+-msgid "Optionally invokes a non-standard login program instead of _/bin/login_."
820
++msgid "Optionally invokes a non-standard login program instead of _/usr/bin/login_."
821
+ msgstr ""
822
+
823
+ #. type: Plain text
824
+@@ -41938,7 +41938,7 @@
825
+ msgid ""
826
+ "Automatically log in the specified user without asking for a username or "
827
+ "password. Using this option causes an *-f* _username_ option and argument to "
828
+-"be added to the */bin/login* command line. See *--login-options*, which can "
829
++"be added to the */usr/bin/login* command line. See *--login-options*, which can "
830
+ "be used to modify this option's behavior."
831
+ msgstr ""
832
+
833
+@@ -41982,14 +41982,14 @@
834
+ #: ../term-utils/agetty.8.adoc:73
835
+ msgid ""
836
+ "If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option "
837
+-"and argument are added to the _/bin/login_ command line."
838
++"and argument are added to the _/usr/bin/login_ command line."
839
+ msgstr ""
840
+
841
+ #. type: Plain text
842
+ #: ../term-utils/agetty.8.adoc:75
843
+ msgid ""
844
+ "If the *--nohostname* option is given, then an *-H* option is added to the "
845
+-"*/bin/login* command line."
846
++"*/usr/bin/login* command line."
847
+ msgstr ""
848
+
849
+ #. type: Plain text
850
+@@ -42110,7 +42110,7 @@
851
+ #. type: Plain text
852
+ #: ../term-utils/agetty.8.adoc:101
853
+ msgid ""
854
+-"Invoke the specified _login_program_ instead of /bin/login. This allows the "
855
++"Invoke the specified _login_program_ instead of /usr/bin/login. This allows the "
856
+ "use of a non-standard login program. Such a program could, for example, ask "
857
+ "for a dial-up password or use a different password file. See "
858
+ "*--login-options*."
859
+@@ -42221,7 +42221,7 @@
860
+ "input from the user who logs in and therefore will not be able to figure out "
861
+ "parity, character size, and newline processing of the connection. It "
862
+ "defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line "
863
+-"character. Beware that the program that *agetty* starts (usually /bin/login) "
864
++"character. Beware that the program that *agetty* starts (usually /usr/bin/login) "
865
+ "is run as root."
866
+ msgstr ""
867
+
868
+diff -Naur a/term-utils/agetty.8 b/term-utils/agetty.8
869
+--- a/term-utils/agetty.8 2025-12-15 13:59:54.139656363 +0100
870
+@@ -34,7 +34,7 @@
871
+ \fBagetty\fP [options] \fIport\fP [\fIbaud_rate\fP...] [\fIterm\fP]
872
+ .SH "DESCRIPTION"
873
+ .sp
874
+-\fBagetty\fP opens a tty port, prompts for a login name and invokes the /bin/login command. It is normally invoked by \fBinit\fP(8).
875
++\fBagetty\fP opens a tty port, prompts for a login name and invokes the /usr/bin/login command. It is normally invoked by \fBinit\fP(8).
876
+ .sp
877
+ \fBagetty\fP has several \fInon\-standard\fP features that are useful for hardwired and for dial\-in lines:
878
+ .sp
879
+@@ -112,7 +112,7 @@
880
+ . sp -1
881
+ . IP \(bu 2.3
882
+ .\}
883
+-Optionally invokes a non\-standard login program instead of \fI/bin/login\fP.
884
++Optionally invokes a non\-standard login program instead of \fI/usr/bin/login\fP.
885
+ .RE
886
+ .sp
887
+ .RS 4
888
+@@ -173,7 +173,7 @@
889
+ .sp
890
+ \fB\-a\fP, \fB\-\-autologin\fP \fIusername\fP
891
+ .RS 4
892
+-Automatically log in the specified user without asking for a username or password. Using this option causes an \fB\-f\fP \fIusername\fP option and argument to be added to the \fB/bin/login\fP command line. See \fB\-\-login\-options\fP, which can be used to modify this option\(cqs behavior.
893
++Automatically log in the specified user without asking for a username or password. Using this option causes an \fB\-f\fP \fIusername\fP option and argument to be added to the \fB/usr/bin/login\fP command line. See \fB\-\-login\-options\fP, which can be used to modify this option\(cqs behavior.
894
+ .sp
895
+ Note that \fB\-\-autologin\fP may affect the way in which \fBgetty\fP initializes the serial line, because on auto\-login \fBagetty\fP does not read from the line and it has no opportunity optimize the line setting.
896
+ .RE
897
+@@ -187,9 +187,9 @@
898
+ .RS 4
899
+ Typically the \fBlogin\fP(1) command is given a remote hostname when called by something such as \fBtelnetd\fP(8). This option allows \fBagetty\fP to pass what it is using for a hostname to \fBlogin\fP(1) for use in \fButmp\fP(5). See \fB\-\-host\fP, \fBlogin\fP(1), and \fButmp\fP(5).
900
+ .sp
901
+-If the \fB\-\-host\fP \fIfakehost\fP option is given, then an \fB\-h\fP \fIfakehost\fP option and argument are added to the \fI/bin/login\fP command line.
902
++If the \fB\-\-host\fP \fIfakehost\fP option is given, then an \fB\-h\fP \fIfakehost\fP option and argument are added to the \fI/usr/bin/login\fP command line.
903
+ .sp
904
+-If the \fB\-\-nohostname\fP option is given, then an \fB\-H\fP option is added to the \fB/bin/login\fP command line.
905
++If the \fB\-\-nohostname\fP option is given, then an \fB\-H\fP option is added to the \fB/usr/bin/login\fP command line.
906
+ .sp
907
+ See \fB\-\-login\-options\fP.
908
+ .RE
909
+@@ -231,7 +231,7 @@
910
+ .sp
911
+ \fB\-l\fP, \fB\-\-login\-program\fP \fIlogin_program\fP
912
+ .RS 4
913
+-Invoke the specified \fIlogin_program\fP instead of /bin/login. This allows the use of a non\-standard login program. Such a program could, for example, ask for a dial\-up password or use a different password file. See \fB\-\-login\-options\fP.
914
++Invoke the specified \fIlogin_program\fP instead of /usr/bin/login. This allows the use of a non\-standard login program. Such a program could, for example, ask for a dial\-up password or use a different password file. See \fB\-\-login\-options\fP.
915
+ .RE
916
+ .sp
917
+ \fB\-L\fP, \fB\-\-local\-line\fP[\fB=\fP\fImode\fP]
918
+@@ -268,7 +268,7 @@
919
+ .sp
920
+ \fB\-n\fP, \fB\-\-skip\-login\fP
921
+ .RS 4
922
+-Do not prompt the user for a login name. This can be used in connection with the \fB\-\-login\-program\fP option to invoke a non\-standard login process such as a BBS system. Note that with the \fB\-\-skip\-login\fP option, \fBagetty\fP gets no input from the user who logs in and therefore will not be able to figure out parity, character size, and newline processing of the connection. It defaults to space parity, 7 bit characters, and ASCII CR (13) end\-of\-line character. Beware that the program that \fBagetty\fP starts (usually /bin/login) is run as root.
923
++Do not prompt the user for a login name. This can be used in connection with the \fB\-\-login\-program\fP option to invoke a non\-standard login process such as a BBS system. Note that with the \fB\-\-skip\-login\fP option, \fBagetty\fP gets no input from the user who logs in and therefore will not be able to figure out parity, character size, and newline processing of the connection. It defaults to space parity, 7 bit characters, and ASCII CR (13) end\-of\-line character. Beware that the program that \fBagetty\fP starts (usually /usr/bin/login) is run as root.
924
+ .RE
925
+ .sp
926
+ \fB\-N\fP, \fB\-\-nonewline\fP
927
+diff -Naur a/term-utils/agetty.8.adoc b/term-utils/agetty.8.adoc
928
+--- a/term-utils/agetty.8.adoc 2025-12-15 13:25:47.775570929 +0100
929
+@@ -16,7 +16,7 @@
930
+
931
+ == DESCRIPTION
932
+
933
+-*agetty* opens a tty port, prompts for a login name and invokes the /bin/login command. It is normally invoked by *init*(8).
934
++*agetty* opens a tty port, prompts for a login name and invokes the /usr/bin/login command. It is normally invoked by *init*(8).
935
+
936
+ *agetty* has several _non-standard_ features that are useful for hardwired and for dial-in lines:
937
+
938
+@@ -26,7 +26,7 @@
939
+ * Optionally does not display the contents of the _/etc/issue_ file.
940
+ * Optionally displays an alternative issue files or directories instead of _/etc/issue_ or _/etc/issue.d_.
941
+ * Optionally does not ask for a login name.
942
+-* Optionally invokes a non-standard login program instead of _/bin/login_.
943
++* Optionally invokes a non-standard login program instead of _/usr/bin/login_.
944
+ * Optionally turns on hardware flow control.
945
+ * Optionally forces the line to be local with no need for carrier detect.
946
+
947
+@@ -59,7 +59,7 @@
948
+ Assume that the tty is 8-bit clean, hence disable parity detection.
949
+
950
+ *-a*, *--autologin* _username_::
951
+-Automatically log in the specified user without asking for a username or password. Using this option causes an *-f* _username_ option and argument to be added to the */bin/login* command line. See *--login-options*, which can be used to modify this option's behavior.
952
++Automatically log in the specified user without asking for a username or password. Using this option causes an *-f* _username_ option and argument to be added to the */usr/bin/login* command line. See *--login-options*, which can be used to modify this option's behavior.
953
+ +
954
+ Note that *--autologin* may affect the way in which *getty* initializes the serial line, because on auto-login *agetty* does not read from the line and it has no opportunity optimize the line setting.
955
+
956
+@@ -69,9 +69,9 @@
957
+ *-E*, *--remote*::
958
+ Typically the *login*(1) command is given a remote hostname when called by something such as *telnetd*(8). This option allows *agetty* to pass what it is using for a hostname to *login*(1) for use in *utmp*(5). See *--host*, *login*(1), and *utmp*(5).
959
+ +
960
+-If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option and argument are added to the _/bin/login_ command line.
961
++If the *--host* _fakehost_ option is given, then an *-h* _fakehost_ option and argument are added to the _/usr/bin/login_ command line.
962
+ +
963
+-If the *--nohostname* option is given, then an *-H* option is added to the */bin/login* command line.
964
++If the *--nohostname* option is given, then an *-H* option is added to the */usr/bin/login* command line.
965
+ +
966
+ See *--login-options*.
967
+
968
+@@ -97,7 +97,7 @@
969
+ Do not clear the screen before prompting for the login name. By default the screen is cleared.
970
+
971
+ *-l*, *--login-program* _login_program_::
972
+-Invoke the specified _login_program_ instead of /bin/login. This allows the use of a non-standard login program. Such a program could, for example, ask for a dial-up password or use a different password file. See *--login-options*.
973
++Invoke the specified _login_program_ instead of /usr/bin/login. This allows the use of a non-standard login program. Such a program could, for example, ask for a dial-up password or use a different password file. See *--login-options*.
974
+
975
+ *-L*, *--local-line*[**=**__mode__]::
976
+ Control the CLOCAL line flag. The optional _mode_ argument is *auto*, *always* or *never*. If the _mode_ argument is omitted, then the default is *always*. If the *--local-line* option is not given at all, then the default is *auto*.
977
+@@ -118,7 +118,7 @@
978
+ Display supported baud rates. These are determined at compilation time.
979
+
980
+ *-n*, *--skip-login*::
981
+-Do not prompt the user for a login name. This can be used in connection with the *--login-program* option to invoke a non-standard login process such as a BBS system. Note that with the *--skip-login* option, *agetty* gets no input from the user who logs in and therefore will not be able to figure out parity, character size, and newline processing of the connection. It defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line character. Beware that the program that *agetty* starts (usually /bin/login) is run as root.
982
++Do not prompt the user for a login name. This can be used in connection with the *--login-program* option to invoke a non-standard login process such as a BBS system. Note that with the *--skip-login* option, *agetty* gets no input from the user who logs in and therefore will not be able to figure out parity, character size, and newline processing of the connection. It defaults to space parity, 7 bit characters, and ASCII CR (13) end-of-line character. Beware that the program that *agetty* starts (usually /usr/bin/login) is run as root.
983
+
984
+ *-N*, *--nonewline*::
985
+ Do not print a newline before writing out _/etc/issue_.
986
+diff -Naur a/term-utils/agetty.c b/term-utils/agetty.c
987
+--- a/term-utils/agetty.c 2025-12-15 13:25:47.776570924 +0100
988
+@@ -354,7 +354,7 @@
989
+
990
+ int main(int argc, char **argv)
991
+ {
992
+- char *username = NULL; /* login name, given to /bin/login */
993
++ char *username = NULL; /* login name, given to /usr/bin/login */
994
+ struct chardata chardata; /* will be set by get_logname() */
995
+ struct termios termios; /* terminal mode bits */
996
+ struct options options = {
997
+diff -Naur a/tests/expected/paths/built-in b/tests/expected/paths/built-in
998
+--- a/tests/expected/paths/built-in 2025-10-22 12:27:30.711733018 +0200
999
+@@ -5,7 +5,7 @@
1000
+ _PATH_MAILDIR /var/mail
1001
+ _PATH_MOTDFILE /etc/motd
1002
+ _PATH_NOLOGIN /etc/nologin
1003
+- _PATH_LOGIN /bin/login
1004
++ _PATH_LOGIN /usr/bin/login
1005
+ _PATH_PASSWD /etc/passwd
1006
+ _PATH_GSHADOW /etc/gshadow
1007
+ _PATH_GROUP /etc/group
@@ -94,6 +94,9 @@ hooks:
94
94
95
95
build: |
96
96
cd fish-shell
97
+ # Cargo.toml/Cargo.lock pinuja rev cf712bce fluent-rs, ktora zniknela z fork-a
98
+ # (force-push) - podmieniamy na aktualny HEAD danielrainer/fluent-rs
99
+ sed -i "s/cf712bced280b217b6307edabc2089b3e57204ab/e0b443552a9b277badc958ab533b506394aad915/" Cargo.toml crates/*/Cargo.toml Cargo.lock 2>/dev/null || true
97
100
mkdir build
98
101
cd build
99
102
cmake -DCMAKE_INSTALL_PREFIX=/usr \