From 7ed3bb3ef81f1c3a76b4cc861e6509cc57371d81 Mon Sep 17 00:00:00 2001 From: freesource Date: Thu, 13 Dec 2001 05:43:28 +0000 Subject: [PATCH] Better expl for /dev. --- add-ons/yard/make-debian-X11/make_debian-X11 | 4 ++-- yard/scripts/make_debian | 3 ++- yard/templates/Example-Debian.yard | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/add-ons/yard/make-debian-X11/make_debian-X11 b/add-ons/yard/make-debian-X11/make_debian-X11 index f15aae6..11be4e2 100755 --- a/add-ons/yard/make-debian-X11/make_debian-X11 +++ b/add-ons/yard/make-debian-X11/make_debian-X11 @@ -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'}; diff --git a/yard/scripts/make_debian b/yard/scripts/make_debian index e4fca24..5b983f3 100755 --- a/yard/scripts/make_debian +++ b/yard/scripts/make_debian @@ -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'}; diff --git a/yard/templates/Example-Debian.yard b/yard/templates/Example-Debian.yard index f51013c..ba4eaa7 100644 --- a/yard/templates/Example-Debian.yard +++ b/yard/templates/Example-Debian.yard @@ -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