From 5571e308fc23ad40ca3c21d32353b599462ed824 Mon Sep 17 00:00:00 2001 From: freesource Date: Sun, 9 Feb 2003 07:26:38 +0000 Subject: [PATCH] Lots of good changes. --- BootRoot/BootRoot.pm | 2 ++ yard/scripts/make_debian | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/BootRoot/BootRoot.pm b/BootRoot/BootRoot.pm index ba74d01..c04bdc6 100644 --- a/BootRoot/BootRoot.pm +++ b/BootRoot/BootRoot.pm @@ -39,6 +39,8 @@ use File::Find; use File::Path; use BootRoot::Options; +option(); + $SIG{__WARN__} = sub { warn @_ unless $_[0] =~ /Subroutine [\w:]+ redefined/io || $_[0] =~ /Use of uninitialized value in concatenation/}; diff --git a/yard/scripts/make_debian b/yard/scripts/make_debian index edf8667..5d80919 100755 --- a/yard/scripts/make_debian +++ b/yard/scripts/make_debian @@ -50,7 +50,7 @@ my %inetd; # checks for inetd binaries. my @extra_packages = qw(file-rc dswim apt apt-utils debconf nvi sysklogd klogd netbase tcpd net-tools portmap netkit-ping netkit-inetd ifupdown less perl perl-modules libwrap0 ipchains whiptail libnewt0 libpopt0 debconf-utils -libterm-readline-gnu-perl); +libterm-readline-gnu-perl info); # NEXT EDIT TEMPLATE ################################################################# @@ -206,6 +206,10 @@ $Id /var/lib/locate /var/backups +# Stuff so install-info won't complain bitterly and cause package +# installations to fail. +/usr/info/dir + # Stuff so ldconfig creates all the proper dependencies. /etc/ld.so.conf <= Replacements/etc/ld.so.conf @@ -246,7 +250,7 @@ return $stuff; use strict; use File::Basename; my $rm = "\$"; -$main::Id = "# \$Id: make_debian,v 1.62 2002/01/04 00:51:28 freesource Exp $rm"; +$main::Id = "# \$Id: make_debian,v 1.63 2002/12/28 04:37:58 freesource Exp $rm"; my $sbin = grep(/\/usr\/sbin/,$ENV{'PATH'}); if ($sbin == 0) { $ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'};