From owner-freebsd-small Wed Mar 14 16:10:43 2001 Delivered-To: freebsd-small@freebsd.org Received: from mail.cruzio.com (dsl3i239.cruzio.com [205.179.211.239]) by hub.freebsd.org (Postfix) with ESMTP id 0BD9E37B718 for ; Wed, 14 Mar 2001 16:10:41 -0800 (PST) (envelope-from brucem@mail.cruzio.com) Received: (from brucem@localhost) by mail.cruzio.com (8.11.3/8.11.3) id f2F10Gj23950 for freebsd-small@freebsd.org; Wed, 14 Mar 2001 17:00:16 -0800 (PST) (envelope-from brucem) Date: Wed, 14 Mar 2001 17:00:16 -0800 (PST) From: "Bruce R. Montague" Message-Id: <200103150100.f2F10Gj23950@mail.cruzio.com> To: freebsd-small@freebsd.org Subject: picobsd script refs nonexistent "./clean" script Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The uncustomized vanilla 4.3 BETA (4.3-BETA #0: Mon Mar 12) "picobsd" script (file "./src/release/picobsd/build/picobsd") references a shell script named "clean" that is not in the directory: ----------- build_package() { touch build.status echo "##############################################" >>build.status echo "## `date` ">>build.status echo "##############################################" >>build.status ./clean dial ----------- --- picobsd.old Wed Mar 14 16:41:07 2001 +++ picobsd Wed Mar 14 16:39:33 2001 @@ -174,7 +174,6 @@ echo "##############################################" >>build.status echo "## `date` ">>build.status echo "##############################################" >>build.status - ./clean dial for z in dial router net isp ; do set_type ${z} echo "---------------------------------------------">>build.status -------------- This "clean" file used to be in the directory; the "CVS log for src/release/picobsd/build/clean" says: ----- Tue Feb 20 04:37:56 2001 "Remove "clean", its functions are now implemented by the main "picobsd" script." ----- Fix (?): remove the ref to "clean" as above, unless there is some transitional thing going on here that the snapshots I am looking at have missed... - bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message