mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
Better expl for /dev.
This commit is contained in:
parent
d67ceb97bb
commit
7ed3bb3ef8
@ -213,7 +213,7 @@ $Id
|
|||||||
/dev/console
|
/dev/console
|
||||||
|
|
||||||
# Empty directories with no stuff.
|
# Empty directories with no stuff.
|
||||||
/dev # needed for normal users
|
/dev # paranoid check
|
||||||
/mnt
|
/mnt
|
||||||
/proc
|
/proc
|
||||||
/tmp
|
/tmp
|
||||||
@ -264,7 +264,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.38 2001/12/13 04:21:33 freesource Exp $rm";
|
$main::Id = "# \$Id: make_debian-X11,v 1.39 2001/12/13 05:29:23 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'};
|
||||||
|
@ -192,6 +192,7 @@ $Id
|
|||||||
/dev/console
|
/dev/console
|
||||||
|
|
||||||
# Empty directories with no stuff.
|
# Empty directories with no stuff.
|
||||||
|
/dev # paranoid check
|
||||||
/mnt
|
/mnt
|
||||||
/proc
|
/proc
|
||||||
/tmp
|
/tmp
|
||||||
@ -242,7 +243,7 @@ return $stuff;
|
|||||||
use strict;
|
use strict;
|
||||||
use File::Basename;
|
use File::Basename;
|
||||||
my $rm = "\$";
|
my $rm = "\$";
|
||||||
$main::Id = "# \$Id: make_debian,v 1.58 2001/12/11 07:16:48 freesource Exp $rm";
|
$main::Id = "# \$Id: make_debian,v 1.59 2001/12/13 04:21:32 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'};
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Example-Debian.yard,v 1.9 2001/12/13 03:01:15 freesource Exp $
|
# $Id: Example-Debian.yard,v 1.10 2001/12/13 05:29:23 freesource Exp $
|
||||||
# Generated by make_debian.
|
# Generated by make_debian.
|
||||||
|
|
||||||
# Note: This is provided as an example to show how a macro distribution
|
# Note: This is provided as an example to show how a macro distribution
|
||||||
@ -134,7 +134,7 @@
|
|||||||
/dev/console
|
/dev/console
|
||||||
|
|
||||||
# Empty directories with no stuff.
|
# Empty directories with no stuff.
|
||||||
/dev # needed for normal users
|
/dev # paranoid check
|
||||||
/mnt
|
/mnt
|
||||||
/proc
|
/proc
|
||||||
/tmp
|
/tmp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user