Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (f5871c7babdbb2b363c54824e9d03b2a4210a7d2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: flux <flux AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (f5871c7babdbb2b363c54824e9d03b2a4210a7d2)
  • Date: Tue, 12 Aug 2008 07:04:43 -0400

Elisamuel Resto (scm AT sourcemage.org) wrote [08.08.12 05:55]:
> GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:
>
> smgl/init.d/init.d/devices | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
> New commits:
> commit f5871c7babdbb2b363c54824e9d03b2a4210a7d2
> Author: Elisamuel Resto <ryuji AT sourcemage.org>
> Commit: Elisamuel Resto <ryuji AT sourcemage.org>
>
> smgl/init.d: devices -> while mounting /proc, one should not trust
> fstab to have the proc entry
>
> diff --git a/smgl/init.d/init.d/devices b/smgl/init.d/init.d/devices
> index a2db4b1..80d0777 100755
> --- a/smgl/init.d/init.d/devices
> +++ b/smgl/init.d/init.d/devices
> @@ -93,7 +93,7 @@ start()
> {
> # mount proc
> echo "Mounting /proc"
> - mount -a -n -t proc
> + mount -t proc proc /proc
> eval "start_$DEVICES"
> }
>
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit

Should this be "mount -n -t proc proc /proc"? The original command not
only relied on fstab, but it also kept the mount info out of mtab
(probably to prevent people from accidentally umounting it).

--
Justin "flux_control" Boffemmyer
Cauldron wizard and general mage
Source Mage GNU/Linux
http://www.sourcemage.org

Attachment: pgpwcjnzLqCu5.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page