Changeset 2763

Show
Ignore:
Timestamp:
08/22/08 23:39:27 (3 months ago)
Author:
dhozac
Message:

Remove the runfile, if it exists.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/scripts/vserver.delete

    r2654 r2763  
    3333pkgmgmt.initVariables 
    3434$_RM -rf "`$_VSERVER_INFO "$vserver" VDIR 1`" "$VSERVER_DIR" "$PKGCFGDIR" \ 
    35         "`$_READLINK "$VSERVER_DIR/cache" 2>/dev/null`" 
     35        "`$_READLINK "$VSERVER_DIR/cache" 2>/dev/null`" \ 
     36        "`$_READLINK "$VSERVER_DIR/run" 2>/dev/null`"