Remove the notarfile_ok message - is it no longer needed.
We don't need to have dump_lfs to get lfs support. (i386 will need 100k of stuff deleted to get newfs_lfs and fsck_lfs added)
This commit is contained in:
parent
f280ea86a0
commit
35b84990cc
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: msg.mi.de,v 1.26 2006/01/15 20:41:00 dsl Exp $ */
|
||||
/* $NetBSD: msg.mi.de,v 1.27 2006/01/16 21:47:55 dsl Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
@ -687,9 +687,6 @@ geladen und auf die Festplatte kopiert.
|
||||
message notarfile
|
||||
{Das Release Paket %s existiert nicht.}
|
||||
|
||||
message notarfile_ok
|
||||
{Möchten Sie dennoch mit der Extraktion fortfahren?}
|
||||
|
||||
message endtarok
|
||||
{Alle Distributionspakete wurden erfolgreich entpackt.}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: msg.mi.en,v 1.140 2006/01/15 20:41:00 dsl Exp $ */
|
||||
/* $NetBSD: msg.mi.en,v 1.141 2006/01/16 21:47:56 dsl Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
@ -663,9 +663,6 @@ each file is extracted?
|
||||
message notarfile
|
||||
{Release set %s does not exist.}
|
||||
|
||||
message notarfile_ok
|
||||
{Continue extracting sets?}
|
||||
|
||||
message endtarok
|
||||
{All selected distribution sets unpacked successfully.}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: msg.mi.es,v 1.10 2006/01/15 20:41:00 dsl Exp $ */
|
||||
/* $NetBSD: msg.mi.es,v 1.11 2006/01/16 21:47:56 dsl Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
@ -676,9 +676,6 @@ extrayendo cada uno de los ficheros?
|
||||
message notarfile
|
||||
{El conjunto %s no existe.}
|
||||
|
||||
message notarfile_ok
|
||||
{¿Continuar extrayendo conjuntos?}
|
||||
|
||||
message endtarok
|
||||
{Todos los conjuntos de distribución han sido desempaquetados
|
||||
correctamente.}
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: msg.mi.fr,v 1.89 2006/01/15 20:41:00 dsl Exp $ */
|
||||
/* $NetBSD: msg.mi.fr,v 1.90 2006/01/16 21:47:56 dsl Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
@ -683,9 +683,6 @@ voir pendant qu'ils seront extraits ?
|
||||
message notarfile
|
||||
{Le composant %s n'existe pas.}
|
||||
|
||||
message notarfile_ok
|
||||
{Voulez-vous continuer à extraire les composants ?}
|
||||
|
||||
message endtarok
|
||||
{Tous les fichiers sont extraits. Veuillez appuyer sur <entrée> pour continuer.}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: msg.mi.pl,v 1.50 2006/01/15 20:41:00 dsl Exp $ */
|
||||
/* $NetBSD: msg.mi.pl,v 1.51 2006/01/16 21:47:56 dsl Exp $ */
|
||||
/* Based on english version: */
|
||||
/* NetBSD: msg.mi.pl,v 1.36 2004/04/17 18:55:35 atatat Exp */
|
||||
|
||||
@ -655,9 +655,6 @@ wypakowywanego pliku ?
|
||||
message notarfile
|
||||
{Pakiet %s nie istnieje.}
|
||||
|
||||
message notarfile_ok
|
||||
{Kontynuowac rozpakowywanie pakietow?}
|
||||
|
||||
message endtarok
|
||||
{Wszystkie wybrane pakiety dystrybucji zostaly rozpakowane.}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: util.c,v 1.140 2006/01/15 20:41:00 dsl Exp $ */
|
||||
/* $NetBSD: util.c,v 1.141 2006/01/16 21:47:56 dsl Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
@ -638,7 +638,6 @@ extract_file(distinfo *dist, int update, int verbose, char *path)
|
||||
tarstats.nnotfound++;
|
||||
|
||||
msg_display(MSG_notarfile, path);
|
||||
/* process_menu(MENU_noyes, deconst(MSG_notarfile_ok)); */
|
||||
process_menu(MENU_ok, NULL);
|
||||
return SET_RETRY;
|
||||
}
|
||||
@ -669,7 +668,6 @@ extract_file(distinfo *dist, int update, int verbose, char *path)
|
||||
if (rval != 0) {
|
||||
tarstats.nerror++;
|
||||
msg_display(MSG_tarerror, path);
|
||||
/* process_menu(MENU_noyes, NULL); */
|
||||
process_menu(MENU_ok, NULL);
|
||||
return SET_RETRY;
|
||||
}
|
||||
@ -1287,8 +1285,7 @@ int
|
||||
check_lfs_progs(void)
|
||||
{
|
||||
|
||||
return (access("/sbin/dump_lfs", X_OK) == 0 &&
|
||||
access("/sbin/fsck_lfs", X_OK) == 0 &&
|
||||
return (access("/sbin/fsck_lfs", X_OK) == 0 &&
|
||||
access("/sbin/mount_lfs", X_OK) == 0 &&
|
||||
access("/sbin/newfs_lfs", X_OK) == 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user