Date: Wed, 25 Oct 1995 15:40:52 +0100 From: "Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de> To: freebsd-current@freefall.FreeBSD.org Subject: make world falls over right at start Message-ID: <199510251440.PAA12779@gilberto.physik.rwth-aachen.de>
next in thread | raw e-mail | index | archive | help
blues# tail -f world.log mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p / mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var if [ -d /usr/share/locale ] ; then cd /usr/share/locale; for l in da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT nl_BE nl_NL no_NO pt_PT sv_SE ; do rm -f $l.ISO_8859-1; done; fi rm: da_DK.ISO_8859-1: is a directory *** Error code 1 Stop. *** Error code 1 Stop. --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510251440.PAA12779>