1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-24 09:23:23 -05:00

Getting ready for realease.

This commit is contained in:
freesource 2001-12-22 19:01:20 +00:00
parent 5eb7c4c1b4
commit 4142c30671
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
Added sticky bit for /tmp in setup-debian-X11.
1.2 - 12/07/2001 1.2 - 12/07/2001
---------------- ----------------

View File

@ -29,7 +29,7 @@ my $nodename = `uname -n`; chomp $nodename;
my $debian_yard = "Debian-X11.yard"; my $debian_yard = "Debian-X11.yard";
my $status = "/var/lib/dpkg/status"; my $status = "/var/lib/dpkg/status";
my $info = "/var/lib/dpkg/info"; my $info = "/var/lib/dpkg/info";
my $version = "1.2"; my $version = "1.3";
# You need file-rc, and you may add other extra stuff (@extra_packages). # You need file-rc, and you may add other extra stuff (@extra_packages).
# These packages were chosen for woody, so you may need something different. # These packages were chosen for woody, so you may need something different.
@ -267,7 +267,7 @@ return $stuff;
use strict; use strict;
use File::Basename; use File::Basename;
my $rm = "\$"; my $rm = "\$";
$main::Id = "# \$Id: make_debian-X11,v 1.40 2001/12/13 05:43:28 freesource Exp $rm"; $main::Id = "# \$Id: make_debian-X11,v 1.41 2001/12/14 04:38:43 freesource Exp $rm";
my $sbin = grep(/\/usr\/sbin/,$ENV{'PATH'}); my $sbin = grep(/\/usr\/sbin/,$ENV{'PATH'});
if ($sbin == 0) { if ($sbin == 0) {
$ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'}; $ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'};