This makes the editing very clear.

This commit is contained in:
freesource
2001-10-18 21:52:15 +00:00
parent a5c5522c35
commit bf1021383e
2 changed files with 47 additions and 38 deletions
+6 -5
View File
@@ -29,8 +29,6 @@ my $nodename = `uname -n`; chomp $nodename;
my $debian_yard = "Debian-X11.yard";
my $status = "/var/lib/dpkg/status";
my $info = "/var/lib/dpkg/info";
my (%alternatives, @alternatives); # for checking for alternatives
my %inetd; # checks for inetd binaries.
my $version = "1.0";
# You need file-rc, and you may add other extra stuff (@extra_packages).
@@ -56,9 +54,6 @@ xserver-common xterm xutils zlib1g libgdbmg1 libxaw7 gbootroot
flwm libfltk1 xnest make-debian-x11 ash);
# NEXT EDIT TEMPLATE
# Before starting make sure dswim and file-rc are present.
start_up();
#################################################################
#################################################################
#
@@ -262,6 +257,12 @@ if ($sbin == 0) {
$ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'};
}
my (%alternatives, @alternatives); # for checking for alternatives
my %inetd; # checks for inetd binaries.
# Before starting make sure dswim and file-rc are present.
start_up();
print STDERR "Required packages:\n";
system "swim --search \"Priority: required\" --no";
my $swim_packages = "swim -qS|";