[arch-projects] [PATCH] Fix a small typo introduced by 09c27ea248efebe1e72aa688cb55996dadbbbe29

Tom Gundersen teg at jklm.no
Tue Apr 26 15:59:34 EDT 2011


Thanks!

On Tue, Apr 26, 2011 at 9:36 PM, Cody Maloney
<cmaloney at theoreticalchaos.com> wrote:
> /devshm -> /dev/shm
> ---
>  rc.sysinit |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/rc.sysinit b/rc.sysinit
> index 0dd644e..c3867fb 100755
> --- a/rc.sysinit
> +++ b/rc.sysinit
> @@ -31,7 +31,7 @@ fi
>  /bin/chmod 1777 /run/lock
>  /bin/mountpoint -q /dev/pts || /bin/mount /dev/pts &> /dev/null \
>        || /bin/mount -n -t devpts devpts /dev/pts -o mode=620,gid=5,nosuid,noexec
> -/bin/mountpoint -q /dev/shm || /bin/mount /devshm &> /dev/null \
> +/bin/mountpoint -q /dev/shm || /bin/mount /dev/shm &> /dev/null \
>        || /bin/mount -n -t tmpfs shm /dev/shm -o mode=1777,nosuid,nodev
>
>  # remount root ro to allow for fsck later on, we remount now to
> --
> 1.7.4.4
>
>


More information about the arch-projects mailing list