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:
parent
5eb7c4c1b4
commit
4142c30671
@ -1,3 +1,5 @@
|
||||
Added sticky bit for /tmp in setup-debian-X11.
|
||||
|
||||
1.2 - 12/07/2001
|
||||
----------------
|
||||
|
||||
|
@ -29,7 +29,7 @@ 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 $version = "1.2";
|
||||
my $version = "1.3";
|
||||
|
||||
# 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.
|
||||
@ -267,7 +267,7 @@ return $stuff;
|
||||
use strict;
|
||||
use File::Basename;
|
||||
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'});
|
||||
if ($sbin == 0) {
|
||||
$ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'};
|
||||
|
Loading…
x
Reference in New Issue
Block a user