From e140b6bc50803ede29d18426b47c931a3fc8a3c6 Mon Sep 17 00:00:00 2001 From: freesource Date: Fri, 24 Aug 2001 06:54:11 +0000 Subject: [PATCH] Another initial check, and tested. --- yard/scripts/make_debian | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/yard/scripts/make_debian b/yard/scripts/make_debian index 5f88237..c79c26e 100755 --- a/yard/scripts/make_debian +++ b/yard/scripts/make_debian @@ -580,7 +580,7 @@ sub start_up { # existence of dpkg if (!-f "/usr/bin/dpkg") { die "You are not using a Debian system, in the future this " . - "may be supported, but for now you need living Debian\n"; + "may be supported, but for now you need living Debian.\n"; } # Swim has never been installed before? @@ -641,6 +641,10 @@ sub start_up { "Please install it first.\n"; } } + else { + die "The script requires that file-rc be installed. " . + "Please install it first.\n"; + } } close(DPKG);