Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 488 → Rev 489

/conf/havp-init
70,7 → 70,7
 
case "$1" in
start)
if [ x"$USE_LOOPBACK" = x"true" ] && ! [ "`mount | grep ^$havp_loopback`" ]; then
if ! [ "`mount | grep ^$havp_loopback`" ]; then
echo -n "Mounting $havp_loopback under $havp_mountpoint ..."
mount -t tmpfs -o mand,noatime,size=50m,nosuid,noexec $havp_loopback $havp_mountpoint
chown -R havp:havp $havp_mountpoint