Comment 23 for bug 321927

Revision history for this message
Jarkko Lietolahti (jarkko-jab) wrote :

if [ "/dev/shm" = "$MTPT" ]
                then
                        echo Trying to create missing /dev/shm
                        mkdir /dev/shm
                elif [ "/dev/pts" = "$MTPT" ]
                then
                        echo Trying to create missing /dev/shm
                        mkdir /dev/pts
                else
                         return
                fi