mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
Better expl for /dev.
This commit is contained in:
parent
d67ceb97bb
commit
7ed3bb3ef8
@ -213,7 +213,7 @@ $Id
|
||||
/dev/console
|
||||
|
||||
# Empty directories with no stuff.
|
||||
/dev # needed for normal users
|
||||
/dev # paranoid check
|
||||
/mnt
|
||||
/proc
|
||||
/tmp
|
||||
@ -264,7 +264,7 @@ return $stuff;
|
||||
use strict;
|
||||
use File::Basename;
|
||||
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'});
|
||||
if ($sbin == 0) {
|
||||
$ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'};
|
||||
|
@ -192,6 +192,7 @@ $Id
|
||||
/dev/console
|
||||
|
||||
# Empty directories with no stuff.
|
||||
/dev # paranoid check
|
||||
/mnt
|
||||
/proc
|
||||
/tmp
|
||||
@ -242,7 +243,7 @@ return $stuff;
|
||||
use strict;
|
||||
use File::Basename;
|
||||
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'});
|
||||
if ($sbin == 0) {
|
||||
$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.
|
||||
|
||||
# Note: This is provided as an example to show how a macro distribution
|
||||
@ -134,7 +134,7 @@
|
||||
/dev/console
|
||||
|
||||
# Empty directories with no stuff.
|
||||
/dev # needed for normal users
|
||||
/dev # paranoid check
|
||||
/mnt
|
||||
/proc
|
||||
/tmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user